.htaccess文件中的 RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] 在默认情况下会导致No input file specified. 修改成 Rewri … Continue reading thinkphp在php5.5版本以上”No input file specified“问题解决方法
标签: php
No input file specified的解决方法
(一)IIS Noinput file specified 方法一:改PHP.ini中的doc_root行,打开ini文件注释掉此行,然后重启IIS 方法二: 请修改php.ini 找到 ; cgi. … Continue reading No input file specified的解决方法
PHP:Deprecated: Function set_magic_quotes_runtime( is deprecated 错误
在安装PHPCMS出现Deprecated: Function set_magic_quotes_runtime() is deprecated 错误,查了一下网络及资料发现是PHP5.3和PHP6. … Continue reading PHP:Deprecated: Function set_magic_quotes_runtime( is deprecated 错误
PHP中的“syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM”错误及解决方法
PHP中的“syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM”错误 class Test{ static function test_c( … Continue reading PHP中的“syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM”错误及解决方法
php采集神器cURL使用方法详解
对于做过数据采集的人来说,cURL一定不会陌生。虽然在PHP中有file_get_contents函数可以获取远程链接的数据,但是它的可控制性太差了,对于各种复杂情况的采集情景,file_get_co … Continue reading php采集神器cURL使用方法详解
php随机生成数字字母组合的方法
本文实例讲述了php随机生成数字字母组合的方法。分享给大家供大家参考。具体如下: 直接上代码: 代码如下: function getRandomString($len, $chars=null) { … Continue reading php随机生成数字字母组合的方法
百度快照劫持方法揭露,附上php百度快照劫持代码
什么是百度快照劫持?就是百度搜索你的网站的时候,域名是你的,标题和快照内容全部被替换成了其他。但是直接打开网站查找源代码里却没有变化。 此为常见黑帽技术 如下图: 百度快照劫持方法,流程如下: 网站被 … Continue reading 百度快照劫持方法揭露,附上php百度快照劫持代码
Centos系统下LNMP频繁502 Bad Gateway问题优化方法
早在12年左右开始用linux服务器时安装的就是LNMP环境,当时服务器配置很低,经常碰到502错误,此文就是收藏在那个时候。现在使用的是宝塔面板,环境优化很方便,服务器配置也好得多,所以很少再碰到这 … Continue reading Centos系统下LNMP频繁502 Bad Gateway问题优化方法
PHP Warning: Module ‘memcache’ already loaded in Unknown on line 0解决方法
出现类似PHP Warning: Module * already loaded in Unknown on line 0,一般是可能因为升级php导致的组件重复加载,解决就是 1.vi /etc/p … Continue reading PHP Warning: Module ‘memcache’ already loaded in Unknown on line 0解决方法
cURL、file_get_contents、snoopy.class.php 优缺点
curl()、file_get_contents()、snoopy.class.php这三个远程页面抓取或采集中用到的工具,他们功能相当,到底有是么优缺点呢,下面逐一介绍: snoopy.class. … Continue reading cURL、file_get_contents、snoopy.class.php 优缺点