Python 多线程分块读取文件

什么也不说,直接上代码,绝对看的懂python # _*_coding:utf-8_*_ import time, threading, ConfigParser ''' Reader类,继承threading.Thread @__init__方法初始化 @run方法实现了读文件的操做 ''' class Reader(threading.Thread): def __init__(se
相关文章
相关标签/搜索