为了在电脑关机也可以跑。并且不想设置定时任务
1、nohup python3 /home/analysis/zjreport.py &
2、cat nohup.out
3、结束 kill 进程号
4、查找 ps -ef | grep zjreport.py