上一页 1 ··· 5 6 7 8 9
摘要: @Html.DropDownListExtend("ListPlanDetail[" + index + "].ExpenseItemID", (ViewData["ExpenseItem"] as SelectList).Items asIEnumerable<Wise.Core.Extentio 阅读全文
posted @ 2018-11-19 10:08 tommy~hi 阅读(153) 评论(0) 推荐(0) 编辑
摘要: public static void SqlBulkUpdate() { DataTable dt = ExcelHelper.ImportExcelFile("d://User1.xls"); //将Excel中的数据导入到DataTable中 10000条数据(作为更新数据的数据源) DateT 阅读全文
posted @ 2018-11-19 09:54 tommy~hi 阅读(1467) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 将XML字符串写入到XML文件 /// </summary> /// <param name="strXML"></param> private int WriteStrToXML(string strXmlName, string strXML) { try { 阅读全文
posted @ 2018-11-19 09:52 tommy~hi 阅读(1611) 评论(0) 推荐(0) 编辑
摘要: //参数 SqlParameter[] fparams = new SqlParameter[7]; fparams[0] = new SqlParameter("@ID", ID); fparams[1] = new SqlParameter("@VoucherAmt", VoucherAmt); 阅读全文
posted @ 2018-11-19 09:50 tommy~hi 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 首先定义一个展示树的div <div id="twDept" class="tree-demo"></div> //初始化树 function initTree() { $('#twDept').jstree({ "core": { "themes": { "responsive": false } 阅读全文
posted @ 2018-11-19 09:49 tommy~hi 阅读(1099) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2014-01-28 10:22 tommy~hi 阅读(213) 评论(2) 推荐(1) 编辑
上一页 1 ··· 5 6 7 8 9