摘要:
原文发布时间为:2008-07-30 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(125)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-08-01 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(165)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Sec 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(112)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-10-31 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(113)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-11-01 —— 来源于本人的百度文章 [由搬家工具导入] 事件的由来 我们继续思考上面的程序:上面的三个方法都定义在Programe类中,这样做是为了理解的方便,实际应用中,通常都是 GreetPeople 在一个类中,ChineseGreeting和 EnglishGr 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(99)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(107)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-07-24 —— 来源于本人的百度文章 [由搬家工具导入] 首先当然要写上using System.Data.SqlClient;//这句要写上 1、建立连接字符串如下: SqlConnection testconn = new SqlConnection("Server= 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(289)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-07-25 —— 来源于本人的百度文章 [由搬家工具导入] 1、使用web.config中设置连接串 在web.config中<configuration>.......</configuration>之间加:(当然Connect Timeout=30可写可不写) <app 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(130)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-11-08 —— 来源于本人的百度文章 [由搬家工具导入] <html> <head> <title>js</title> </head> <body><input type="button" name="goto" Value="Back" onClick="histor 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(102)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-08-01 —— 来源于本人的百度文章 [由搬家工具导入] protected void pk_Click(object sender, EventArgs e) { //设置主键 DataSet ds = new DataSet(); ds = (DataSet)Sess 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(195)
评论(0)
推荐(0)