码迷,mamicode.com
首页 >  
搜索关键字:warning    ( 3842个结果
常用的预处理器指令
#define#ifdef#undef#import#include#pragma mark#warning#error#if#else#elif#endif
分类:其他好文   时间:2015-10-13 00:18:48    阅读次数:145
截取web页面访问时间(Apache)
#!/bin/bashlsof-i:80&>/dev/nullLS=`echo$?`elinkshttp://192.168.5.14-dump&>/dev/nullCA=`echo$?`T=`curl-s-o/dev/null-w%{time_total}"\n""http://192.168.5.14"|cut-d"."-f1`if[$LS-ne0];thenecho"unknowapache";exit3elif[$CA-ne0];thenecho"warning:there..
分类:Web程序   时间:2015-10-12 02:03:24    阅读次数:127
升级XCode7后,Qt编译无法找到SDK的问题
升级到XCode7后Qt5.5编译,命令行报错:clang:warning:nosuchsysrootdirectory:‘/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk‘应该是无法找到SDK,所以没法编译通过,可以修改qdevice.pri或者,修改工程文件*.pro加..
分类:其他好文   时间:2015-10-11 19:50:36    阅读次数:1064
【MySQL案例】error.log的Warning:If a crash happens thisconfiguration does not guarantee that the relay lo
1.1.1.If a crash happens thisconfiguration does not guarantee that the relay log info will be consistent【环境的叙述性说明】msyql5.6.14【报错信息】mysql的slave启动时,erro...
分类:移动开发   时间:2015-10-11 17:59:13    阅读次数:1163
Why do we make statistics so hard for our students?
Why do we make statistics so hard for ourstudents?(Warning: long and slightly wonkish)If you’re like me, you’re continually frustrated by the fact tha...
分类:其他好文   时间:2015-10-10 20:06:36    阅读次数:176
[: -ge: unary operator expected 错误
1 #!/bin/bash2 3 rate=$(df -h |grep /dev/sda3 | awk '{print $5}' | cut -d "%" -f1)4 5 if [ $rate -ge 10 ]6 then7 echo "Warning! /dev/sda3 is...
分类:其他好文   时间:2015-10-10 19:55:29    阅读次数:170
windows使用git时出现:warning: LF will be replaced by CR
windows中的换行符为 CRLF, 而在linux下的换行符为LF,所以在执行add . 时出现提示,解决办法: $?rm?-rf?.git??//?删除.git $?git?config?--global?core.autocrlf?false??//禁用自动转换 $?git?...
分类:Windows程序   时间:2015-10-10 14:08:23    阅读次数:207
Android编译错误, Ignoring InnerClasses attribute for an anonymous inner class
今天在做android项目时,加入第三方包,一编译就报错。错误如下:[2012-01-13 14:51:25 - xxx] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class(org.xxx.xxx.xxx...
分类:移动开发   时间:2015-10-09 16:56:35    阅读次数:204
python脚本执行Scapy出现IPv6警告WARNING解决办法
安装完scapy,写了脚本执行后执行:WARNING: No route found for IPv6 destination :: (no default route?)原因是用 from scapy.all import *的时候把ipv6相关的模块也导进去了,想关闭警告,我们可以打开scapy...
分类:编程语言   时间:2015-10-08 23:13:43    阅读次数:188
RTP/RTCP协议
Warning: 本文原网页 http://www.cnblogs.com/moonvan/archive/2011/09/11/2173448.html 在此基础上略作修改,如有侵权,请告知删除,谢谢! 流媒体协议 当前在Internet上传输音频和视频等信息主要有两种方式:下载和流式传输。 下载...
分类:其他好文   时间:2015-10-08 21:35:42    阅读次数:302
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!