摘要:
原文发布时间为:2008-08-04 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(273)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-10-26 —— 来源于本人的百度文章 [由搬家工具导入] 功能实现 名次可重复时,比如第一名有两个。。。 select *,(select count(distinct score) from paper a where a.score >= b.score ) ming 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(165)
评论(0)
推荐(0)
摘要:
原文发布时间为: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
孑孓子
阅读(142)
评论(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
孑孓子
阅读(182)
评论(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
孑孓子
阅读(124)
评论(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
孑孓子
阅读(121)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-11-01 —— 来源于本人的百度文章 [由搬家工具导入] 事件的由来 我们继续思考上面的程序:上面的三个方法都定义在Programe类中,这样做是为了理解的方便,实际应用中,通常都是 GreetPeople 在一个类中,ChineseGreeting和 EnglishGr 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(106)
评论(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
孑孓子
阅读(123)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-07-24 —— 来源于本人的百度文章 [由搬家工具导入] 首先当然要写上using System.Data.SqlClient;//这句要写上 1、建立连接字符串如下: SqlConnection testconn = new SqlConnection("Server= 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(306)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-07-25 —— 来源于本人的百度文章 [由搬家工具导入] 1、使用web.config中设置连接串 在web.config中<configuration>.......</configuration>之间加:(当然Connect Timeout=30可写可不写) <app 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(141)
评论(0)
推荐(0)

浙公网安备 33010602011771号