laravel 队列的简单例子
摘要:1.配置驱动 在.env文件中配置QUEUE_CONNECTION=database Laravel可配置多种队列驱动,包括 "sync", "database", "beanstalkd", "sqs", "redis", "null"(具体参见app/config/queue.php) 其中sy
阅读全文
posted @
2021-04-23 10:46
kevin_yang123
阅读(189)
推荐(0) 编辑
centos下安装supervisor的步骤详解
摘要:1、安装supervisor执行以下命令 1.yum install python-setuptools 2.easy_install supervisor 2、配置Supervisora.创建文件夹和配置文件 mkdir /etc/supervisor echo_supervisord_conf
阅读全文
posted @
2021-04-23 10:06
kevin_yang123
阅读(1067)
推荐(0) 编辑
laravel 队列
摘要:php artisan queue:work --daemon 启动且监听
阅读全文
posted @
2021-04-23 09:45
kevin_yang123
阅读(25)
推荐(0) 编辑
git回滚流程
摘要:1.git log 查询日志 2.需要回滚的版本地址 3. git reset --hard 版本号
阅读全文
posted @
2021-04-20 15:56
kevin_yang123
阅读(70)
推荐(0) 编辑
查看redis是否启动
摘要:1.查询 redis 安装 查看redis是否启动 ps aux | grep redis ps ef | grep redis 2.ps aux | grep redis-server 3,查看端口的开发程度,就是防火墙是否可以通行的 lsof -i:6379 4、关闭redis cd /usr/
阅读全文
posted @
2021-04-14 14:36
kevin_yang123
阅读(11262)
推荐(0) 编辑
curl 调试接口
摘要:cmd 调试接口数据 curl -i http://test.dbsrv.nterp.nantang-tech.com/rest/api/purchase/period?supplierId=100 -H 'Authorization: 0d341a8ce6a284fdd97da7500f92e67
阅读全文
posted @
2021-04-13 16:56
kevin_yang123
阅读(103)
推荐(0) 编辑
golang激活过程
摘要:安装包下载路径 https://pan.baidu.com/disk/home?#/all?vmode=list&path=%2F%E6%88%91%E7%9A%84%E8%B5%84%E6%BA%90%2F%E6%BF%80%E6%B4%BB%E7%A0%81
阅读全文
posted @
2021-04-02 15:20
kevin_yang123
阅读(483)
推荐(0) 编辑