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

Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) i

添加日期:2013-11-30 15:04:26 发布:smiling 
今天在用一个php产品时出现了Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in 提示信息,经过查核是因为此产品未考虑到用户内存引起的,下面是解决的方法:...

php支持gb2312,uft-8中英文字符截取函数

添加日期:2013-11-29 15:21:38 发布:smiling 
<?php 截取gb2312中文字符串functionmysubstr($str,$start,$len){$tmps教程tr="";$strlen=$start+$len;for($i=0;$i<$strlen;$i++){if(ord( ...

php utf-8转换gb2312 字符串被截断解决方法

添加日期:2013-11-29 11:47:53 发布:smiling 
ignore的直接意思就是忽略,在此为忽略转换时的错误,如果没有ignore参数,所有该字符后面的字符串都无法被保存。...

php正则匹配gb2312和utf-8中文

添加日期:2013-11-29 11:05:06 发布:smiling 
<?php$action=trim($_get[& 39;action& 39;]);if($action=="sub"){$str=$_post[& 39;dir& 39;]; if(!preg_match(" ^[" chr(0xa1) "-" chr( ...

php 5.3环境配置方法(apache2.2 mysql5.1)

添加日期:2013-11-28 15:16:10 发布:smiling 
php 5 3环境配置方法是利用Apache2 2 16+PHP5 3 3+MySQL5 1 49的配置,下面来看看安装配置教程。第一步:下载安装的文件1 mysql:下载地 ...

Linux下安装MySql+Apache2+PHP5.3.1教程

添加日期:2013-11-28 14:51:24 发布:smiling 
一、安装apache21、tar -zvxf httpd-2 2 14 tar gz2、cd httpd-2 2 143、 configure &ndash;enable-modules=so &ndash;enable-rewrit ...

Warning: Missing argument 3 for photo_bigclass()

添加日期:2013-11-28 09:50:17 发布:smiling 
Warning: Missing argument 3 for photo_bigclass(), called inF: myweb 79look index php on line 78 and defined inF: mywe ...

我不知道如何将PHP安装到Apache 1.3上?

添加日期:2013-11-27 20:07:26 发布:smiling 
实际这是很简单的,小心跟着以下的步骤做:在http: www apache org dist 取得最新的Apache 1 3套件解压(ungzip)及解包(untar)到Apache指 ...

apache 301 将带www的域名转向不带www的域名

添加日期:2013-11-27 10:18:01 发布:smiling 
其实我们要把指定域名转到其它域名有很多办法,但对搜索引擎最友好的办法就是做301定向了,下面介绍利用apache 301定向来实例 ...

Apache网站显示403 Forbidden错误

添加日期:2013-11-26 20:29:21 发布:smiling 
今天在帮一朋友配置服务器时,但打开网站时提示Apache 403 Forbidden错误了,后来百度搜索一下发现原因是没配置首页哦,以下给各位同学介绍一下我的解决办法。...

apache 301重定向与重定向规则

添加日期:2013-11-25 22:39:43 发布:smiling 
301重定向就是向浏览器返回一个永久性重定向状态码(301),表示此资源的位置变动是永久性的,关于后面的R=301,L是重定向的参数。这里的R可以写数字或者单词。...

动态地址rewrite伪静态,然后301跳转到伪静态时死循环解决办

添加日期:2013-11-25 22:37:33 发布:smiling 
问题背景:网站的历史遗留问题,刚开始由于各种问题,一些动态页面都是用了?id=参数的形式,对seo seo html " target= "_blank ">搜索引擎不友好,经常多方面考虑,还是改成伪静态。...