摘要:
一,报错信息: worker[webman:225916] exit with status 139 进程会退出 二,解决: 禁用opcache模块:在php.ini中注释掉opcache,使它不生效,如下: [opcache] ;opcache.enable=1 ;opcache.enable_c 阅读全文
posted @ 2023-10-04 22:40
刘宏缔的架构森林
阅读(208)
评论(0)
推荐(0)
摘要:
一,官方文档地址: https://router.vuejs.org/zh/guide/essentials/dynamic-matching.html 二, 代码: 1,router配置 { path: '/:pathMatch(.*)*', name: 'NotFound',meta:{titl 阅读全文
posted @ 2023-10-04 22:38
刘宏缔的架构森林
阅读(606)
评论(0)
推荐(0)
一,官方文档地址: https://www.workerman.net/doc/webman/others/autoload.html 二,实际操作 1,设置目录: 在项目根目录下新建目录 extend: 修改composer.json 增加以下代码: "psr-0" : { "": "extend
浙公网安备 33010602011771号