摘要:
参考一:ip-api.com/json/?lang=zh-CN&&ip=0.0.0.0 $ip = $request->ip(); $url = 'http://ip-api.com/json/?lang=zh-CN&&ip='.$ip; $result = file_get_contents($u 阅读全文
摘要:
一步:查看IP的默认网关 ipconfig + 回车 二步:配置TCP/TPv4 控制面板 -> 所有控制面板项 -> 网络和共享中心 -> 以太网 -> 属性 -> 找到TCP/TPv4并进行配置 三步:查看自己定义的IP改变 与 进行正常访问 ipconfig + 回车 四步:如果在其他电脑上面 阅读全文
摘要:
一步:安装邮件拓展 composer require phpmailer/phpmailer 二步:在common.php中配置 function send_mail($tomail, $name, $subject = '', $body = '', $attachment = null) { $ 阅读全文
摘要:
一、问题: The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl extension, you can disable this 阅读全文
摘要:
安装条件 Cygwin 官方地址:http://www.cygwin.com/ swoole 官方下载地址:https://github.com/swoole/swoole-src/releases *【选好版本,我这里选的是 cygwin(最新的64位),swoole(4.4.15版本)】 一、分 阅读全文
摘要:
一、问题所在: 二、解决方法: 1、通过命令行的方式运行(cmd),进入mysql; 例子 mysql -u root -proot 2、运行下面sql命令,就ok了。 例子 set global sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZE 阅读全文