三种方法(任选一种即可,无效再用另外一种):1. 修改 Wp-config.php 文件(wordpress的根目录的那个)
查看详细
phpstrom提示spellchecker inspection helps locate typos and misspelled in your code
查看详细
一般是由于PHP版升级的原因,在使用PHP 5.4 以上的版本一般会报Creating default object from empty value错误
查看详细
多表单提交失败提示Input variables exceeded 1000
2018-08-19
多表单提交失败提示Input variables exceeded 1000,提示input 变量个数超过1000,
查看详细
php获取当前时间毫秒数
2018-07-31
php获取当前时间毫秒数,由于本身没有提供返回毫秒数的函数,但提供了一个microtime()函数,借助此函数,可以很容易定义一个返回毫秒数的函数。
查看详细
phpstorm提交版本控制同时上传ftp
2018-07-20
phpstorm提交版本控制同时上传ftp,之前一直使用svn版本控制器本身的钩子来同步到测试环境,现在有了这个就方便很多,因为钩子偶尔会卡住或发生异常
查看详细
php使用curl和file_get_contents无法抓取https网页
2018-07-20
hp使用curl和file_get_contents无法抓取https网页,出现如下错误:Warning: fopen() [function.fopen]: Unable to find the wrapper "https" -
查看详细