会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
chenlw101
博客园
首页
新随笔
新文章
联系
订阅
管理
2019年9月29日
pm2常用命令
摘要: npm install pm2 -g 安装pm2 pm2 list 查看正在运行的进程 pm2 restart <AppName>/<id> 重新启动 pm2 stop <AppName>/<id> 停止进程 pm2 delete <AppName>/<id> 删除进程 pm2 info <AppN
阅读全文
posted @ 2019-09-29 14:28 chenlw101
阅读(1465)
评论(0)
推荐(0)
编辑