//判断表单域,提交表单显示对应的错误信息 $this->load->library('form_validation'); $config = array( array( 'field' => 'username', 'label' => '用户名', 'rules' => 'trim|requ....
分类:
其他好文 时间:
2015-05-22 11:16:07
阅读次数:
134
OpenWrt 目录下的 trunk 结构如下: [trunk]$?ls
bin/?????????Config.in??feeds.conf.default??rules.mk?????tmp/
BSDmakefile??dl/????????include/????????????scr...
分类:
其他好文 时间:
2015-05-20 20:45:09
阅读次数:
225
西电老校区,openwrt上用的认证软件。在package下新建一目录"xd-h3c",在里面新建一个Makefile,内容如下: 1 include $(TOPDIR)/rules.mk 2 3 PKG_NAME:=xd-h3c 4 PKG_VERSION:=2014-09-28 5 6 PK.....
分类:
其他好文 时间:
2015-05-19 20:39:41
阅读次数:
369
环境: 系统硬件:vmware vsphere (CPU:2*4核,内存2G) 系统版本:Centos-6.5-x86_64 路由器网关:192.168.1.1步骤: 1.查看网络MAC地址 [root@centos ~]# cat /etc/udev/rules.d/70-persi...
分类:
其他好文 时间:
2015-05-19 20:38:01
阅读次数:
127
VMware克隆CentOS后无法启动网卡的解决(1)确保udev-post启动#chkconfig--listudev-postudev-post0:关闭1:启用2:启用3:启用4:启用5:启用6:关闭#/etc/init.d/udev-poststart(2)把网卡配置全删除(删除70-persistent-net.rules文件),重启让系统重新分配#cd/etc/udev/rules.d..
分类:
系统相关 时间:
2015-05-19 07:34:54
阅读次数:
253
Problem:
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 '.'.
A p...
分类:
编程语言 时间:
2015-05-19 00:53:17
阅读次数:
188
https://leetcode.com/problems/valid-sudoku/Valid SudokuDetermine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could ...
分类:
编程语言 时间:
2015-05-19 00:45:26
阅读次数:
688
GridView在生成HTML代码的时候会自动加上style="border-collapse:collapse;"以及border=1,rules="all"这些属性,这些在IE下都没什么影响,但是在FF下就会影响显示,style="border-collapse:collapse;";是由于设置...
分类:
其他好文 时间:
2015-05-18 16:13:14
阅读次数:
218
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...
分类:
其他好文 时间:
2015-05-18 16:00:43
阅读次数:
102
点击Rules->Performance->Simulate Modem Speeds。如果需要修改速度,可点击Rules->Customize Rules来修改。该配置文件保存路径为C:\Users\xxx\Documents\Fiddler2\Scripts\CustomRules.js参考:h...
分类:
Web程序 时间:
2015-05-17 13:43:00
阅读次数:
174