码迷,mamicode.com
首页 >  
搜索关键字:warning    ( 3842个结果
C++编译错误 fatal error C1189: #error : The C++ Standard Library forbids macroizing keywords. Enable warning
解决方法 :属性--配置属性-c/c++-预处理器 添加_XKEYCHECK_H
分类:编程语言   时间:2015-05-11 17:46:19    阅读次数:237
LINUX问题汇总
1.安装rrdtool报错perl:warning:Fallingbacktothestandardlocale("C")解决办法vi/root/.bashrc再最底部加上exportLC_ALL=C或者直接运行echo"exportLC_ALL=CLANGUAGE=en_US:en">>/root/.bashrc然后执行一下source/root/.bashrc2.关闭selinux的安全控制getenforcesetenforc..
分类:系统相关   时间:2015-05-10 08:34:57    阅读次数:226
MongDB 启动警告 WARNING: soft rlimits too low
# mongo MongoDB shell version: 3.0.2 connecting to: test Server has startup warnings:  2015-05-09T12:34:19.688-0700 I CONTROL  [initandlisten]  2015-05-09T12:34:19.688-0700 I CONTROL  [initandlis...
分类:数据库   时间:2015-05-10 06:23:42    阅读次数:2045
软件工程 speedsnail 冲刺4
2015-5-7完成任务:学习了黑马android教学视频7、8、9集,对布局和计划做了调整;遇到问题:问题1异常Warning: Activity not started, its current task has been brought to the front解决1退出程序重新开启,这个异常...
分类:其他好文   时间:2015-05-08 23:41:12    阅读次数:127
VS2013+openCV3.0无脑配置方法+解决警告问题【windows平台】
VS2013+openCV3.0无脑配置方法+解决警告问题【windows平台】本文介绍如何配置VS+openCV环境,并解决“opencv 3.0 warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失的”警告参考博客:...
分类:Windows程序   时间:2015-05-08 23:34:10    阅读次数:517
Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform dependent!
执行Maven Install打包的时候,提示以下警告信息: [WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform dependent!解决方法: 打开项目属性》Resources,按下图修改就好了。...
分类:其他好文   时间:2015-05-08 20:24:28    阅读次数:158
'build.plugins.plugin.version' for com.pyx4me:proguard-maven-plugin is missing. @ line 42, column 12
‘build.plugins.plugin.version’ for com.pyx4me:proguard-maven-plugin is missing. @ line 42, column 12执行Maven Install的时候提示如下警告信息:[WARNING] [WARNING] Some problems were encountered while building the eff...
分类:其他好文   时间:2015-05-08 18:15:39    阅读次数:146
crontab产生大量的邮件文件
今天早上上班,发现zabbix系统报警,生产上的一台服务器/分区小于20%空间。ssh到指定的服务器上查看,发现在/var/spool/postfix/maildrop/目录下产生了10G的文件。这些文件时由于系统在执行crontab里的计划任务时,会将脚本中的output和warning信息,会以邮件形式发送给任务所..
分类:其他好文   时间:2015-05-08 11:09:43    阅读次数:187
Nagios-介绍及安装
Cacti监控工具收集数据,根据数据绘图CPU负载:0.81.2...报警:tholdNagios监控工具主机,服务/资源状态:OK,WARNGING,CRITICAL,UNKNOWNCPU:90%(CRITICAL)、80%(WARNING)、80%以下OK、UNKNOWN报警系统Nagioscore不做任何监控工作Plugins插件(scripts)N种对象来实现监控工..
分类:移动开发   时间:2015-05-08 00:12:22    阅读次数:215
IAR variable "l" was set but never used 错误分析
variable "l" was set but never used   Warning[Pe550]: variable "xxxx" was set but never used 如: void fx (void) { UINT8 i; i = p; ........................ } 定义局部变量,就会报“变量定义了,但是没有使用”的警告!,并...
分类:其他好文   时间:2015-05-07 18:57:59    阅读次数:121
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!