pm

<npm > pm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: undefi

报错内容 npm i element-ui -S npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: undefined@undefined npm ERR! Fo ......
ERR npm ERESOLVE resolving resolve

pm2安装使用(录播姬为例)

PM2 官方文档 安装 apt-get install npm npm install pm2 -g 使用 pm2 start --name recorder "/root/live/BililiveRecorder.Cli run '/mnt/bilibili'" 查看和控制运行状态 pm2 ps ......
pm2 pm

运行rootcrs.pl -deconfig -force -verbose报错(Can't locate Env.pm)

1、一套11gR2 RAC测试环境,折腾崩溃了,打算deconfig重构集群,于是运行了如下命令: [root@11grac1 11grac1]# /u01/app/11.2.0.4/grid/crs/install/rootcrs.pl -deconfig -force -verboseCan't ......
deconfig rootcrs verbose locate force

实现将xlxs转化成csv,其中xlsx中时间格式为2012/03/04 06:04:03 PM ,转化后csv中时间为时间戳

实现将xlxs转化成csv,其中xlsx中时间格式为2012/03/04 06:04:03 PM ,转化后csv中时间为时间戳 serivce import java.util.Date; import java.util.Map; public interface ExcelReaderServi ......
csv 格式 xlxs 2012 03

在 windows 上使用 pm2 管理 syncthing 存在弹窗的问题

方向1 使用 start 的 /b 参数来运行, 它可以实现类似 linux nohup 的后台效果, 但如果退出父进程, 后台也结束了. 方向2 使用 winsw 这些工具, 把程序注册为服务. 由于不方便管理服务, 所以未测试此方法. 方向3 使用 nodejs 的 child_process. ......
syncthing windows 问题 pm2 pm