摘要:
//yyyy-mm-ddfunction ChangeDateFormat(time) { if (time != null) { var date = new Date(parseInt(time.replace("/Date(", "").replace(")/", ""), 10)); var... 阅读全文
posted @ 2014-07-31 10:38
胡卫军
阅读(599)
评论(0)
推荐(0)
摘要:
定位浮动style="position:fixed; float:none; top:30px; margin:auto"div浮动position:fixed;Z-INDEX:99; top:20%; left:30%; 阅读全文
posted @ 2014-07-31 10:25
胡卫军
阅读(132)
评论(0)
推荐(0)
摘要:
style="cursor:pointer"javascript:void() 阅读全文
posted @ 2014-07-31 10:24
胡卫军
阅读(115)
评论(0)
推荐(0)
摘要:
word-break: break-all; word-wrap:break-word; 阅读全文
posted @ 2014-07-31 10:23
胡卫军
阅读(129)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2014-07-31 10:21
胡卫军
阅读(134)
评论(0)
推荐(0)
摘要:
Visible="false" 不显示控件readonly="false" 无法改变数值enabled="false" 不相应鼠标事件 阅读全文
posted @ 2014-07-31 10:17
胡卫军
阅读(139)
评论(0)
推荐(0)
摘要:
只能输入中文 只能输入英文和数字 只能是数字 只能显示,不能修改的文本框/限制字数 阅读全文
posted @ 2014-07-31 10:16
胡卫军
阅读(177)
评论(0)
推荐(0)
摘要:
《--内容--》 阅读全文
posted @ 2014-07-31 10:15
胡卫军
阅读(91)
评论(0)
推荐(0)
摘要:
with myCte as(select * from RS_Comment where id=10000004union allselect RS_Comment.* from RS_Comment inner join myCte on RS_Comment.ParantID=myCte.id... 阅读全文
posted @ 2014-07-31 10:13
胡卫军
阅读(166)
评论(0)
推荐(0)
摘要:
不断执行timer1=setInterval(方法名,500);(500毫秒)clearInterval(timer1);取消不断执行js 延迟执行setTimeout(function () { window.location.reload() }, 3000); 阅读全文
posted @ 2014-07-31 10:04
胡卫军
阅读(127)
评论(0)
推荐(0)
浙公网安备 33010602011771号