我个人是比较不喜欢去正儿八经的比较两个框… Read more
teamviewer同类软件
说起远程协助软件,Teamviewer绝… Read more
PHP函数header设置http状态码
//定义编码 header( ‘Cont… Read more
正序发布和倒序发布
正序发布:先采集的数据先发布,后采集的数… Read more
nginx屏蔽指定ip
找到nginx.conf的位置 find… Read more
nginx屏蔽某段IP、某个国家的IP
nginx中可通过写入配置文件的方法来达… Read more
优化 Laravel 网站打开速度
1. 关闭 debug 打开.env 文… Read more
laravel 做的网站真的慢吗
建议开启 opcache 然后, 缓存自… Read more
../ 和 ./ 和 / 的区别
../是父级目录或路径 ./是当前路径或… Read more
phpstorm 快捷删除相同的部分
例如: /后台路由 Route::get… Read more