码迷,mamicode.com
首页 >  
搜索关键字:check    ( 9197个结果
windows config yii framework
###download and config- download yii-1.1.12- unzip into yii-1.1.12- config yii-1.1.12 dir an apache httpdoc dir###check yii requirementshttp://hostnam...
分类:Windows程序   时间:2014-07-16 19:49:59    阅读次数:351
JS判断是否为数字,中文,小写、大写字母
/**取得字符串的字节长度**/代码functionstrlen(str){vari;varlen;len=0;for(i=0;i255)len+=2;elselen++;}returnlen;}/**判断是否为数字,是则返回true,否则返回false*/代码functionf_check_num...
分类:Web程序   时间:2014-07-16 19:45:13    阅读次数:146
firefox清空缓存
自动清除firefox缓存1.在firefox的地址栏上输入about:config回车2.找到browser.cache.check_doc_frequency选项,双击将3改成1保存即可。选项每个值都是什么含义的。请看下面的解释:0: Once per session 每个进程一次 每次启动Fi...
分类:其他好文   时间:2014-07-13 22:51:53    阅读次数:280
CTCI 4.5
Implement a function to check if a binary tree is a binary search tree./* The inorder travel of a BST is strictly increasing. We track the pre node of...
分类:其他好文   时间:2014-07-13 22:27:09    阅读次数:344
Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree is symmetric:...
分类:其他好文   时间:2014-07-13 17:13:49    阅读次数:213
Nagios监控MySQL报错:NRPE: Unable to read output的详细解决过程
前言:nagios界面上,看到监控mysql服务报错如下:Warning:NRPE: Unable to read output  1,去nagios监控服务器上check下1.1,执行check_nrpe命令远程调用在监控端nagios服务器上执行check_nrpe检查mysql状态报错如下:[root@mysqlvm2 ~]# /usr/lib/nagios/plugins/check_nr...
分类:移动开发   时间:2014-07-13 16:40:37    阅读次数:232
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. /** * Defin...
分类:其他好文   时间:2014-07-13 15:50:25    阅读次数:158
Linux命令之rhn_check
NAMErhn_check - check for queued actions on RHN and execute themSYNOPSIS/usr/sbin/rhn_check [-v] [--verbose]DESCRIPTIONrhn_checkis a client program th...
分类:系统相关   时间:2014-07-13 10:13:35    阅读次数:253
mybatis查询mysql的时间段
mapper文件的写法为:(模糊查询,查询时间段) and sc.com_name like CONCAT(CONCAT('%',#{com_name}),'%') = DATE_FORMAT(#{check...
分类:数据库   时间:2014-07-12 17:43:38    阅读次数:247
为什么this.src=this.src+'?'
1onclick="this.src=this.src+'?'"这是表示当前图片链接在当前链接值的基础上添加了一个问号譬如当前src="check.aspx",点击后就变成了"check.aspx?",继续点就会变成"check.aspx?????"......这个问号是没有实际意义的,它唯一的作用...
分类:其他好文   时间:2014-07-12 15:30:05    阅读次数:201
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!