摘要: import sys, threading, tkinter,time def stop(window): # window.destroy() window.quit() sys.exit(0) window = tkinter.Tk() window.title('invariant!') wi 阅读全文
posted @ 2021-04-23 19:21 ascertain 阅读(119) 评论(0) 推荐(0) 编辑
摘要: show status like 'innodb_row_lock%';select table_name,table_rows from information_schema.tables where table_schema='courier' order by table_rows desc; 阅读全文
posted @ 2021-04-23 18:46 ascertain 阅读(58) 评论(0) 推荐(0) 编辑
摘要: json.dumps(data,ensure_ascii=False,indent=4,sort_keys=True,skipkeys=True,separators=(',',': ')) try: b(1,0) except Exception as e: logging.exception(s 阅读全文
posted @ 2021-04-23 18:30 ascertain 阅读(103) 评论(0) 推荐(0) 编辑