摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 namespace ConsoleApplication1 6 { 7 class Program 8 { 阅读全文
posted @ 2016-10-19 10:05 夕阳炒饭的颜色 阅读(625) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 将多个DataTable数据导入到excel中 /// </summary> /// <param name="dts">要导入的数据集合</param> /// <param name="strExcelFileName">定义Excel文件名</param> 阅读全文
posted @ 2022-03-25 10:49 夕阳炒饭的颜色 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1 public sealed class WebControlsHelper 2 { 3 #region "控件赋值" 4 /// <summary> 5 /// 设置页面控件的值 6 /// </summary> 7 /// <param name="page"></param> 8 /// < 阅读全文
posted @ 2022-03-24 16:06 夕阳炒饭的颜色 阅读(120) 评论(0) 推荐(0) 编辑
摘要: var arrvalue = new Array("1", "3", "4", "5", "6", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "21", "22& 阅读全文
posted @ 2017-02-15 09:16 夕阳炒饭的颜色 阅读(1102) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 " data-key="FID" class="newTr"> 4 5 6 ... 阅读全文
posted @ 2017-01-04 11:07 夕阳炒饭的颜色 阅读(418) 评论(0) 推荐(0) 编辑
摘要: 1 DataTable dt; 2 DataTable dt1; 3 4 5 HLoanApplyInfo applyInfo = HLoanApplyBll.GetModelById(FLoanID); 6 FLoanID2 = applyInfo.FEvaluationID; 7 dt1 =... 阅读全文
posted @ 2017-01-04 10:59 夕阳炒饭的颜色 阅读(261) 评论(0) 推荐(0) 编辑
摘要: JS判断只能是数字和小数点 0.不能输入中文1)<input onpaste="return false;" type="text" name="textfield" style="width:400px; ime-mode:disabled" value="">2)<script>function 阅读全文
posted @ 2016-10-21 09:36 夕阳炒饭的颜色 阅读(5331) 评论(0) 推荐(1) 编辑