摘要:
修改 微信开发接口配置 class Wechat { public function __construct(){ $this->checkSignature(); } private function checkSignature() { $signature = $_GET["signature 阅读全文
摘要:
1.开启远程mysql数据库访问 GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'youpassword' WITH GRANT OPTION; 2.操作完后切记执行以下命令刷新权限 FLUSH PRIVILEGES; mysql默认 阅读全文
摘要:
基于 laravel 框架编写,项目上线之后涉及文件上传时可能会遭遇此问题 项目上线后的报错情况如下: Unable to guess the MIME type as no guessers are available (have you enabled the php_fileinfo exte 阅读全文