随笔分类 -  Python

摘要:优点: 允许多用户同时使用 文件一致性检测 支持断点续传 缺点: 没有权限管理 #!/usr/bin/env python3 # -- coding:utf-8 -- import socketserver, json import hashlib import os, sys sys.path.a 阅读全文
posted @ 2017-05-19 15:10 xu.lin 阅读(185) 评论(0) 推荐(0)