博客
分类
标签
归档
随笔
日报
博客
分类
标签
归档
随笔
日报
使用默认pypi源出现连接超时
https://cloud.tencent.com/developer/article/1354614 报错: 'Connection to pypi.python.org timed out. (connect timeout=15)')' 原因:采用了默认的pypi源(国外的pypi源),出现连接超时问题 解决办法 国内常用的pypi源如下: 阿里云 http:...
2023-01-15
python
python
Read More
python3 mkdir
import os create dir:recusive, create if not exists, else throw error os.makedirs(path[,mode]) check path exists: if(os.path.)
2022-12-20
python
language
python
language
Read More
python3 cmd debug pdb
单文件debug app.py in app.py import pdb; pdb.set_trace() cmd: python3 -m pdb app.py arg1 arg2 然后就开始debug,和gdb类似的界面和指令
2022-12-20
python
debug
python
debug
Read More
python3调用c++
https://blog.csdn.net/springlustre/article/details/101177282
2022-07-25
c++
language
python
language
c++
language
python
language
Read More
python安装模块
python3 pipwindows pip install <package_name> linuxpython3: pip3 install <package_name> 网上搜一下,不一定和import的一样 –user 仅为当前用户安装10.13 安装私有的包 — python3-cookbook 3.0.0 文档 Python有一个用户安装目录,通常类似...
2022-07-09
fix_error
python
python
fix_error
Read More
粘贴文本
全选文本
剪切文本
复制文本
站内搜索
必应搜索
新标签页打开
复制链接地址
复制图片
谷歌识图
常见问题
示例博客
加入社区
本站源码
主题源码
暗黑模式
打印页面
阅读模式