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

解决PHP5.4环境下ECSHOP网站报错的方法

添加日期:2018-10-23 10:01:07 发布:smiling 
运行Ecshop首页出现报错:出现下面这就话:Strict Standards: Only variables should be passed by reference in D: ** includes cls_template php on line 406 第406行:$tag_sel ...

PHP 报错 Fatal error: Class COM not found in

添加日期:2018-10-23 09:53:46 发布:smiling 
Fatal error: Class & 39;COM& 39; not found in XXXXXXXXX没发现 COM 类原因分析检查php目录ext文件夹下面php_com_dotnet dll是否存在解决方法:★ extension_dir ext路径是否正确★ ...

file_get_contents 中文路径报错问题解决

添加日期:2018-10-23 09:42:30 发布:smiling 
解决file_get_contents遇到中文文件名无法打开问题比如:受访页面_20151202-20151202 csvfile_get_contents(受访页面_20151202-20151202 csv)就会报错[function file-get-contents]: failed to ...

phpexcel导入xlsx文件报错xlsx is not recognised as an OLE file 怎么办

添加日期:2018-10-22 17:35:24 发布:smiling 
最初的做法:include& 39;classes PHPExcel IOFactory php& 39;;$inputFileName=$target;$objReader=newPHPExcel_Reader_Excel5();$objPHPExcel=$objReader->load($inputFileName);$sheetData=$objP ...

file_put_contents并发性问题解决方案整理

添加日期:2018-10-22 17:26:23 发布:smiling 
解决办法一,file_put_contents 高并发与独占锁定发现高并发访问时使用 file_put_contents 写入文件造成数据置空。查看官方文档:int file_put_contents ( string $filename , string $da ...

PHP date()函数It is not safe to rely on the system s timezone settings

添加日期:2018-10-22 17:25:17 发布:smiling 
在写php文件上传程序时有时会出现这样的警告:Type:image pngSize:66 84765625KbTempfile:D: Users Aven AppData Local Temp php742F tmpWarning:move_uploaded_file()[function move-uploaded-fil ...

php cURL https链接报错:Unknown SSL protocol error in connection to

添加日期:2018-10-22 17:11:07 发布:smiling 
因爆出OpenSSL Heartbleed与SSLv3中间人攻击等漏洞,很多平台关闭掉SSLv2、SSLv3版本支持,不再支持部分使用SSLv2、 SSLv3或更低版本的客户端调用如微信公众平台等。如果cURL操作https的url,请 ...

PHP实现多线程的两个方法 PHP+shell

添加日期:2018-10-22 17:01:10 发布:smiling 
PHP+shell实现多线程的方法先写个简单的php代码,这里为了让脚本执行时间更长,方便看效果,sleep一下,呵呵!先看下test php的代码:lsPHP代码:<?phpfor($i=0;$i<10;$i++){echo$i;sleep(10);}?>在 ...

PHP Warning: file_get_contents failed to open stream解决办法

添加日期:2018-10-20 12:11:06 发布:smiling 
在做项目时用 file_get_contents 来获取数据,php 报错 PHP Warning: file_get_contents failed to open stream: no suitable wrapper could be found 最后用了curl来获取数据!今 ...

解决php中openssl pkey_new()创建中文数字证书乱码问题

添加日期:2018-10-20 12:00:45 发布:smiling 
用openssl创建证书时, 编码用utf-8, 中文证书出现乱码。经多项测试未能解决。在apache2 2中创建不成功。 后升级服务器,使用apache2 4+php5 5, 重新执行,成功。$dn=array("countryName"=>& ...

解决PHP中session阻塞问题的办法

添加日期:2018-10-20 11:52:04 发布:smiling 
最近小峰在开发项目的时候遇到一个问题就是阻塞问题。用的是thinkphp框架,利用ajax请求一次操作,在ajax没有返回结果前,相同程序,其它操作是无效的。然后网上一查,有人和我有一样的问题,下面 ...

QQ登录提示redirect uri is illegal(100010)解决方法

添加日期:2018-10-20 11:48:53 发布:smiling 
现在QQ的使用也是非常受大家喜欢的,那么使用QQ登录提示redirect uri is illegal(100010)怎么办呢?大多数人可能不知道具体解决方法,下面文章就给大家介绍下,感兴趣的一起来看看。QQ登录提示r ...