会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
人生为卒
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
30
下一页
2017年3月29日
easyui-启用禁用方法
摘要: 添加属性: $('#areaSelect').attr("disabled",false); 移除属性: $('#areaSelect').removeAttr("disabled"); 转载 :http://www.tuicool.com/articles/Qji2yaa EasyUI常用控件禁用
阅读全文
posted @ 2017-03-29 14:06 人生为卒
阅读(4733)
评论(0)
推荐(0)
2017年3月26日
设置系统时间
摘要: /// /// 设置系统时间 /// public class SetSTime { [DllImport("Kernel32.dll")] public static extern bool SetSystemTime(ref SystemTime sysTime); [DllImport("Kerne...
阅读全文
posted @ 2017-03-26 11:57 人生为卒
阅读(250)
评论(0)
推荐(0)
2017年3月22日
sql like 通配符 模糊查询技巧及特殊字符
摘要: 转载 : http://new-restart.iteye.com/blog/1416765 sql like 通配符 模糊查询技巧及特殊字符 sql like 通配符 模糊查询技巧及特殊字符 1,SQL like对时间查询的处理方法 SQL数据表中有savetime(smalldatetime类型
阅读全文
posted @ 2017-03-22 14:38 人生为卒
阅读(1441)
评论(0)
推荐(0)
2017年3月6日
移除/添加属性
摘要: TODO:如何禁用<a>标签,未找到方法 $("#btnssSave").removeAttr('onclick');//去掉a标签中的onclick事件 $("#btnssSave").attr('onclick', 'setSaveChk()'); //添加a标签中的onclick事件
阅读全文
posted @ 2017-03-06 16:15 人生为卒
阅读(167)
评论(0)
推荐(0)
2017年2月23日
.net生成二维码图片
摘要: 必须dll Gma.QrCodeNet.Encoding.dll
阅读全文
posted @ 2017-02-23 12:03 人生为卒
阅读(339)
评论(0)
推荐(0)
2017年2月20日
Mysql数据库误删恢复
摘要: 转载(待测试验证) http://www.cnblogs.com/kevingrace/p/5904800.html
阅读全文
posted @ 2017-02-20 17:55 人生为卒
阅读(140)
评论(0)
推荐(0)
2017年1月20日
js 加减乘除运算
摘要: 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 人生为卒
阅读(785)
评论(0)
推荐(0)
jquery 是通过id 还是name
摘要: 获取对象的话,id和name都可以,一般用id的比较多 id获取 : $("#xxx") name获取 : $("[name=xxx]")
阅读全文
posted @ 2017-01-20 15:06 人生为卒
阅读(316)
评论(0)
推荐(0)
2017年1月12日
controler传list<T>到JS方法
摘要: control js
阅读全文
posted @ 2017-01-12 17:01 人生为卒
阅读(655)
评论(0)
推荐(0)
dategrid对于datetime的格式化
摘要: 转载 :http://www.cnblogs.com/xmfdsh/p/4062491.html js formart
阅读全文
posted @ 2017-01-12 15:10 人生为卒
阅读(407)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
30
下一页
公告