在vscode中设置PYTHONPATH

2019-05-15
阅读 1 分钟
14.9k
In VS Code, PYTHONPATH affects debugging, linting, IntelliSense, unit testing, and any other operation that depends on Python resolving modules. For example, suppose you have source code in a src folder and tests in a tests folder. When running tests, however, they can't normally access modules i...

OverflowError: string longer than 2147483647 bytes 问题

2019-04-25
阅读 5 分钟
4.8k
requests 2.21.0 requests-toolbelt 0.9.1 使用python requests上传文件时, 报OverflowError: string longer than 2147483647 bytes 错误.

Socket Error 104 bug

2019-01-12
阅读 5 分钟
3.1k
bug概述 技术栈 nginx uwsgi bottle 错误详情 报警机器人经常有如下警告: {代码...} debug过程 确定报错位置 有日志就很好办, 首先看日志在哪里打的. 从三个地方入手. 我们自己的代码 没有. uwsgi的代码 root@660ece0ebaad:/# uwsgi --version2.0.14从github上co下来, 没有. python library的代码 在容器中执行 {代码......