自动重启WebServer接口脚本
bron1984 2个月前 (08-15) 386浏览
手工处理方法: 1、登陆tiptop账号 2、运行命令:ps -ef|grep as.xcf_84 ,找出xcf对应着httpdispatch的进程id 3、把进程删掉:kill 进程id 4、重启进程命令:startws 因此,可以写成自动脚本(比...
bron1984 2个月前 (08-15) 386浏览
手工处理方法: 1、登陆tiptop账号 2、运行命令:ps -ef|grep as.xcf_84 ,找出xcf对应着httpdispatch的进程id 3、把进程删掉:kill 进程id 4、重启进程命令:startws 因此,可以写成自动脚本(比...