2019年9月3日

python通过MD5文件校验来查找重复内容的文件的代码

摘要: 如下内容内容是关于python通过MD5文件校验来查找重复内容的文件的内容,应该能对小伙伴们有较大帮助。 #!/usr/bin/python#encoding=utf-8 #import the modulesimport osimport os.pathimport sysimport hashl 阅读全文

posted @ 2019-09-03 13:35 treetop 阅读(237) 评论(0) 推荐(0)

python实现的简单的将字符转换成大写的tcp服务器的代码

摘要: 下边代码是关于python实现的简单的将字符转换成大写的tcp服务器的代码,应该能对码农有帮助。 import SocketServerimport netstring class MyRequestHandler(SocketServer.BaseRequestHandler): def hand 阅读全文

posted @ 2019-09-03 13:35 treetop 阅读(99) 评论(0) 推荐(0)

导航