2018年3月27日
摘要: php artisan optimize //优化类加载 php artisan config:cache //配置缓存 php artisan route:cache //路由缓存 清空配置缓存 php artisan cache:clear php artisan config:clear 阅读全文
posted @ 2018-03-27 17:31 程序小院 阅读(890) 评论(0) 推荐(0) 编辑
摘要: public function test(){ $data = array( array( 'name' => '对对对', 'score' => 80, 'grade' => '急急急' ), array( 'name' => '嗯嗯嗯', 'score' => 70, 'grade' => '黑 阅读全文
posted @ 2018-03-27 09:20 程序小院 阅读(227) 评论(0) 推荐(0) 编辑