环境 : Centos7Python 版本 3.7.4解决方法yum install sqlite-devel然后重新编译 Python 版本tar -zxvf Python-3.7.4.tgz...
VS Code 空格变成虚点在 settings.json 中加入 "editor.renderWhitespace": "all",