当前位置:首页 > 搜索和 3 相关的文章

discuz X3全局变量$_G

添加日期:2014-01-10 16:51:18 发布:smiling 
$_G 保存了 Discuz! 中所有的预处理数据,缓存能够很好的提高程序的性能,一些配置数据没必要每次都查询数据库,只要在修改了的时候更新下 ...

Allowed memory size of 8388608 bytes exhausted解决方法

添加日期:2014-01-10 16:02:10 发布:smiling 
今天,在安装php168发布系统时,页面提示Allowed memory size of 8388608 bytes exhausted,内存溢出,无法继续安装。研究了一下,要把php ...

php进行压缩 ob_gzhandler函数有3种方法

添加日期:2014-01-07 16:14:28 发布:smiling 
使用ob_gzhandler函数有3种方法让它对php进行压缩:1、在php ini中设置output_handler = ob_gzhandler2、在 htaccess中加入php_value ou ...

ajax php 聊天室实例代码(3)

添加日期:2013-12-16 16:19:10 发布:smiling 
if(!$s)die("nocontent!!");$fp=@fopen($filename,"a+");if(!$fp)die("repeat");$re_time=0;while(!@flock($fp,lock_ex)){sleep(1);$re_tim ...

Fatal error: Allowed memory size of 33554432 bytes exhausted

添加日期:2013-12-07 22:52:46 发布:smiling 
今天换了一个服务器运行php久了就会发现Fatal error: Allowed memory size of 33554432 bytes exhausted提示了,下面我来给大家介绍 ...

Fatal Error: Allowed memory size of 123456789 bytes exhausted

添加日期:2013-12-04 23:29:16 发布:smiling 
错误提示:Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3214636 bytes) in E:Vertrig ...

Fatal error: Maximum execution time of 30 错误

添加日期:2013-12-04 22:59:46 发布:smiling 
在程序开发中出现Fatal error: Maximum execution time of 30错误,是指你的程序执行时间超了30秒,但为什么是30秒页不是50,10,20 ...

win2003使用preg_match_all导致apache崩溃解决办法

添加日期:2013-12-04 22:39:19 发布:smiling 
Apache 2 2 9 (Win32) + PHP 5 2 17,在使用正则表达式 preg_match_all (如 preg_match_all(" ni( *?)wo ", $html, $matches);) ...

Fatal error: Out of memory (allocated 786432)提示解决办法

添加日期:2013-12-04 22:20:04 发布:smiling 
今天在运行phpmyadmin时页面突然出现了Fatal error: Out of memory (allocated 786432)提示,看英文的意思是说超过了指定内存大小了, ...

phpMyAdmin 3.5.8 在 Safari 中空白屏解决方法

添加日期:2013-12-04 21:48:34 发布:smiling 
本文章来给各位介绍phpMyAdmin 3 5 8 在 Safari 中空白屏解决方法,因为在其它浏览器中都没有问题,只有在Safari浏览器空白,所以只要解 ...

ThinkPHP3.0略缩图不能保存到子目录

添加日期:2013-12-03 20:10:46 发布:smiling 
THINKPHP3 0上传文件后略缩图不能保存到子目录,是因为UploadFile class php这个上传类中getSubName()函数只能创建原图的子目录而不能创建 ...

PHP utf-8和gb2312编码转换乱码的问题

添加日期:2013-12-02 20:38:28 发布:smiling 
经过一时间的 php + mssql,感觉 mssql 对编码的支持不是很好(其实还是自己没有把握好啦),但是又还没有来得急换数据库,只能将就点 ...