2019年12月3日
摘要: 一个配置文件,完美支持普通,兼容,pathinfo,rewrite4种url模式,别怪我没提醒你收藏哦. 常见的静态文件404时也不会再去跑一遍fastcgi浪费资源。 server { listen 80; server_name localhost; root /var/www; index i 阅读全文
posted @ 2019-12-03 18:51 潇潇六月雨 阅读(1044) 评论(0) 推荐(0)
摘要: swoole如何在后台运行 nohup php server.php & 阅读全文
posted @ 2019-12-03 18:42 潇潇六月雨 阅读(979) 评论(0) 推荐(0)
摘要: 报错: Call to undefined method Illuminate\Events\Dispatcher::fire() Whoops\Run::handleError("Uncaught Error: Call to undefined method Illuminate\Events\ 阅读全文
posted @ 2019-12-03 17:11 潇潇六月雨 阅读(469) 评论(0) 推荐(0)
摘要: github地址:https://github.com/laravel-admin-extensions/chartjs Installation composer require laravel-admin-ext/chartjs php artisan vendor:publish --tag= 阅读全文
posted @ 2019-12-03 14:35 潇潇六月雨 阅读(3912) 评论(1) 推荐(0)
摘要: VirtualBox给CentOS虚拟机挂载磁盘扩大空间 楼主,发现虚拟机使用存储空间不够用的情况,需要改虚拟机挂载磁盘,扩容,在网上找了一波资料,于是整合记录操详细作如下: 概要步骤如下: 1、设置创建虚拟磁盘 2、对磁盘进行分区及格式化操作 3、创建新盘符或者已有盘符,指向新挂载的磁盘分区 第一 阅读全文
posted @ 2019-12-03 10:49 潇潇六月雨 阅读(547) 评论(0) 推荐(0)