魏宇

导航

 

2017年7月31日

摘要: SELECT tempcodedesc AS '項目',SMT01 AS '1月SMT',AP01 AS '1月AP',SUM01 AS '1月Total',SMT02 AS '2月SMT',AP02 AS '2月AP',SUM02 AS '2月Total',SMT03 AS '3月SMT',AP0 阅读全文
posted @ 2017-07-31 10:43 魏宇 阅读(212) 评论(0) 推荐(0)
 
摘要: if object_id('tempdb..#temp1') is not null drop table #temp1 if object_id('tempdb..#temp2') is not null drop table #temp2 select a.ClientNo, a.YYMonth 阅读全文
posted @ 2017-07-31 10:41 魏宇 阅读(171) 评论(0) 推荐(0)
 

2017年3月3日

摘要: private void ExportExcel(string txtPath, string ReportPath, DataSet ds) { DataTable dt_header = ds.Tables[0]; string data = CSV_DT2(dt_header); string 阅读全文
posted @ 2017-03-03 13:50 魏宇 阅读(237) 评论(0) 推荐(0)
 
摘要: string dbname = Srvtools.CliUtils.fLoginDB.ToString(); string strconn = Connection.Class1.getconnect(dbname); SqlConnection conn = new SqlConnection(s 阅读全文
posted @ 2017-03-03 13:49 魏宇 阅读(299) 评论(0) 推荐(0)
 

2017年1月9日

摘要: http://blog.csdn.net/feier7501/article/details/8846695 http://blog.csdn.net/feier7501/article/details/8846695 阅读全文
posted @ 2017-01-09 09:06 魏宇 阅读(124) 评论(0) 推荐(0)
 

2017年1月6日

摘要: var chbClass = document.getElementById("<%=DDL_CheckboxUserClass1.ClientID %>" + "_chbClass"); if (chbClass != undefined) { var inputs = chbClass.getE 阅读全文
posted @ 2017-01-06 09:01 魏宇 阅读(245) 评论(0) 推荐(0)