一般来说在header函数前不能输出html内容,类似的还有setcookie() 和 session 函数,这些函数需要在输出流中增加消息头部信息。如果在header()执行之前有echo等语句,当后面遇到header()时,就会报出 “Warning: Cannot modify header ...
分类:
其他好文 时间:
2014-09-12 16:48:03
阅读次数:
131
最近发现很多代码在进行宏定义的时候使用喜欢使用#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
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
今天在巡检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
昨天在做datatables的项目,从后台取得数据后,返回给datatables界面时会报下面的错误:DataTables warning : Requested unknown parameter '1' from the data source for row 0加上下面的设置就可以了,至于原理...
分类:
其他好文 时间:
2014-09-10 19:19:20
阅读次数:
249
/etc/rc.d/init.d/functions文件详细分析functions这个脚本是给/etc/init.d里边的文件使用的(可理解为全局文件)。提供了一些基础的功能,看看里边究竟有些什么。首先会设置umask,path,还有语言环境,然后会设置success,failure,warning...
分类:
其他好文 时间:
2014-09-10 15:26:20
阅读次数:
324
当系统开启safe_mode和 open_basedir,在程序中使用以下语句curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);并且遇到301,302状态吗时会出现错误PHP Warning: curl_setopt(): CURLOPT_FOLLOWLOC...
分类:
其他好文 时间:
2014-09-10 12:27:20
阅读次数:
178
1.简单的将日志打印到屏幕 importlogginglogging.debug('This is debug message')logging.info('This is info message')logging.warning('This is warning message')屏幕上打印:W...
分类:
编程语言 时间:
2014-09-10 12:22:50
阅读次数:
281
cacti 中 npc 中不出图PHP Warning:PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/json.so' - /usr/lib64/php/modules/json.so: undefined s...
分类:
移动开发 时间:
2014-09-09 19:59:09
阅读次数:
260
今天给php编译安装Fileinfo的时候,报configure:WARNING:Youwillneedre2c
0.13.4orlaterifyouwanttoregeneratePHPparsers.看了下说是要re2c这个东西.解决办法:wgethttp://sourceforge.net/projects/re2c/files/re2c/0.13.5/re2c-0.13.5.tar.gz/downloadtarzxfre2c-0.13.5.tar.gz..
分类:
Web程序 时间:
2014-09-09 09:10:09
阅读次数:
256