- 博客(3)
- 收藏
- 关注
原创 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connec
python的pip源安装问题:WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ProtocolError(‘Connection aborted.’, FileNotFoundError(2, ‘No such file or directory’))’: /simple/openssl/报错网上找的都说是换国内源的
2021-08-11 23:25:29 4374
原创 怎么配置git仓库来实现不同计算机之间代码的同步
1,首先要有一个远程文档库(这里以github为例):2,先确定是否以安装git:---------$ sudo apt install -y git3,然后进行git的全局设置:---------$ git config --global user.name ‘你的github用户名’---------$ git config --global user.email ‘你的gihub邮...
2019-10-08 18:12:04 743
原创 我用python实现的第一个坦克大战
import pygameimport timefrom random import *#界面宽度和高度Screen_width=900Screen_Height=600#背景颜色(白色)bg = pygame.Color(255,255,255)####这里要用RGB值#左上角文字颜色zcolor = pygame.Color(255,0,0)#使用pygame的精灵类S...
2019-09-29 21:31:54 6390
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人