日期 科目 状态 知识点 2016.12.10 subprocess OK 执行外部shell命令 2016.12.11 threading ? 线程池,Lock,适合IO密集型应用,信号量? 2016.12.12 multiprocessing OK 进程池,pipe,queue,适合CPU密集型应用 2016.12.13 coroutine ? yield 2016.12.14 decorator OK 嵌套函数,返回函数对象 2016.12.14 __call__ OK callable(…