码迷,mamicode.com
首页 >  
搜索关键字:check    ( 9197个结果
Linux中的mce处理--mce学习笔记
mce简介...
分类:系统相关   时间:2014-07-23 17:03:07    阅读次数:491
d3_2 简单的取款机系统
#include#include#includevoid menu();int deposit(int balance);int withdraw(int balance);void check(int balance);void quit();void main(){ int balance...
分类:其他好文   时间:2014-07-23 16:30:51    阅读次数:179
error: tic: undefined symbol: _nc_check_termtype2 ? tic could not build /usr/share/terminfo
** Building terminfo database, please wait... Running tic to install /usr/share/terminfo ...         You may see messages regarding extended capabilities, e.g., AX.         These are extended t...
分类:其他好文   时间:2014-07-23 13:40:16    阅读次数:468
JS验证
1required:true必须输入的字段。2remote:"check.php"使用ajax方法调用check.php验证输入值。3email:true必须输入正确格式的电子邮件。4url:true必须输入正确格式的网址。5date:true必须输入正确格式的日期。日期校验ie6出错,慎用。6dateISO:true必须输入正确格式的日期(ISO)..
分类:Web程序   时间:2014-07-23 00:21:38    阅读次数:458
fsck害了我很久了,必须关掉,因为他每次打卡都要推迟数十分钟。
http://crashmag.net/disable-filesystem-check-fsck-at-boot-timeDisable the filesystem check (fsck) at boot time?11/08/2012 ?crashmag ?Leave a comment ....
分类:其他好文   时间:2014-07-22 22:57:52    阅读次数:238
mysql安装原码包中的各个文件说明
build 用来制作各个平台二进制的的版本(里面的文件脚本check-cup 可以自动检测)client 各个客户端程序的(mysql.cc mysqladmin.cc。。。)Docs 文档目录
分类:数据库   时间:2014-07-22 22:47:34    阅读次数:189
check_http检查http服务
选 项 说 明-H, --hostname=ADDRESS 主机名或域名-I, --IP-address=ADDRESS server的IP地址,用于在不能DNS的情况下-p, --port=INTEGER 端口号,默认80-u, --url=PATH url,默认是/-w, --warning=D...
分类:其他好文   时间:2014-07-22 00:33:37    阅读次数:354
poj 2151 Check the difficulty of problems(概率DP)
DP-概率DP,一道简单题。...
分类:其他好文   时间:2014-07-21 23:15:53    阅读次数:279
LeetCode:Same Tree
Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally identical an...
分类:其他好文   时间:2014-07-21 14:35:26    阅读次数:206
【LeetCode】【Python题解】Same Tree
Given two binary trees, write a function to check if they are equal or not. Two binary trees are considered equal if they are structurally identical and the nodes have the same value. 比较两个...
分类:编程语言   时间:2014-07-20 22:12:03    阅读次数:273
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!