打赏

01 2019 档案

php 字符串固定长度,不够补充其他字符串
摘要:w3school手冊:http://www.w3school.com.cn/php/func_string_str_pad.asp 阅读全文

posted @ 2019-01-31 11:56 头大的冯冯 阅读(216) 评论(0) 推荐(0)

打印Laravel模型查询产品的SQL
摘要:1.在路由閉包打印sql 打印一段代码生产的 sql 语句,使用路由闭包做个实验 Route::get('/get-sql', function() { DB::enableQueryLog(); $data = App\Models\BusinessProduct::Enable(1)->get( 阅读全文

posted @ 2019-01-23 10:58 头大的冯冯 阅读(348) 评论(0) 推荐(0)

laravel 路由别名
摘要:在定义路由时使用数组键 as 指定路由名称: Route::get('user/profile', ['as' => 'profile', function () { // }]); 另外,还可以为控制器动作指定路由名称: Route::get('order/show', [ 'as' => 'pr 阅读全文

posted @ 2019-01-17 14:11 头大的冯冯 阅读(365) 评论(0) 推荐(0)

phpstorm界面不停的indexing,不停的闪烁
摘要:选择 File->Invalidate Caches / Restart...->Invalidate and Restart,就行了! 阅读全文

posted @ 2019-01-09 09:50 头大的冯冯 阅读(251) 评论(0) 推荐(0)

导航