摘要: 开启子进程的两种方式 # # # 方式一: # from multiprocessing import Process # import time # # def task(x): # print('%s is running' %x) # time.sleep(3) # print('%s is 阅读全文
posted @ 2018-07-12 21:50 谢金涛 阅读(168) 评论(0) 推荐(0) 编辑
摘要: strcuct模块 import struct import json header_dic={ 'filename':'a.txt', 'total_size':11112313123212222222222222222222222222222222222222222222222222222221 阅读全文
posted @ 2018-07-12 19:43 谢金涛 阅读(143) 评论(0) 推荐(0) 编辑