python重启程序代码_重启python程序
生活随笔
收集整理的這篇文章主要介紹了
python重启程序代码_重启python程序
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
跑程序跑到后面就越跑越慢了,就學習了一下重啟程序的命令。
這是遠程服務器跑的程序,親測有用。
import os
import sys
def restart_program():
print("重啟。。。。。。。")
python = sys.executable
os.execl(python, python, *sys.argv)
fr = open('count_numbers.txt','r+') #需要自己先創建一個txt文檔
num = fr.readlines()
if not num:
fr.write('0')
fr.close()
restart_program()
last_line = int(num[-1])
####
print('重啟的代碼')#這邊放重啟的代碼
鄭州看胎記費用
http://www.zykdtj.com/
####
print('last_line',last_line)
fr.write('\n'+str(last_line+1))
fr.close()
if last_line <= 4: #雖然這邊是4,但是會重啟程序6次,這邊根據自己需要調整次數
restart_program()
else:
exit()
print('finish')
總結
以上是生活随笔為你收集整理的python重启程序代码_重启python程序的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python中的单下划线和双下划线_py
- 下一篇: 数组中的元素赋值给元素_漫画:寻找无序数