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

firefox提示:内容编码错误 无法显示您尝试查看的页面

添加日期:2013-12-04 23:12:47 发布:smiling 
今天打帮客户整理一个网站时发现在firefox提示:内容编码错误 无法显示您尝试查看的页面,因为它使用了无效或者不支持的压缩格式了,我一 ...

Codeigniter 购物车类不能添加中文解决方法

添加日期:2013-12-04 23:08:20 发布:smiling 
有朋友可能会发现Codeigniter 购物车类不能添加中文,我找了N久才发现下面一段代码限制了输入中文了,修改systemlibrariesCart php,注释 ...

dedecms上传图片文件时提示 Upload filetype not allow

添加日期:2013-12-04 23:06:28 发布:smiling 
如果懂一点英文的就知道Upload filetype not allow ,是你上传的文件类型不允许,但是我上传的是图片怎么能不可以上传呢,后来搜索了一 ...

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);) ...

php中IE7 iframe session丢失问题解决方案

添加日期:2013-12-04 22:38:01 发布:smiling 
假设采用iframe方式,很可能会遇到这样的问题。而且这个问题只存 在于IE7浏览器中,我在firefox, IE6和chrome等浏览器中测试均没有问题在 ...

phpmyadmin无法连接:无效的设置

添加日期:2013-12-04 22:34:32 发布:smiling 
打开phpMyAdmin目录 找到phpMyAdmin的配置文件config inc php,将其中的$cfg[& 39;Servers& 39;][$i][& 39;auth_type& 39;] = & 39;confi ...

php错误提示:Deprecated: Function eregi() is deprecated

添加日期:2013-12-04 22:31:13 发布:smiling 
今天在利用一个正则时提示Deprecated: Function eregi() is deprecated in错误了,后来查询了一原因是我们php5 3,在5 3中己经不支持er ...

Warning: Cannot modify header information - headers already sent by

添加日期:2013-12-04 22:26:32 发布:smiling 
如果在执行php程序时看到这条警告: "Warning: Cannot modify header information - headers already sent by " 有以下几种解 ...

php Cannot modify header information-headers already sent by解决办法

添加日期:2013-12-04 22:23:49 发布:smiling 
昨天在使用cookie时页面报错:php Cannot modify header information-headers already sent by了,下面我来总结关于报错的解决办法,代 ...

php提示:Call to undefined function curl_init

添加日期:2013-12-04 22:17:12 发布:smiling 
我要利用curl函数进行数据采集时发现提示Call to undefined function curl_init错误了,后来从官网了解到因为curl默认不是php开启的函 ...

php数组提示Notice: Undefined offset解决办法

添加日期:2013-12-04 22:14:46 发布:smiling 
我们在使用数组时经常会碰到数组不存在了,导致我们珍array[100]这样时出现Notice: Undefined offset错误,下面我来给大家介绍如何解决这 ...