2016年7月19日

python 网络编程基础 day11

摘要: 概述: 1、线程 2、进程 3、协程 4、缓存 线程 基本使用 import threading class MyThread(threading.Thread): def __init__(self, func,args): self.func = func self.args = args su 阅读全文

posted @ 2016-07-19 17:33 QinLing 阅读(222) 评论(0) 推荐(0) 编辑

导航