摘要: @echo off:openchoice /c:123 /m "1:创建,2:终止,3:删除"if errorlevel 3 goto deleteif errorlevel 2 goto endif errorlevel 1 goto create:create@schtasks /create ... 阅读全文
posted @ 2014-05-19 15:31 xachary 阅读(2589) 评论(0) 推荐(0) 编辑
摘要: 以下Function可以用于textbox的KeyUp事件:2014-06-06 发现旧版IE不支持selectionStart还有字符串的"[]"索引获取值, 已经修复这个bug.2014-06-10 修复上一次修复遗留的IE的bug./*Validate the textbox value is... 阅读全文
posted @ 2014-05-19 11:38 xachary 阅读(533) 评论(0) 推荐(0) 编辑