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

php安装xdebug后var_dump()不能输变量内容解决办法

添加日期:2013-12-06 23:44:18 发布:smiling 
有人问为什么php安装xdebug后var_dump()不能输变量内容呢,里面的变量都是直接输出而不是把变量中的内容输出呢,下面我们只要简单的配置一下xdebug即可解决了。...

php simplexml_load_file 中文乱码的解决方法

添加日期:2013-12-06 23:28:10 发布:smiling 
在PHP5 0 中,simplexml_load_file()是一个很好的读取和处理XML文件的函数,但是在读取和处理中文时会出现乱码,经过研究发现,如果是中文内容,必须经过iconv编码转换,否则显示为乱码,代码如下:...

PHPStorm解决Xdebug Slow问题

添加日期:2013-12-06 23:01:18 发布:smiling 
今天白天才架起PHPStorm+xdebug的调试环境,就遇到了各式各样的问题:A,访问超慢响应、B,访问超快响应但是是空白页。问题A解决的方法很多, ...

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

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

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

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

PHP Spreadsheet_Excel_Reader导入excel中文显示乱码

添加日期:2013-12-04 22:56:52 发布:smiling 
Spreadsheet_Excel_Reader是个常用的导入excel文件的php类,正常情况下使用该类导入excel代码如下:<?php 引入系统公共文件。require_once(& ...

PHP Parse Error: syntax error, unexpected $end 错误的解决办法

添加日期:2013-12-04 21:50:46 发布:smiling 
php程序员可能会经常碰到PHP Parse Error: syntax error, unexpected $end 错误,下面我来给各位朋友详细总结导致PHP Parse Error ...

linux中phpMyAdmin错误提示Wrong permissions on configuration file, should no

添加日期:2013-12-04 15:45:37 发布:smiling 
我用的linux系统,今天使用phpmyadmin时出现Wrong permissions on configuration file,should not be world writable!错误提示,查资 ...

PHP Notice: undefined index原因与解决办法

添加日期:2013-12-03 22:18:19 发布:smiling 
在php开发时可能会碰到如PHP Notice: undefined index这种错误提示,如 $_GET[& 39;aa& 39;]; 就会出现PHP Notice: undefined index ...

FastCGI Error Error Number: 5 (0x80070005)解决办法

添加日期:2013-12-03 21:04:54 发布:smiling 
FastCGI ErrorThe FastCGI Handler was unable to process the request ------------------------------------------------------ ...

php导出excel中文乱码解决办法总结

添加日期:2013-12-03 20:06:47 发布:smiling 
我的页面是用UTF-8编码的,要怎么做才能保证导出的excel不会发生乱码?而且不同操作系统上面难道由于系统编码不同,所以一定要提供不同编码 ...