摘要: 错误源代码: class_list.append(folder.decode('utf-8')) ;修改方法:把decode改为encode即可。 阅读全文
posted @ 2019-04-13 14:14 柒月不哭 阅读(9669) 评论(0) 推荐(0) 编辑
摘要: 报错类型: error: command 'x86_64-linux-gnu-gcc' failed with exit status 1................................... warning: no previously-included files matchin 阅读全文
posted @ 2019-04-13 13:11 柒月不哭 阅读(885) 评论(0) 推荐(0) 编辑
摘要: 搭建Django2.0+Python3+MySQL5时同步数据库时报错: django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.3 or newer is required; you have 0.7.11.None 解决办法: 找 阅读全文
posted @ 2019-04-13 11:35 柒月不哭 阅读(559) 评论(0) 推荐(0) 编辑