01 2019 档案
摘要:文件内容如图: 先把 doc 文件转换为 docx 读取
阅读全文
摘要:from atexit import register from random import randrange from threading import BoundedSemaphore, Lock, Thread from time import sleep,ctime lock = Lock() MAX = 5 # 最大线程数 candytray = BoundedSemaphore...
阅读全文
摘要:from atexit import register from random import randrange from threading import Thread, currentThread, Lock, current_thread, active_count from time import ctime, sleep class CleanOutputSet(set): ...
阅读全文
摘要:2to3.py demo.py 执行命令:
阅读全文