码迷,mamicode.com
首页 >  
搜索关键字:warning    ( 3842个结果
(process:6471): GConf-WARNING **: 等类似错误
(process:6471): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security...
分类:其他好文   时间:2014-09-15 22:55:54    阅读次数:222
vmsvc[xxxx]:[warning][guestinfo]RecordRoutingInfo:UnabletocollectIPv4routingtable
解决方案1:失败经检查确认,下列组件正确安装:LinuxVMOS正确安装;IP信息正确设定;VMwareTools正确安装;虚拟机硬件版本为9;重启VM的时候,启动过程中提示libguestinfo.so模块故障会提示,不过VM依然正常启动,不过它会Hung住1、20分钟;通过故障提示,经过系列排查之后,..
分类:其他好文   时间:2014-09-15 11:25:49    阅读次数:593
boost序列化
#include #include #include #include #include #include #include #pragma warning (disable: 4244) //解决boost 中binary序列化:“std::streamsize”转换到“size_t”usi...
分类:其他好文   时间:2014-09-15 01:02:07    阅读次数:295
LINUX apt-get安装软件时报dpkg的错误
dpkg: serious warning: files list file for package "********" missing, assuming package has no files currently installed.该错误通常发生在以下情况,使用dpkg -i安装deb包后...
分类:系统相关   时间:2014-09-14 21:59:47    阅读次数:338
curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in
当系统开启safe_mode和 open_basedir,在程序中使用以下语句curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);并且遇到301,302状态吗时会出现错误[11-Oct-2010 14:17:41] PHP Warning: curl_set....
分类:其他好文   时间:2014-09-14 02:31:56    阅读次数:230
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by
配置php网站的时候,经常会在页首出现Warning: session_start() [function.session-start]: Cannot send session cache limiter,也不影响页面打开。Warning: session_start() [function.se...
分类:其他好文   时间:2014-09-12 16:56:13    阅读次数:174
Warning: Cannot modify header information - headers already sent by (output started at
一般来说在header函数前不能输出html内容,类似的还有setcookie() 和 session 函数,这些函数需要在输出流中增加消息头部信息。如果在header()执行之前有echo等语句,当后面遇到header()时,就会报出 “Warning: Cannot modify header ...
分类:其他好文   时间:2014-09-12 16:48:03    阅读次数:131
为什么使用do{}while(0)来进行宏定义
最近发现很多代码在进行宏定义的时候使用喜欢使用#define MACRO_NAME(para) do{macro content}while(0)的格式,总结了以下几个原因:1,空的宏定义避免warning:#define foo() do{}while(0)2,存在一个独立的block,可以用来进...
分类:其他好文   时间:2014-09-11 22:24:02    阅读次数:191
Linux下执行Hadoop WordCount.jar
Linux执行 Hadoop WordCount ubuntu 终端进入快捷键 :ctrl + Alt +t hadoop启动命令:start-all.sh   正常执行效果如下: hadoop@HADOOP:~$ start-all.sh Warning: $HADOOP_HOME is deprecated.   starting namenode, logging to /h...
分类:系统相关   时间:2014-09-11 19:28:52    阅读次数:355
WARNING: Heavy swapping observed on system in last 5 mins.
今天在巡检alert日志的时候,发现如下报错: pct of memory swapped in [7.16%] pct of memory swapped out [0.56%]. Please make sure there is no memory pressure and the SGA and PGA are configured correctly. Look at DBRM...
分类:移动开发   时间:2014-09-11 12:37:41    阅读次数:776
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!