摘要: public class sqlclass { //复制大量数据 public static void BulkToDB(DataTable dt, string TableName) { SqlConnection sqlConn = new SqlConnection(Configuration 阅读全文
posted @ 2019-09-18 16:33 芮源 阅读(205) 评论(0) 推荐(0)
摘要: StringBuilder str = new StringBuilder(); str.Append(DateTime.Now.Millisecond); string url = "/Content/" + str + ".xlsx"; var path = Server.MapPath(url 阅读全文
posted @ 2019-09-18 15:05 芮源 阅读(1161) 评论(0) 推荐(0)