jar包运行
nohup java -jar jar包全路径 &
查看并过滤进程
ps -ef|grep 过滤名称
杀死进程
kill -9 进程号
动态查看文件
tail -f /logs/demo_01.log