会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Software to drive the rest of the world
Silicon deposition step, in the thousands.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2014年8月25日
JQuery easyUI扩展验证机制的正则表达式
摘要: $.extend($.fn.validatebox.defaults.rules,{ //验证中文 CHS:{validator:function(value){return /^[\u0391-\uFFE5]+$/.test(value);},message:"只能输入汉字."},//字符验证s...
阅读全文
posted @ 2014-08-25 16:46 骑着上帝Coding
阅读(536)
评论(0)
推荐(0)
2014年8月24日
cmd命令杀掉进程(如excel.exe进程)操作
摘要: 1. cmd命令杀掉进程操作:taskkill /im XXX进程,如:
阅读全文
posted @ 2014-08-24 19:47 骑着上帝Coding
阅读(2469)
评论(0)
推荐(0)
2014年8月17日
WPF中实现拍照功能(利用“WPFMediaKit.dll”)
摘要: 开始先展示下效果图: -------------------------------下面记录步骤:------------------------------------------------------下载“WPFMediaKit.dll”程序开发包,用在项目中添加引用;在WPF窗口引入并命名...
阅读全文
posted @ 2014-08-17 20:38 骑着上帝Coding
阅读(1142)
评论(0)
推荐(0)
SqlHelper类(V1)
摘要: 1 static class SqlHelper 2 { 3 //app.config文件的继承: 4 5 public static readonly string connstr = 6 ConfigurationManage...
阅读全文
posted @ 2014-08-17 11:18 骑着上帝Coding
阅读(296)
评论(0)
推荐(0)
2014年8月13日
验证码类V1
摘要: 1 /// 2 /// 验证码类 3 /// 4 public class ValidateCode 5 { 6 /// 7 /// 验证码的最大长度 8 /// 9 publ...
阅读全文
posted @ 2014-08-13 15:51 骑着上帝Coding
阅读(162)
评论(0)
推荐(0)
上一页
1
2
3
公告