摘要: using System;using System.Collections.Generic;using System.Text;using System.Data.SQLite; //引用using System.Data;using System.Data.Common;namespace M... 阅读全文
posted @ 2012-11-09 16:34 深南大道 阅读(184) 评论(0) 推荐(0)
摘要: private void Page_Load(object sender, System.EventArgs e) { beginProgress(); for (int i = 1; i 无标题页 ... 阅读全文
posted @ 2012-11-09 16:29 深南大道 阅读(399) 评论(0) 推荐(0)
摘要: public static string ExportTable(DataSet ds) { StringBuilder sb = new StringBuilder(); int count = 0; foreach (Data... 阅读全文
posted @ 2012-11-09 15:59 深南大道 阅读(194) 评论(0) 推荐(0)
摘要: //Execl某单元格数据为 2012-1-10 读取到DataTable变为40918 不是正确的2012-1-10 //解决方法一: //strValue是你的日期40918 值带进来 public static string getDateStr(strin... 阅读全文
posted @ 2012-11-09 15:40 深南大道 阅读(281) 评论(0) 推荐(0)
摘要: set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go -- 日期检测函数,返回相关节假日 -- 0 非假日 -- 农历相关假日 -- 1 春节(正月初一 至 正月初七) -- 2 端午节(五月五日) -- 4 中秋节(八月十五) --阳历相关节日 --... 阅读全文
posted @ 2012-11-09 14:04 深南大道 阅读(1909) 评论(2) 推荐(0)
摘要: using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.W... 阅读全文
posted @ 2012-11-09 13:41 深南大道 阅读(262) 评论(0) 推荐(0)