摘要: public void BulkData(string TableName, DataTable dt) { using (SqlConnection con = new SqlConnection(strConnectString)) { SqlBulkCopy sbk = new ... 阅读全文
posted @ 2018-08-26 21:47 風飄絮℃ 阅读(87) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; /// /// WebService 的摘要说明 /// [WebService(Namesp... 阅读全文
posted @ 2018-08-26 18:55 風飄絮℃ 阅读(866) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Text; namespace Library { /// <sum 阅读全文
posted @ 2018-08-26 18:09 風飄絮℃ 阅读(135) 评论(0) 推荐(0) 编辑