子钦加油

扩大
缩小

2019年12月10日

django的使用INNODE的方式,排除错误MySQL Strict Mode is not set for database connection 'default'

摘要: 出现如下错误: 解决办法: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'mxshop', 'HOST': '127.0.0.1', 'PORT': '3306', 'USER': 'mxshop' 阅读全文

posted @ 2019-12-10 20:53 子钦加油 阅读(520) 评论(0) 推荐(0)

IndentationError: unindent does not match any outer indentation level

摘要: python中约到的问题,IndentationError: unindent does not match any outer indentation level占位问题,存在两种可能性:1.代码没有对齐 2.存在非法字符与其他格式的不可见的内容(输入法的问题) 解决: 1.TAB对齐代码 2.选 阅读全文

posted @ 2019-12-10 20:23 子钦加油 阅读(983) 评论(0) 推荐(0)

Mac中 pip3 install mysqlclient 报错

摘要: 主要错误提示如下: ld: library not found for -lssl clang: error: linker command failed with exit code 1 (use -v to see invocation) error: command 'clang' faile 阅读全文

posted @ 2019-12-10 14:22 子钦加油 阅读(1014) 评论(0) 推荐(0)

导航

返回顶部