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

php提示 Notice: Use of undefined constant name - assumed

添加日期:2013-12-04 21:16:28 发布:smiling 
我们知道php在数组中写变量有二几种方法,我们出现这种提示就是你写成了[name]这种所以会有Notice: Use of undefined constant name ...

php错误提示:Call-time pass-by-reference has been deprecated

添加日期:2013-12-04 21:12:59 发布:smiling 
今天在写引用时突然出现了Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you w ...

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

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

require,include和require_once,include_once 出现open_basedir错误

添加日期:2013-12-03 20:32:47 发布:smiling 
只要使用require或include包含文件(不管是 xx php还是xx php)都是报下面的错误Warning: include() [function include]: open_basedir ...

php提示PHP class x has no unserializer解决办法

添加日期:2013-12-02 21:15:32 发布:smiling 
PHP已经出到了5 3 8稳定版本,于是乎准备将公司生产服务器上的PHP从5 2 17升级到5 3 8,在测试服务器上调试的时候却发现了一个诡异的问题: ...

PHP数组传递给JavaScript以及json_encode的gbk中文乱码

添加日期:2013-12-02 21:10:43 发布:smiling 
文章介绍了关于PHP数组传递给JavaScript以及json_encode的gbk中文乱码的解决 ,下面是创建JSON函数,这一段来自网上某一位大侠 ********** ...

php中Fatal error: Class ZipArchive not found的解决办法

添加日期:2013-12-02 20:54:07 发布:smiling 
出现这个错误说明是程序在调用& 39;ZipArchive& 39; 这个类的时候没有成功,原因是由于在安装php的时候没有增加php zip的支持(非zlib) ...

Warning: mysql_fetch_assoc() expects parameter 1 to be resource

添加日期:2013-12-02 16:01:50 发布:smiling 
今天学习php的时候遇到了这个错误:Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:xampphtdocsmyblogindex php on line 15 ...

ThinkPHP在控制器里的javascript代码不能执行解决方法

添加日期:2013-11-29 11:55:24 发布:smiling 
thinkphp在控制器里的网页特效代码不能执行解决方法,就拿“退出”这一项来说吧,我的“退出系统”链接是写到左边的框架里的,用js动态生成的。也就是说,没法通过链接里的target来指定。...

javascript unescape() escape() 字符编码解码函数

添加日期:2013-11-28 22:32:34 发布:smiling 
escape()函数可对字符串进行编码,这样就可以在所有的计算机上读取该字符串。语法:escape(string) 参数:string 必需,描述:要被转义或编码的字符串。...

FastCGI 不完全高级指南(PHP版,Windows平台)

添加日期:2013-11-28 13:29:42 发布:smiling 
FastCGI是语言无关的、可伸缩架构的CGI开放扩展,其主要行为是将CGI解释器进程保持在内存中并因此获得较高的性能。众所周知,CGI解释器的反复加载是CGI性能低下的主要原因。...

我的 DataBase类

添加日期:2013-11-28 11:10:04 发布:smiling 
***数据库配置类* classDBConfig{publicstatic$HOST=& 39;localhost& 39;;publicstatic$USERNAME=& 39;root& 39;;publicstatic$PASSWORD=& ...