摘要:
方法一:默认情况下Ttp6不会显示错误信息,在开发环境下想要查看错误信息需要将Config目录下的app.php文件的show_error_msg改成true 但是这样显示的信息也不够完整, 要看到更多信息需要我们开启DEBUG,tp6模仿了Laravel,我们使用composer下载完tp框架后可 阅读全文
posted @ 2020-07-04 19:11
study_php_java_C++
阅读(3737)
评论(0)
推荐(0)
摘要:
解决办法是打开public下的.htaccess文件, 把:RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] 改为:RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] 阅读全文
posted @ 2020-07-04 19:04
study_php_java_C++
阅读(4232)
评论(0)
推荐(3)
摘要:
1. 查询Git最快的IP 通过 https://www.ipaddress.com/ 这个网站来获取当前github最新的ip分别获取以下两个域名的IP地址: 可以在访问git网站使用F12查询哪个域名访问最慢,就查询哪个域名的ip assets-cdn.github.com github.git 阅读全文
posted @ 2020-07-04 15:09
study_php_java_C++
阅读(1435)
评论(0)
推荐(1)
摘要:
excepInfo: select id,describe from iwebshop_student_problem where id=256 order by id desc -- You have an error in your SQL syntax; check the manual th 阅读全文
posted @ 2020-07-04 12:02
study_php_java_C++
阅读(207)
评论(0)
推荐(0)

浙公网安备 33010602011771号