摘要:
解决“Unable to find vcvarsall.bat”错误 解决办法: 本地搜索找到vcvarsall.bat文件位置: 'C:/Users/PCME4/AppData/Local/Programs/Common/Microsoft/Visual C++ for Python/9.0/vc 阅读全文
摘要:
python编码问题: type(body)=unicode,type(url)=unicode eval(body)=dict type(url.encode)=str 字符串在Python内部的表示是unicode编码,因此,在做编码转换时,通常需要以unicode作为中间编码,即先将其他编码的 阅读全文