码迷,mamicode.com
首页 >  
搜索关键字:rules    ( 1534个结果
Jquery validate 验证
1 必填和远程校验 $("#inputForm").validate({ rules: { "username": "required", "loginid": { remote: { type: "post", url: "${ctx}/user/isUniCode.do", data: { code: function() { r...
分类:Web程序   时间:2014-09-04 14:56:39    阅读次数:233
[Android-Bluetooth] MODULE.TARGET.ETC.wpa_supplicant.conf already defined by xxxx error.
Hmmm, there is an error possibly like this:build/core/base_rules.mk:130: *** external/wpa_supplicant_8/wpa_supplicant: MODULE.TARGET.ETC.wpa_supplican...
分类:移动开发   时间:2014-09-03 19:47:17    阅读次数:1721
Valid Sudoku
Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are filled with...
分类:其他好文   时间:2014-09-03 19:39:47    阅读次数:181
audit和syslog之间的渊源
audit的目的: 记录核心层的事件,档案的读写,系统的呼叫。权限的状态属于内核syslog的目的: 属于应用层,记录的都是应用层的错误信息audit有三個操作的工具audit可用的三個指令:=>auditctl-控制kernelauditsystem,能取得狀態,增或刪除rules、設定某個檔案的「檢視」(..
分类:其他好文   时间:2014-09-03 15:06:08    阅读次数:344
Custom Properties for Alert Description and Notification(PropertyBag)
Alert Description Variables:For event Rules:EventDisplayNumber (Event ID): $Data/EventDisplayNumber$EventDescription (Description): $Data/EventDescrip...
分类:其他好文   时间:2014-09-02 15:30:54    阅读次数:213
centos 网卡配置
1.查看网络MAC地址 [root@centos ~]# cat /etc/udev/rules.d/70-persistent-net.rules 显示如下信息 # PCI device 0x15ad:0x07b0 (vmxnet3) SUBSYSTEM=="net", ACTION==...
分类:其他好文   时间:2014-08-30 19:03:09    阅读次数:233
vbox导入虚拟电脑网卡MAC问题
vbox导入虚拟电脑之后,需要"重新初始化所有网卡的MAC地址". centos需要做以下几步操作: 1.删除文件"/etc/udev/rules.d/70-persistent-net.rules". rm -rf /etc/udev/rules.d/70-persistent-net.rules...
分类:其他好文   时间:2014-08-29 17:51:58    阅读次数:223
yii第二步
yii第二步:main.php'urlManager'=>array('urlFormat'=>'path','rules'=>array('game/guess/'=>'game/guess','gou/games/'=>'gou/game',//index.php/gou/d(实际地址) => ...
分类:其他好文   时间:2014-08-28 22:39:46    阅读次数:265
/ etc / init.d / iptables: line 268: restorecon: command not found
When I tried to restart iptables from vps , I got the following error.Iptables encountered such a problem to save the iptables rules:“iptables: Saving...
分类:其他好文   时间:2014-08-27 23:21:58    阅读次数:243
EasyUI 表单验证扩展(备忘录)
$.extend($.fn.validatebox.defaults.rules, { minLength : { // 判断最小长度 validator : function(value, param) { return value.length >= param[0]; }, message :...
分类:其他好文   时间:2014-08-27 16:15:28    阅读次数:209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!