摘要: public class VerifyCode { #region 验证码长度(默认4个验证码的长度) int length = 4; public int Length { get { return length;... 阅读全文
posted @ 2015-07-02 18:17 李子俊 阅读(205) 评论(0) 推荐(0) 编辑
摘要: window.onbeforeunload = function() //监控当前页面关闭时触发 { // alert('受理成功!'); window.opener.location.reload(); //刷新父页面 ... 阅读全文
posted @ 2015-06-26 17:49 李子俊 阅读(113) 评论(0) 推荐(0) 编辑
摘要: #region 自动保存excel /// /// winform生成Excle文件并保存到指定位置 /// /// 数据源 /// 生成Excel文件名 public void ExportToExcel(DataTable dt, string saveFileName) { if (dt ... 阅读全文
posted @ 2015-06-25 10:57 李子俊 阅读(153) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-06-25 10:56 李子俊 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 鼠标事件是在用户移动鼠标光标或者使用任意鼠标键点击时触发的。 (1):click事件:click事件于用户在元素敲击鼠标左键,并在相同元素上松开左键时触发。 $('p').click(function(){ alert('click function is running !'); }); (2):... 阅读全文
posted @ 2015-06-24 11:14 李子俊 阅读(76) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-06-23 17:43 李子俊 阅读(23) 评论(0) 推荐(0) 编辑
摘要: Response.Write(""); 刷新上级页面Response.Write("");关闭当前页面 阅读全文
posted @ 2015-06-18 13:17 李子俊 阅读(108) 评论(0) 推荐(0) 编辑
摘要: private void E_docx(string f_o) { //BLL.MedicalTypeBLL mdl = new BLL.MedicalTypeBLL(); //HiddenField1.Value = mdl.D_Medicals(f_o).Rows[0]["MEDICAL_TEM... 阅读全文
posted @ 2015-06-16 13:32 李子俊 阅读(400) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-06-16 13:29 李子俊 阅读(76) 评论(0) 推荐(0) 编辑