代码: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 $.extend($.fn.validatebox.defaults.rules, { / ...
分类:
其他好文 时间:
2018-12-15 19:47:46
阅读次数:
236
本篇博客主要讲解Drools常用的属性以及函数 属性 首先我们在resources\rules文件夹下创建一个Property.drl,还有一个DroolsApplicationPropertyTests 1. salience优先级 salience 属性的值默认为0,它的值越大执行的优先级就越高 ...
分类:
其他好文 时间:
2018-12-13 10:22:33
阅读次数:
239
It is hard to explain css selector specificty, to easy way to understand it is by playing around with it. To remember some rules can be helpful: inlin ...
分类:
Web程序 时间:
2018-12-11 11:23:55
阅读次数:
235
(占坑) A. Company Merging 签到题 B. LaTeX Expert 模拟 D. Similar Arrays 题意:构造两个长为 $n$ 的数组 $a,b$,元素取值范围是 $[1,n]$,$a$ 中的数互不相同,$b$ 中至少有一对相同的数,给出一些形如 $(x,y)$ 的限制 ...
分类:
其他好文 时间:
2018-12-10 11:42:33
阅读次数:
294
克隆192.168.138.130(主库),修改后的ip为192.168.138.130(从库),修改131机器的/etc/udev/rules.d/70-persistent-net.rules,将name=’eth0’行注释掉,name=’eth1’改成name=’eth0’,重启网络服务ser ...
分类:
数据库 时间:
2018-12-01 18:36:45
阅读次数:
218
Overview: Matrix algebra Matrix algebra covers rules allowing matrices to be manipulated algebraically via addition, subtraction, multiplication and d ...
分类:
其他好文 时间:
2018-11-28 12:20:13
阅读次数:
219
OCP中的权限管理沿用的Kubernetes RBAC机制,授权模式主要取决于下面几个因数 Rules 针对主要对象的操作权限,比如建立Pod Sets of permitted verbs on a set of objects. For example, whether something ca ...
分类:
其他好文 时间:
2018-11-26 02:10:13
阅读次数:
203
删除文件: /etc/udev/rules.d/70-persistent-net.rules 将/etc/sysconfig/network-scripts/ifcfg-eth0 中的HWADDR删掉 重启 ...
分类:
其他好文 时间:
2018-11-24 23:49:49
阅读次数:
229
1、在代码中,添加属性::rule ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 <Form ref="loginForm" :model="form" :rules="rules" @keydown.enter.native="handleSubmi ...
分类:
其他好文 时间:
2018-11-24 19:03:00
阅读次数:
501
1. 在vue项目中 bulid > webpack.base.conf.js 中: 如图,在rules规则中有一条规则是校验代码的,也就是红框2那行,要取消可以直接注释掉这行,或者把红框1的函数注释掉。 2.在webstorm中取消编辑器代码校验: ...
分类:
Web程序 时间:
2018-11-21 22:26:43
阅读次数:
399