上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: .net呼叫SP使用方法如下:/// /// 使用SP /// /// /// /// /// /// public DataTable GetMasterData(string LOG_DATE_S, string LOG_DATE_E... 阅读全文
posted @ 2015-04-20 11:20 Kevin_Zhou_9 阅读(518) 评论(0) 推荐(0) 编辑
摘要: C# 过滤特殊字符 阅读全文
posted @ 2015-04-13 08:37 Kevin_Zhou_9 阅读(1464) 评论(0) 推荐(0) 编辑
摘要: VM虚拟机不能上网的问题解决源文:http://www.360doc.com/content/13/0827/13/1001775_310226875.shtml 阅读全文
posted @ 2015-04-10 09:00 Kevin_Zhou_9 阅读(130) 评论(0) 推荐(0) 编辑
摘要: asp.net 导出CSV前台代码后台代码 protected void btnDC_Click(object sender, EventArgs e) { DataTable dt = WorkOrderQuery.FindMyOrderList(358, 1, 100, "");//数据源 tr... 阅读全文
posted @ 2015-04-09 17:21 Kevin_Zhou_9 阅读(1273) 评论(0) 推荐(0) 编辑
摘要: #region DataGrid转CSV文件 /// /// Export the data from datatable to CSV file /// /// DataGrid public string ExportDataGridToCSV(DataTabl... 阅读全文
posted @ 2015-04-09 10:34 Kevin_Zhou_9 阅读(956) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-03-19 09:42 Kevin_Zhou_9 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1、DBLINK名稱是寫在CodeTable中,可以根據名稱調整DBLINK2、 2.1:定義參數,取得DBLINK的名稱。dbLINK varchar2(100); //放DBLINK的名稱PstartData date ;//日期開始日期PendData date ;//日期的結束日期 db... 阅读全文
posted @ 2015-02-03 14:37 Kevin_Zhou_9 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 参考网址:http://www.cnblogs.com/xihongshibeibei/archive/2009/06/05/1496611.html 阅读全文
posted @ 2015-02-03 14:33 Kevin_Zhou_9 阅读(183) 评论(0) 推荐(0) 编辑
摘要: vlookup(查詢條件,数据区,要显示的第几个列,是否精确查询(false/true)) 阅读全文
posted @ 2014-12-23 09:50 Kevin_Zhou_9 阅读(107) 评论(0) 推荐(0) 编辑
摘要: /** * FTP上传单个文件 */ public static void testUpload() { FTPClient ftpClient = new FTPClient(); FileInputStream fis = null; ... 阅读全文
posted @ 2014-11-09 09:23 Kevin_Zhou_9 阅读(285) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页