上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 45 下一页
摘要: /// <summary> /// 使用OLEDB读取excel和csv文件 /// </summary> /// <param name="path">文件所在目录地址</param> /// <param name="name">文件名</param> /// <returns></return 阅读全文
posted @ 2013-09-15 21:44 程序猿网友666 阅读(1146) 评论(0) 推荐(0)
摘要: // Specify the data source. int[] scores = new int[] { 97, 92, 81, 60 }; // Define the query expression. IEnumerable scoreQuery = from score in scores where score > 80 select score; // Execute the query. foreach (int i in scoreQu... 阅读全文
posted @ 2013-09-13 08:50 程序猿网友666 阅读(155) 评论(0) 推荐(0)
摘要: web.config配置 // 获取连接字符串 string _connectionString = System.Configuration.ConfigurationManager.AppSettings["ConnectionString"];SqlConnection _conn = new SqlConnection(_connectionString); string sql = "Select * from user "; //SqlCommand _cmd = new SqlCommand(sql, _conn); _co... 阅读全文
posted @ 2013-09-13 07:55 程序猿网友666 阅读(326) 评论(0) 推荐(0)
摘要: js 图片翻书效果。picture.htmlJS实现图片翻书效果--www.jbxue.compicture.css#center {LEFT: 50%; POSITION: absolute; TOP: 50%}#DHTMLBOOK {BACKGROUND: #000; LEFT: -210px; VISIBILITY: hidden; WIDTH: 210px; POSITION: relative; TOP: -160px; HEIGHT: 160px}#TXTBOX {FONT-SIZE: 0.8em; WIDTH: 210px; COLOR: #aba193; FONT-FAMILY 阅读全文
posted @ 2013-09-10 23:54 程序猿网友666 阅读(694) 评论(0) 推荐(0)
摘要: 表达式DateDiff(timeinterval,date1,date2 [, firstdayofweek [, firstweekofyear]])允许数据类型: timeinterval 表示相隔时间的类型,代码为:年份 yy、yyyy 季度 qq、q月份 mm、m每年的某一日 dy、y日期 dd、d星期 wk、ww工作日 dw小时 hh分钟 mi、n秒 ss、s毫秒 ms 阅读全文
posted @ 2013-09-09 08:47 程序猿网友666 阅读(282) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 45 下一页