码迷,mamicode.com
首页 >  
搜索关键字:warning    ( 3842个结果
nagios插件之登陆SBC监控电话数
执行:sbc_calls_status_new auto_ssh_sbc_10_17.sh | auto_ssh_sbc_11_17.sh vi sbc_calls_status_new.c #include #include #include #include #define OK 0 #define WARNING 1 #define CRITICAL...
分类:移动开发   时间:2015-08-11 07:24:03    阅读次数:220
Redis学习笔记
当把Redis作为windows服务来进行安装,文档中写的是--loglevel-verbos是错误的,应该是debug,notice或者warning之一; Redis有序排列首先是按照序号进行排序(zadd,zmemberrange);
分类:其他好文   时间:2015-08-11 00:08:26    阅读次数:130
PHP pear安装出现 Warning: require_once(Structures/Graph.php)...错误
今天在WINDOWS安装pear,一路无阻很顺利安装完成,接着想安装下pear email包来玩下,但接下来却报:Warning: require_once(Structures/Graph.php): failed to open stream: No such file or directory...
分类:Web程序   时间:2015-08-11 00:00:39    阅读次数:157
nagios监控主机内存使用情况
#!/bin/bash STAT_OK=0 STAT_WARNING=1 STAT_CRITICAL=2 STAT_UNKNOWN=3 total_mem=`free?-m?|awk?‘NR==2{print?$2}‘` used_mem=`free?-m?|awk?‘NR==3{print?$3}‘`? free_mem=$[$total_mem?-?$used_m...
分类:移动开发   时间:2015-08-10 22:32:29    阅读次数:255
监控redis进程使用的内存
#!/bin/bash STAT_OK=0 STAT_WARNING=1 STAT_CRITICAL=2 STAT_UNKNOWN=3 rds=‘/home/rediserver/bin/redis-cli‘ stats=`$rds?info?Stats` ]+/,"","g",$1)}‘`ho?"$stats"|?awk?‘/keyspace_hits/{print?gensu...
分类:系统相关   时间:2015-08-10 20:25:56    阅读次数:173
PerformSelector may cause a leak because its selector is unknown
本人使用的方法,需要针对每个warning进行添加 #pragma clang diagnostic push #pragma clang diagnostic ignored "-Warc-performSelector-leaks" id value = [weakSelf performSelector:getSel];//产生warning的代码 #pragma clang dia...
分类:其他好文   时间:2015-08-10 18:12:40    阅读次数:143
KEIL_MDK 错误及解决(待续)
compiling main.c.....\HARDWARE\led.h(11): warning: #1-D: last line of file ends without a newline #endifmain.c(19): warning: #1-D: last line of fil...
分类:其他好文   时间:2015-08-10 18:00:24    阅读次数:154
Android的5样的调试信息
Android的5样的调试信息华清2014-10-23北京海淀区张俊浩verbose:只是滤全部的信息。啰嗦的意思。debug:debug调试的意思。info:一般提示的信息informationwarn:warning警告类型。error:错误信息打印的格式为:Log.v(String tag, ...
分类:移动开发   时间:2015-08-10 17:42:45    阅读次数:105
Warning: Problems in Mirror May Be Larger Than They Appear
?Warning: Problems in Mirror May Be Larger Than They AppearDave Quicki’vE WoRKEd on HundREdS oF SoFTWARE pRojECTS. Every one had issues that caused more problems than the team expected. Often, a small...
分类:移动开发   时间:2015-08-10 10:41:32    阅读次数:130
SSH登录报错REMOTE HOST IDENTIFICATION HAS CHANGED!
ssh登录远程主机报错:[XX@XX ~]$ ssh monitor@xxx.xxx.xxx.xxx @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@...
分类:其他好文   时间:2015-08-10 00:24:48    阅读次数:132
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!