在很多时间使用了session就会出来如下提示了,Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /h...
分类:
其他好文 时间:
2014-09-18 22:13:44
阅读次数:
180
procedure CMWantSpecialKey(var Msg: TCMWantSpecialKey); message CM_WANTSPECIALKEY;{说明: CM_WANTSPECIALKEY - TCMWantSpecialKey - (CM_BASE + 30) sent by ...
分类:
其他好文 时间:
2014-09-18 00:38:02
阅读次数:
291
Ancient Roman empire had a strong government system with various departments, including a secret service department. Important documents were sent bet...
分类:
其他好文 时间:
2014-09-17 23:09:32
阅读次数:
338
报错:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSURLError isEqualToString:]: unrecognized selector sent to instance
0x10b34e810'
*** First throw call st...
分类:
其他好文 时间:
2014-09-17 18:42:32
阅读次数:
208
ob_start();setcookie("username","test",time()+3600);echo "the username is:".$HTTP_COOKIE_VARS["username"]."\n";echo "the username is:".$_COOKIE["username"]."\n";print_r($_COOKIE);?>访问该PHP文件时提示Warning:...
分类:
Web程序 时间:
2014-09-17 13:40:52
阅读次数:
229
知识点 今天继续昨天没有讲完的Menu的学习,主要是Popup Menu的学习。Popup Menu(弹出式菜单) 弹出式菜单是一种固定在View上的菜单模型。主要用于以下三种情况:为特定的内容提供溢出风格(overflow-style)的菜单进行操作。提供其他部分的命令句(command sent...
分类:
移动开发 时间:
2014-09-15 12:42:49
阅读次数:
270
配置php网站的时候,经常会在页首出现Warning: session_start() [function.session-start]: Cannot send session cache limiter,也不影响页面打开。Warning: session_start() [function.se...
分类:
其他好文 时间:
2014-09-12 16:56:13
阅读次数:
174
一般来说在header函数前不能输出html内容,类似的还有setcookie() 和 session 函数,这些函数需要在输出流中增加消息头部信息。如果在header()执行之前有echo等语句,当后面遇到header()时,就会报出 “Warning: Cannot modify header ...
分类:
其他好文 时间:
2014-09-12 16:48:03
阅读次数:
131
//设置map参数,innerTable,outTable对应的表名
public String sendDetail(){
pager = getStartPager();
if( null !=msg && msg.equals("succ")){
map.put("innerTable","bs_sent_inner" );
map.put("outTabl...
分类:
其他好文 时间:
2014-09-10 12:37:40
阅读次数:
262
在centos上成功编译安装nginx 1.4、php 5.4并成功启动nginx和php-fpm后,访问php提示"File not found.",同时在错误日志中看到:复制代码 代码如下:2013/10/22 20:05:49 [error] 12691#0: *6 FastCGI sent ...
分类:
其他好文 时间:
2014-09-10 12:05:20
阅读次数:
169