香港云主机最佳企业级服务商!

ADSL拨号VPS包含了中国大陆(联通,移动,电信,)

中国香港,国外拨号VPS。

当前位置:云主机 > python >

电信ADSL拨号VPS
联通ADSL拨号VPS
移动ADSL拨号VPS

Python判断两个文件是否相同与两个文本进行相同项筛选的方法


时间:2022-04-02 10:21 作者:admin610456


python/' target='_blank'>python判断两个文件是否相同

import hashlibdef getHash(f):  line=f.readline()  hash=hashlib.md5()  while(line):    hash.update(line)    line=f.readline()  return hash.hexdigest()def IsHashEqual(f1,f2):  str1=getHash(f1)  str2=getHash(f2)  return str1==str2if __name__ == '__main__':  f1=open("D:/2.iso","rb")  f2=open("E:/wenjian/1.iso","rb")  print IsHashEqual(f1,f2)

计算2个文件的MD5值,大文件计算较慢

Python对两个文本进行相同项筛选

import osimport os.path as ospdef filter(path):  file_path = osp.join(path, 'index.txt')  if osp.exists(file_path):    return file_path  index_file = open(file_path, 'a+')  if not os.path.isdir(path):  #判断path是否为路径     return    for root, dirs, list in os.walk(path):    for i in list:       dir = os.path.join(root, i)  #将分离的部分组成一个路径名       #if os.path.getsize(dir) < 60000:  #获取文件大小         #os.remove(dir)       #删除文件       print (i)      index_file.write(i+'\n')  index_file.close()    def compare(path):  file=osp.join(path, 'label.txt')  file_path = osp.join(path, 'index.txt')  with open(file_path, 'r') as file1:     with open(file, 'r') as file2:       same = set(file1).intersection(file2)  same.discard('\n')  with open('some_output_file.txt', 'w') as file_out:     for line in same:       file_out.write(line)  file_out.close()filter(r'D:\Desktop\jiaoben\ci')compare(r'D:\Desktop\jiaoben\ci')

总结

以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,谢谢大家对脚本之家的支持。如果你想了解更多相关内容请查看下面相关链接

(责任编辑:admin)






帮助中心
会员注册
找回密码
新闻中心
快捷通道
域名登录面板
虚机登录面板
云主机登录面板
关于我们
关于我们
联系我们
联系方式

售前咨询:17830004266(重庆移动)

企业QQ:383546523

《中华人民共和国工业和信息化部》 编号:ICP备00012341号

Copyright © 2002 -2018 香港云主机 版权所有
声明:香港云主机品牌标志、品牌吉祥物均已注册商标,版权所有,窃用必究

云官方微信

在线客服

  • 企业QQ: 点击这里给我发消息
  • 技术支持:383546523

  • 公司总台电话:17830004266(重庆移动)
  • 售前咨询热线:17830004266(重庆移动)