增加中期实验数据,代码,ppt

This commit is contained in:
崔一鸣
2019-12-23 01:20:51 +08:00
parent 5508ddeca0
commit bfc0df0f0d
35 changed files with 307836 additions and 271 deletions

16
DataSet/DataTag/test.py Normal file
View File

@@ -0,0 +1,16 @@
import sys
import traceback
filename = "./log/2019-12-20_21/http2.log.2019-12-21"
with open(filename) as f:
lines = f.readlines()
print(len(lines))