11 2019 档案

摘要:1、nohup & 让程序后台运行,nohup 命令 & 2、jobs 查看当前有多少在后台运行的命令 jobs -l选项可显示所有任务的PID,jobs的状态可以是running, stopped, Terminated。但是如果任务被终止了(kill),shell 从当前的shell环境已知的列 阅读全文
posted @ 2019-11-26 08:06 roadwide 阅读(515) 评论(0) 推荐(0)
摘要:错误提示:The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports. 原因是是装Tomcat的时候se 阅读全文
posted @ 2019-11-22 16:34 roadwide 阅读(1371) 评论(0) 推荐(0)