随笔分类 - python
摘要:root@dc810402ebad:/app# pip search flower ERROR: XMLRPC request failed [code: -32500] RuntimeError: PyPI's XMLRPC API is currently disabled due to unm
阅读全文
摘要:1.下载文件获取文件信息,并删除文件 import urllib.request import uuid import os def binarycode(file): with open(file, 'rb') as fileObj: #读取文件信息,返回Byte格式数据 wav_data = f
阅读全文