$data=I(‘post.‘,‘‘,‘trim‘); $rules = array( ???? array(‘name‘,‘‘,‘数据名称已存在‘,0,‘unique‘,1), ???? //array(验证字段1,验证规则,错误提示,[验证条件,附加规则,验证时间]), ???? array(‘ver...
分类:
Web程序 时间:
2014-08-16 01:12:29
阅读次数:
480
Let's play a game
Time Limit: 2 Seconds Memory Limit: 65536 KB
Elves from the Lothvain forest have created a very interesting game. The rules are very simple:
There are two players.
...
分类:
其他好文 时间:
2014-08-15 17:56:19
阅读次数:
251
DescriptionChristine and Matt are playing an exciting game they just invented: the Number Game. The rules of this game are as follows.The players take...
分类:
其他好文 时间:
2014-08-14 20:00:10
阅读次数:
244
1.当然首先你得将手机里的usb debug选项选上,否则lsusb是不会有你的设备的 2. lsusb 查看usb设备id 3. sudo vim /etc/udev/rules.d/51-android.rules SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4....
分类:
数据库 时间:
2014-08-14 19:52:19
阅读次数:
229
IPTABLES 规则(Rules)Rules包括一个条件和一个目标(target)如果满足条件,就执行目标(target)中的规则或者特定值。如果不满足条件,就判断下一条Rules。目标值(Target Values)ACCEPT– 允许防火墙接收数据包DROP– 防火墙丢弃包QUEUE– 防火墙...
分类:
其他好文 时间:
2014-08-13 17:47:16
阅读次数:
213
当一台服务器上MySQL有多个实例的时候,MySQL占用多个不同端口。利用zabbix的low-leveldiscovery可以轻松监控。思路参考:http://dl528888.blog.51cto.com/2382721/1357713下面我写了一个简单的脚本,用于一键部署mysql监控。一、客户端在被监控端运行此脚本,前提条件已经安装..
分类:
数据库 时间:
2014-08-13 03:51:45
阅读次数:
471
在model中定义public function rules(){ return array( array('Name,Email','required'), array('Email','unique','message'=>'{value...
分类:
其他好文 时间:
2014-08-12 18:31:14
阅读次数:
199
克隆kvm的centos的镜像之后,启动克隆后的虚拟机报错,出现deviceeth0doesnotseemtobepresent,delayinginitialization这个错误解决办法是先打开/etc/udev/rules.d/70-persistent-net.rules#cat/etc/udev/rules.d/70-persistent-net.rules#Thisfilewasautomaticallygeneratedbyt..
分类:
其他好文 时间:
2014-08-12 17:33:25
阅读次数:
183
题目一: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 the character '.'.
...
分类:
其他好文 时间:
2014-08-12 17:21:54
阅读次数:
250
array(array(‘username’, ‘required’), array(‘username’, ‘length’, ‘min’=>3, ‘max’=>12), array(‘password’, ‘compare’, ‘compareAttribute’=>’password2′, ‘...
分类:
其他好文 时间:
2014-08-12 16:50:24
阅读次数:
271