摘要: public static void BulkToDB(DataTable dt, string tableName) { string connstring = DBUtility.PubConst.GetBusinessDbconnectionString(); SqlConnection sq 阅读全文
posted @ 2022-06-02 14:28 叶子牛牛 阅读(22) 评论(0) 推荐(0) 编辑
摘要: .Except方法 排除序列中的元素 List<string> a= [1,2,3,4]; List<string> b= [1,2]; var c = a.Except(b); //c=[3,4] 阅读全文
posted @ 2022-06-02 14:27 叶子牛牛 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 转https://www.jianshu.com/p/cef252f6ce3f 阅读全文
posted @ 2022-06-02 14:20 叶子牛牛 阅读(24) 评论(0) 推荐(0) 编辑