自动重启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 因此,可以写成自动脚本(比...
bron1984 6年前 (2019-08-27) 3284浏览
弹出File Browser窗口 PRIVATE FUNCTION cxrt020_open_file() DEFINE l_dir LIKE type_t.chr500 DEFINE r_success LIKE type_t.num5 # LET...