UnicodeDecodeError: 'gbk' codec can't decode byte 0xab in position 11126: illegal multibyte sequence
摘要:
python运行出现报错如图: 在打开文件时设置编码格式设置对应的编码格式,如:加上encoding="utf-8"解决方法: with open(self.file_path,encoding="utf-8") as fp: data = json.load(fp) return data 阅读全文
posted @ 2019-11-15 14:08
CesareCheung
阅读(247)
评论(0)
推荐(0)
摘要:
redis 开源客户端下载地址: https://github.com/qishibo/AnotherRedisDesktopManager/releases 阅读全文
posted @ 2019-11-15 09:26
CesareCheung
阅读(214)
评论(0)
推荐(0)

浙公网安备 33010602011771号