摘要: #coding=utf-8 import threading #导入线程模块 from time import ctime,sleep #创建线程事件 def eat(): print("我在吃东西 %s"%(ctime())) #线程组 threads = [] #创建线程数量 for x in range(10): t1 = threading.Thread(targe... 阅读全文
posted @ 2018-07-06 10:50 奢华使命 阅读(204) 评论(0) 推荐(0)
摘要: 安装 实现 访问压测监控网站 运行命令 阅读全文
posted @ 2018-07-06 09:11 奢华使命 阅读(862) 评论(0) 推荐(0)