摘要:
1. 安装 npm install --save egg-cors egg-jwt 2. 配置 // config/config.default.jsconfig.jwt = { secret: '123456', enable: true, // default is false match: ' 阅读全文
摘要:
// 查看实时进程top // ps列出前10个CPU使用率最高的process ps aux --sort=-pcpu | head -10 kill -9 1234 // 1234为进程号 阅读全文