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

php iconv mb_convert_encoding编码转换函数

添加日期:2013-11-28 15:44:31 发布:smiling 
用iconv函数:iconv( "utf-8", "gb2312" , "abc阳光123");据说这样好些,可以忽略转换时的错误!iconv( "utf-8", "gb2312 ignore" ...

php Undefined variable和 Undefined index

添加日期:2013-11-28 15:38:52 发布:smiling 
undefined variable和 undefined index:出现这种问题是变量未定义了,我们只要把加个验证如$a =isset($_get[& 39;aa& 39;])?$_get[& 3 ...

dedecms php.ini register_globals must is Off

添加日期:2013-11-28 14:56:51 发布:smiling 
dedecms出现如下错误:dedecms php ini register_globals must is Off办法直接去 include common inc php教程中将如下代码删除。 禁 ...

ServerRoot must be a valid directory

添加日期:2013-11-28 14:02:08 发布:smiling 
apache安装出错,本来在windows xp系统下装的很顺的,现在改在Vista系统下安装,重装了很多次总是出现ServerRoot must be a valid directory,导致apache不能正常启动...

php 安全register globals设置为TRUE的危害

添加日期:2013-11-28 13:56:17 发布:smiling 
关于register globals设置为TRUE的危害,应该很多人看过把register globals设置为on是非常危险的,但是怎么危险法呢?应该很多新手不知道的!所以我就简单说说register globals设置为on的危害吧!...

adodb的事务处理咋没效果

添加日期:2013-11-28 13:28:12 发布:smiling 
adodb的事务处理为什么没效果?解决方法:数据表都是InnoDB类型的,看下面的代码,第二条sql语句是错的,第一条语句却执行了。...

我的 DataBase类

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

Cannot use object of type stdClass as array

添加日期:2013-11-28 10:39:29 发布:smiling 
在我写php是会出现,如下图代码提供错误 Fatal error: Cannot use object of type stdClass as array ...

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

apache提示Requested Range Not Satisfiable

添加日期:2013-11-27 11:22:50 发布:smiling 
错误提示:Requested Range Not Satisfiable None of the range-specifier values in the Range request-header field overlap the current extent of the selected resource ...

解决BalancerMember Cant find byrequests lb method

添加日期:2013-11-27 10:18:01 发布:smiling 
今天在公司的另外一台服务器上配置apache整合tomcat,由于apache是编译安装的,很多模块都没有打开,在整合的时候,报下面的错误...

Apache网站显示403 Forbidden错误

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