shzy2012

Results 4 comments of shzy2012

import textract with tempfile.NamedTemporaryFile(delete=True) as temp: temp.write(f.read()) temp.flush() context = textract.process(temp.name,encoding='utf-8',extension=".pdf")

__switch 讲解非常精彩,通过寥寥几行汇编代码,把任务的上下文切换解释的透彻。

“只要 CPU 一直在做实际的工作就好 ” --> "要是CPU一直在做有效的工作就好",读起来通顺些

“段的大小不一是外碎片产生的根本原因” 。 是不是多个“一”