摘要: 1.最近比较喜欢的用法: from concurrent.futures import ProcessPoolExecutor, as_completed ex = ProcessPoolExecutor(max_workers=50) tasks = [ex.submit(process_func 阅读全文
posted @ 2016-10-12 22:17 Shiyu_Huang 阅读(209) 评论(0) 推荐(0) 编辑
摘要: Python之异常 阅读全文
posted @ 2016-10-12 16:18 Shiyu_Huang 阅读(133) 评论(0) 推荐(0) 编辑