2023年3月22日

摘要: 包方法: GzipFile open gzip_file = gzip.open('B5-H.pickle.gz') >>> type(tar_file) <class 'gzip.GzipFile'> tar_file1 = gzip.GzipFile('testtar.tar') >>> typ 阅读全文
posted @ 2023-03-22 21:29 帅胡 阅读(29) 评论(0) 推荐(0) 编辑
摘要: archive_stream = io.BytesIO(r.content) archive = RarFile(archive_stream) archive_stream = io.BytesIO(r.content) archive = ZipFile(archive_stream) 阅读全文
posted @ 2023-03-22 13:10 帅胡 阅读(18) 评论(0) 推荐(0) 编辑
摘要: rarfile.RarFile(file, mode='r', charset=None, info_callback=None, crc_check=True, errors='stop', part_only=False) 属性: 'comment', 'filename', 方法: 'need 阅读全文
posted @ 2023-03-22 13:08 帅胡 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 在系统环境变量中配置了winrar的路径 阅读全文
posted @ 2023-03-22 11:07 帅胡 阅读(528) 评论(0) 推荐(0) 编辑

导航