Python 多线程、多进程、协成的使用
摘要:
写在前面将列表分割供多进程、多线程使用 def list_fund(listTemp, n): """ 将列表平均分成N块 :param listTemp: :param n: :return: """ resules = [] for i in range(0, len(listTemp), n) 阅读全文
posted @ 2020-07-22 13:49 星河赵 阅读(350) 评论(0) 推荐(0)
浙公网安备 33010602011771号