child_process
魔笛Love
这个作者很懒,什么都没留下…
展开
-
egg服务重启及child_process的使用
egg服务的重启,这里使用到了child_process插件。安装插件:npm install child_process --save使用插件:const callfile = require('child_process');callfile.spawn(脚本路径, [ '-P', port, '-W', workPath ], { cwd: workPath, stdio: 'ig...原创 2019-04-25 11:10:37 · 3542 阅读 · 0 评论 -
玩转node子进程child_process
转载至:https://segmentfault.com/a/1190000007735211?utm_source=tag-newest参考:http://nodejs.cn/api/child_process.html转载 2019-04-25 13:50:16 · 1408 阅读 · 0 评论