摘要: 今天重启游戏服务器在连接redis数据库时突然报错:MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify 阅读全文
posted @ 2018-10-31 15:40 阿星小栈 阅读(400) 评论(0) 推荐(0) 编辑
摘要: 1. 使用 Request 类: $url = Request::getRequestUri(); 2. 使用 $request 对象: public function show(Request $request) { $url = $request->url(); } 3. 使用 URL 类: $ 阅读全文
posted @ 2018-10-31 10:53 阿星小栈 阅读(886) 评论(0) 推荐(0) 编辑