1:启动MongoDB2014-07-25T11:00:48.634+0800 warning: Failed to connect to 127.0.0.1:27017, reason: errno:10061 由于目标计算机积极拒绝,无法连接。2:添加一配置文件##数据文件dbpath=E:\r...
分类:
其他好文 时间:
2014-10-18 18:13:15
阅读次数:
471
相信大多数人在写PHP代码的时候,都遇到过类似"Warning: Cannot send session cookie – headers already sent…“或者”Cannot add/modify header information – headers already sent…"这样...
分类:
其他好文 时间:
2014-10-14 18:40:09
阅读次数:
126
###Implicit conversions隐式转换* 可以在基本类型之间自由转换;* 可以把任何类型的pointer转换为void pointer;* 可以将子类pointer转换为基类pointer;* 会产生warning ###static_cast静态转换* 类似于implicit ca...
分类:
编程语言 时间:
2014-10-14 03:17:17
阅读次数:
219
Semantic Warnings
Warning
Message
-WCFString-literal
input conversion stopped due to an input byte that does not belong to the input codeset UTF-8
-WNSObject-attribute...
分类:
移动开发 时间:
2014-10-12 04:21:47
阅读次数:
340
安装rac10g,出现如下错误:
[root@rac2 oracle]# /u01/product/crs/root.sh
WARNING: directory '/u01/product' is not owned by root
Checking to see if Oracle CRS stack is already configured
/etc/oracle does no...
分类:
其他好文 时间:
2014-10-11 17:29:05
阅读次数:
241
程序只要在运行,就免不了会出现错误!或早或晚,只是时间问题罢了。错误很常见,比如Notice,Warning等等。此时一般使用set_error_handler来处理:具体能做些什么呢?统一管理错误日志,或者呈现一个相对友好的错误提示页面等等。但需要注意的是set_error_handler无法捕捉...
分类:
Web程序 时间:
2014-10-10 18:14:24
阅读次数:
165
对于一些重要的操作需要让用户再次确认一次,给出几个基本的实例是和否[cpp] view plaincopyprint?switch( QMessageBox::warning(NULL, "warning",QString::fromLocal8Bit("确定导入文件的频道吗?"), QMessa....
分类:
其他好文 时间:
2014-10-10 14:10:14
阅读次数:
201
yum 安装软件时提示warning ,导致安装失败。如下图:据网上资料说这是由于yum安装了旧版本的GPG keys造成的。解决办法就是rpm --import /etc/pki/rpm-gpg/RPM*
分类:
其他好文 时间:
2014-10-09 23:13:57
阅读次数:
212
快速处理wsa的脚本
#!/bin/bash
cat n.txt |sed 's/:0%;/\n/g'|sed 's/.*warning....//g'|grep -Ev '(occur|8800)'|sort -n|uniq|sed 's/^/bind :/g'
处理mtop的脚本
#!/bin/bash
cat h.txt|sed 's/Port://g'|sed '...
分类:
其他好文 时间:
2014-10-09 18:52:47
阅读次数:
188
运行android程序的时候提示:ActivityManager: Warning: Activity not started, its current task has been brought to the front解释:这个不是Android平台的Bug,而是Android本身就是这样一种处...
分类:
其他好文 时间:
2014-10-09 18:16:37
阅读次数:
165