摘要: 1 //全选 2 function initTableCheckbox() { 3 var $thr = $('table thead tr'); 4 var $checkAllTh = $('<th><input type="checkbox" id="checkAll" name="checkA 阅读全文
posted @ 2019-08-21 11:14 十四 阅读(566) 评论(0) 推荐(0) 编辑
摘要: 数据读取器与指定的“Model”不兼容。类型“TableEntity”的成员在同名的数据读取器中没有对应的列 查询出来的内容和所映射的实体字段不符合; 获取datatable某列集合 List<int> lstID = (from d in dt.AsEnumerable() select d.Fi 阅读全文
posted @ 2019-08-21 11:11 十四 阅读(1305) 评论(0) 推荐(0) 编辑
摘要: 最近运维数据,经常遇到需要在sql条件中个In('',''....)个字符串的情况,于是在网上找了个小工具改造一下,先用着; 效果如图: 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using Sy 阅读全文
posted @ 2019-08-21 10:46 十四 阅读(740) 评论(0) 推荐(0) 编辑