from collections import namedtuple, MappingImportError: cannot import name 'Mapping' from 'collections' (D:\python38\Lib\collections --init__.py)
摘要:from collections import namedtuple, MappingImportError: cannot import name 'Mapping' from 'collections' (D:\python38\Lib\collections --init__.py) 出现以上
阅读全文
posted @
2023-04-22 08:40
peijiao
阅读(543)
推荐(0) 编辑
git日常使用命令
摘要:初始化 # 在当前目录新建一个Git代码库$ git init # 下载一个项目和它的整个代码历史 [Git only]$ git clone [url] 配置 # 列举所有配置$ git config -l # 为命令配置别名$ git config --global alias.co check
阅读全文
posted @
2023-04-07 09:13
peijiao
阅读(21)
推荐(0) 编辑