/usr/bin/env python import os, sys, time while True: time.sleep(3) try: ret = os.popen(‘ps -C nginx -o pid,cmd’).readlines() if len(ret) < 2: print “nginx process killed, restarting service in 3...
夏末蝉未鸣01的博客参数3:这个sheet里的合并单元格列表 """ if sheet[axis].value: return sheet[axis].value for c in merged_cells: t = [] l = str(c)[0] for m in range(int(str(c).replace(l, '').split(':')[0]), int(str(c)....