随笔分类 - Powerless bugs
摘要:解决办法: https://stackoverflow.com/questions/58538687/fatal-bad-numeric-config-value-for-pack-deltacachesize-invalid-unit
阅读全文
摘要:解决办法1: https://stackoverflow.com/questions/21277806/fatal-early-eof-fatal-index-pack-failed 解决办法2 https://www.jianshu.com/p/5f2348927504
阅读全文
摘要:转载:https://www.cnblogs.com/ilovepython/p/11068844.html
阅读全文
摘要:缺少依赖或者说版本不对 Using cached https://pypi.tuna.tsinghua.edu.cn/packages/e7/a7/4cd50e57cc6f436f1cc3a7e8fa700ff9b8b4d471620629074913e3735fb2/cffi-1.11.5.tar
阅读全文
摘要:使用命令: supervisorctl update 报错: error: <class 'xmlrpc.client.Fault'>, <Fault 92: "CANT_REREAD: invalid literal for int() with base 10: '20m' in section
阅读全文
摘要:(venv) C:\Users\tangxx\Desktop\information_management>pip install Django==2.0 Collecting Django==2.0 Downloading https://files.pythonhosted.org/packag
阅读全文
摘要:这个是报错 运行的时候出现的 原因及解决办法: https://stackoverflow.com/questions/55271912/flask-cli-throws-oserror-errno-8-exec-format-error-when-run-through-docker [GitHu
阅读全文
摘要:支付宝支付: 这是支付宝里面的沙箱调用情况: 同步返回处理(return_url):是一种可视化的返回,ie页面跳转通知,只要支付成功,支付宝通过get方式跳转到这个地址,并且带有参数给这个页面。客户获取信息受到买家操作的影响。如果买家支付完成后客户服务器响应比较慢,买家在显示支付宝提示的“即时到账
阅读全文
摘要:解决和错误原因 oauth_user = OAuthUser.objects.get(weixin_unionid=user_dict_data['unionid']) 取不到 unionid 原来是 unionId 注意细节
阅读全文
摘要:官方文档代码 问题: 解决办法:
阅读全文
摘要:ERROR exception 135 Internal Server Error: /xadmin/operation/usercourse/Traceback (most recent call last): File "/home/python/.virtualenvs/dl_class/li
阅读全文
摘要:在使用xadmin报错 NameError:name reload is not defind 迁移Django数据库时报的错 解决办法:重新卸载xadmin 安装新的xadmin pip uninstall xadmin pip install https://github.com/sshwsfc
阅读全文