摘要: show status like 'Threads%'; show variables like '%max_connection%'; 阅读全文
posted @ 2021-10-15 16:33 CodeYaSuo 阅读(81) 评论(0) 推荐(0) 编辑
摘要: import signal import inspect def _async_raise(tid, exctype): """raises the exception, performs cleanup if needed""" tid = ctypes.c_long(tid) if not in 阅读全文
posted @ 2021-10-15 14:41 CodeYaSuo 阅读(77) 评论(0) 推荐(0) 编辑
摘要: import sys sys.setrecursionlimit(10000) sys.getrecursionlimit() 阅读全文
posted @ 2021-10-15 14:39 CodeYaSuo 阅读(183) 评论(0) 推荐(0) 编辑