11 2017 档案

测试3000万数据统计输出
摘要:import hashlib def gen_test_data(): d = {} i = 0 f = open("./md5.txt", "w") while i < 30000000: md5 = hashlib.md5('adsf' + str(i)) n = int(md5.hexdigest(), 16) ... 阅读全文

posted @ 2017-11-01 20:31 学而知之者 阅读(165) 评论(0) 推荐(0)