摘要: 1. 安装 npm install --save egg-cors egg-jwt 2. 配置 // config/config.default.jsconfig.jwt = { secret: '123456', enable: true, // default is false match: ' 阅读全文
posted @ 2020-09-04 16:22 James2019 阅读(1681) 评论(0) 推荐(1) 编辑
摘要: // 查看实时进程top // ps列出前10个CPU使用率最高的process ps aux --sort=-pcpu | head -10 kill -9 1234 // 1234为进程号 阅读全文
posted @ 2020-09-04 11:09 James2019 阅读(1681) 评论(0) 推荐(0) 编辑