2018年4月30日

DataTable与List集合转化

摘要: 用于数据库查询数据转换、批量数据操作转换、导入导出Excel转换 阅读全文

posted @ 2018-04-30 16:49 月光glory 阅读(226) 评论(0) 推荐(0)

sqlserver数据库访问帮助类

摘要: 1 /// 2 /// 数据库访问帮助类 3 /// 4 public static class DbHelper 5 { 6 private const string ConnStr = "server=127.0.0.1;database=db_test;Uid=user1;Pwd=Ps123321;"; 7 8 9 /// 10 /// 执行 增、删、改 1... 阅读全文

posted @ 2018-04-30 16:46 月光glory 阅读(190) 评论(0) 推荐(0)

js扩展

摘要: 1.去除字符串前置后置空格: 阅读全文

posted @ 2018-04-30 12:04 月光glory 阅读(115) 评论(0) 推荐(0)

导航