Plugin methodsName Typevalidate( options ) Returns: Validator验证所选的FORMvalid( ) Returns: Boolean检查是否验证通过rules( ) Returns: Options返回元素的验证规则rules( "add",...
分类:
Web程序 时间:
2014-07-11 22:37:07
阅读次数:
253
ubuntu12.04使用USB转串口时出现权限不够问题,如下Unable to open serial port /dev/ttyUSB0权限不够解决办法:通过增加udev规则来实现。步骤如下:创建文件/etc/udev/rules.d/70-ttyusb.rules在文件内增加一行KERNEL=...
分类:
其他好文 时间:
2014-07-11 18:36:14
阅读次数:
293
Conversion rules are more complicated when unsigned operands are involved. The problem is that comparisons between signed and unsigned values are mach...
分类:
编程语言 时间:
2014-07-11 08:50:41
阅读次数:
347
adaptor(适配器)
一种标准库类型、函数或迭代器,使某种标准库类型、函数或迭代器的行为类似于另外一种标准库类型、函数或迭代器。系统提供了三种顺序容器适配器:stack(栈)、queue(队列)以及priority_queue(优先级队列)。所有的适配器都会在其基础顺序容器上定义一个新接口。
begin(begin 操作)
一种容器操作。如果容器中有元素,该操作返回指向容器中第一...
分类:
编程语言 时间:
2014-07-11 00:41:21
阅读次数:
315
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-07-08 23:12:45
阅读次数:
298
deb包的构建的命令为:
dpkg-buildpackage
这样会自动完成所有从源代码包构建二进制包的工作,包括以下几个步骤:
0、清理源代码树(debian/rules clean)
1、构建源代码包(dpkg-source -b)
2、构建程序(debian/rules build)
3、构建二进制包(fakeroot debian/rules binary)...
分类:
其他好文 时间:
2014-07-06 10:38:33
阅读次数:
1940
转载请注明出处:http://www.openext.org/2014/07/qemu-kvm-ques 网上有很多关于虚拟机克隆复制后eth0找不到或者eth0编程eth1等问题,也有很多的解决方法但是,都没有抓到实质:其实很简单只需要执行如下命令重新define虚拟机即可进入虚拟机:mv /etc/udev/rules.d/70-persistent-net.rules /etc/udev/r...
分类:
其他好文 时间:
2014-07-06 09:51:29
阅读次数:
192
缓存方式: 直接映射 N路关联缓存策略: write through:通写 write back:回写进程类别: 交互式进程(IO密集型) 批处理进程(CPU密集型) 实时进程(Real-time)CPU: 时间片长,优先级低IO:时间片短,优先级高Linux优先级:priority ...
分类:
其他好文 时间:
2014-07-05 22:06:21
阅读次数:
357
step1 :下载oclint并安装
下载地址: http://oclint.org/downloads.html
选择mac os x或者darwin的包,下载到本地。
目录类似下面:
oclint-release
|-bin
|-lib
|---clang
|-----3.4
|-------include
|-------lib
|---oclint
|-----rules
|-...
分类:
其他好文 时间:
2014-07-04 09:07:33
阅读次数:
381