随笔分类 -  .net

C#
摘要:/// /// 更新系统时间 /// public class UpdateTime { //设置系统时间的API函数 [DllImport("kernel32.dll")] private static extern bool SetLocalTime(... 阅读全文
posted @ 2014-07-01 17:54 h_bubk 阅读(2103) 评论(0) 推荐(0)
摘要:/*** 扩展 jQuery EasyUI 插件模版**http://bbs.btboys.com*/(function ($) { function init(target) { var opt = $.data(target, "_pluginName_").options; } $.fn._pluginName_ = function (options, params) { if (typeof options === 'string') { return $(this)._pluginN... 阅读全文
posted @ 2013-07-01 22:24 h_bubk 阅读(444) 评论(0) 推荐(0)
摘要:2011-10-17 09:33:00|分类:jquery|标签:jqueryeasyuivalid|字号订阅$.extend($.fn.validatebox.defaults.rules, {idcard : {// 验证身份证 validator : function(value) { return /^\d{15}(\d{2}[A-Za-z0-9])?$/i.test(value); }, message : '身份证号码格式不正确' }, minLength: { validator: function(value, param){ ... 阅读全文
posted @ 2013-07-01 22:23 h_bubk 阅读(312) 评论(0) 推荐(0)