`
happyphper
  • 浏览: 2517 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
<?php header('Content-type: text/html; charset=UTF-8'); set_time_limit( 300 ); ob_end_clean(); apache_setenv('no-gzip', 1); ini_set('zlib.output_compression', 0); ini_set('implicit_flush', 1); ob_start();//开始缓冲数据 ?> <style> <!-- #notice { height: 300px; ...
// 讲的很清晰 http://www.perfgeeks.com/?p=344&cpage=1#comment-66 // 指出了4096 http://lhdeyx.blog.163.com/blog/static/31819697200911231533916/ // PHP 缓存函数的讲解 http://www.surfchen.org/archives/125 // ob_flush和flush http://www.laruence.com/2010/04/15/1414.html
先做点笔记 http://hi.baidu.com/xiaobing125/blog/item/d0939010b4463e09203f2e66.html http://bbs.chinaunix.net/viewthread.php?tid=627339 http://blog.sina.com.cn/s/blog_53df947801008t40.html http://gaodongchen.blshe.com/post/2760/251453 http://bbs.phpchina.com/viewthread.php?tid=39073
Global site tag (gtag.js) - Google Analytics