摘要:
伪静态导致404 在网站- 域名设置 - 伪静态 处添加代码: if (!-d $request_filename){ set $rule_0 1$rule_0; } if (!-f $request_filename){ set $rule_0 2$rule_0; } if ($rule_0 = 阅读全文
摘要:
[emerg] 8120#2508: bind() to 192.168.2.45:8083 failed (10049: The requested address is not valid in its context) 请求的地址在它的上下文中无效,域名错误,我的ip地址变动了,修改nginx 阅读全文
摘要:
has_one(或has_many):外键在子关联对象中 belongs_to:外键在父联对象中 有两张表:user & userAddress user 表字段有 id name userAddress 表字段有 id user_id city 在user模型中关联userAddress模型时,外 阅读全文
摘要:
thinkphp6 实例化调用控制器时报错 错误记录 Too few arguments to function app\BaseController::__construct(), 0 passed 解决: $pay = new Alipay(); 改成 $pay = new Alipay($th 阅读全文