1:warning: comparison between signed and unsigned integer expressions
解决方法:强制类型转换 前面都加上(int),进行强制类型转换
if (key == NULL || (int)strlen(key) >(int)I_LIMITED_SIMPLE || strlen(key)
// if (key...
分类:
其他好文 时间:
2015-05-12 00:10:57
阅读次数:
161
mac 连接mysql的时候提示Warning: mysqli::real_connect(): (HY000/2002): No such file or directory[说明1]MAC下MYSQL的安装路径:/usr/local/mysql-5.5.28-osx10.6-x86数据库的数据文...
分类:
数据库 时间:
2015-05-11 19:27:08
阅读次数:
9696
解决方法 :属性--配置属性-c/c++-预处理器 添加_XKEYCHECK_H
分类:
编程语言 时间:
2015-05-11 17:46:19
阅读次数:
237
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
# 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
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平台】本文介绍如何配置VS+openCV环境,并解决“opencv 3.0 warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失的”警告参考博客:...
执行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执行Maven Install的时候提示如下警告信息:[WARNING]
[WARNING] Some problems were encountered while building the eff...
分类:
其他好文 时间:
2015-05-08 18:15:39
阅读次数:
146
今天早上上班,发现zabbix系统报警,生产上的一台服务器/分区小于20%空间。ssh到指定的服务器上查看,发现在/var/spool/postfix/maildrop/目录下产生了10G的文件。这些文件时由于系统在执行crontab里的计划任务时,会将脚本中的output和warning信息,会以邮件形式发送给任务所..
分类:
其他好文 时间:
2015-05-08 11:09:43
阅读次数:
187