12 2017 档案
python连接RabbitMQ
摘要:安装PIP 安装python API: pika python脚步 阅读全文
posted @ 2017-12-19 09:40 凌度 阅读(2988) 评论(0) 推荐(0)
windows下解决python输出utf-8中文
摘要:class UnicodeStreamFilter: def __init__(self, target): self.target = target self.encoding = 'utf-8' self.errors = 'replace' self.encode_to = self.targe... 阅读全文
posted @ 2017-12-01 17:09 凌度 阅读(4488) 评论(0) 推荐(0)