import subprocess as sb
import time,sys,datetime
count = 1
while True:
try:
count += 1
res = sb.getoutput("ps -ef|grep python3") #查看是否还在运行中,
if "zdjy" in res:#判断
print('运行正常',datetime.datetime.now())
# res = res.split("\n")
# for i in res:
# if "zdjy" in i:
# print(i)
# res2 = i.split(" ")[1]
# num = res2.strip()
else:
print('找不到进程,重新启动',datetime.datetime.now())
sb.getoutput("nohup python3 zdjy\(1\).py &")
time.sleep(10)
print(count)
except:
pass
本博2017年4月开始自学,到20年2月已自学3年,不仅仅python,目前已经全栈WEB开发,全自动A股交易,深度学习也初步涉猎,这句话改于2020年2月16日。计划学习10年,40岁学成精英,如若不到,继续学习,终身保持学习状态。30岁之前看不惯社会天天抱怨,30岁突然醒悟,错全在自己身上,跟社会没有任何关系,故开始随时保持学习状态,向梦想冲刺。