上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 29 下一页
摘要: var url = "@Url.Action("PdfSee")"; var param={ path:"aaa" }; $.post(url,param, function (result) { var swfpath = "@Url.Cont... 阅读全文
posted @ 2017-04-12 17:08 人生为卒 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 添加属性: $('#areaSelect').attr("disabled",false); 移除属性: $('#areaSelect').removeAttr("disabled"); 转载 :http://www.tuicool.com/articles/Qji2yaa EasyUI常用控件禁用 阅读全文
posted @ 2017-03-29 14:06 人生为卒 阅读(4667) 评论(0) 推荐(0) 编辑
摘要: /// /// 设置系统时间 /// public class SetSTime { [DllImport("Kernel32.dll")] public static extern bool SetSystemTime(ref SystemTime sysTime); [DllImport("Kerne... 阅读全文
posted @ 2017-03-26 11:57 人生为卒 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 转载 : http://new-restart.iteye.com/blog/1416765 sql like 通配符 模糊查询技巧及特殊字符 sql like 通配符 模糊查询技巧及特殊字符 1,SQL like对时间查询的处理方法 SQL数据表中有savetime(smalldatetime类型 阅读全文
posted @ 2017-03-22 14:38 人生为卒 阅读(1429) 评论(0) 推荐(0) 编辑
摘要: TODO:如何禁用<a>标签,未找到方法 $("#btnssSave").removeAttr('onclick');//去掉a标签中的onclick事件 $("#btnssSave").attr('onclick', 'setSaveChk()'); //添加a标签中的onclick事件 阅读全文
posted @ 2017-03-06 16:15 人生为卒 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 必须dll Gma.QrCodeNet.Encoding.dll 阅读全文
posted @ 2017-02-23 12:03 人生为卒 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 转载(待测试验证) http://www.cnblogs.com/kevingrace/p/5904800.html 阅读全文
posted @ 2017-02-20 17:55 人生为卒 阅读(128) 评论(0) 推荐(0) 编辑
摘要: function add(a, b) { var c, d, e; try { c = a.toString().split(".")[1].length; } catch (f) { c = 0; } try { d = b.toString().split(".")[1].length; ... 阅读全文
posted @ 2017-01-20 16:01 人生为卒 阅读(768) 评论(0) 推荐(0) 编辑
摘要: 获取对象的话,id和name都可以,一般用id的比较多 id获取 : $("#xxx") name获取 : $("[name=xxx]") 阅读全文
posted @ 2017-01-20 15:06 人生为卒 阅读(289) 评论(0) 推荐(0) 编辑
摘要: control js 阅读全文
posted @ 2017-01-12 17:01 人生为卒 阅读(641) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 29 下一页