[TOC]
生成一个1000行的demo文件
1 | with open("big_file_demo.txt", "w", encoding="utf-8") as fw: |
一般方法遍历
1 | import time |
线程池方法处理
1 | from concurrent import futures |
zzk's homepage
[TOC]
1 | with open("big_file_demo.txt", "w", encoding="utf-8") as fw: |
1 | import time |
1 | from concurrent import futures |
微信打赏
支付宝打赏