“You are using pip version 19.0.3, however version 20.0.2 is available.”pip 更新报错解决办法 执行更新语句时报错如下: 解决办法:使用国内的源下载: python -m pip install --upgrade pip - ...
分类:
其他好文 时间:
2020-03-12 14:23:44
阅读次数:
737
feature: 功能添加 bugfix: bug修复 change: 调整,比如配置,某些方法替换等 optimize: 优化过程 doc: 文档变更 refactor: 重构,功能不变 tests: 测试代码的调整 merge:分支合并 delete:分支删除 假如既添加了功能又优化了过程 Fe ...
分类:
其他好文 时间:
2020-03-12 12:57:17
阅读次数:
57
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple +模块名 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade +模块名 pip install timeou ...
分类:
其他好文 时间:
2020-03-12 12:45:28
阅读次数:
259
其中 feature 前面的主键是:User_id 、Merchant_id、Coupon_id。 jichu:User_id user:User_id merchant:Merchant_id coupon:Coupou_id uc:User_id、Coupon_id left是以左边的为标准连接 ...
分类:
其他好文 时间:
2020-03-11 19:47:59
阅读次数:
50
# 1.卸载之前的pip pip install --upgrade pip # 会发现pip卸载了,但是更新失败 # 2.下载pip最新版pip https://files.pythonhosted.org/packages/8e/76/66066b7bc71817238924c7e4b448ab ...
git checkout releasegit checkout -b feature/push-191204git add .git commit -m 'feat: xxxx'git push 合入主库 git checkout releasegit pullgit checkout featu ...
分类:
其他好文 时间:
2020-03-11 10:38:33
阅读次数:
36
Code completion A special variant of the Code Completion feature invoked by pressing twice allows you to complete XML tag names from namespaces not de ...
分类:
其他好文 时间:
2020-03-08 23:28:36
阅读次数:
83
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> W3C 工作组考虑到了我们升级 HTTPS 的艰难,在 2015 年 4 月份就出了一个 Upgrade Insecure Requests ...
分类:
其他好文 时间:
2020-03-08 15:43:25
阅读次数:
46
1.更改软件源 vi /etc/apt/sources.list#添加到第一行阿里源:#添加阿里源deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiversedeb http://mirrors.al ...
分类:
其他好文 时间:
2020-03-08 09:44:22
阅读次数:
73
进入Ubuntu系统之后ctrl+alt+T 1. 执行所有升级 sudo apt-get update sudo apt-get upgrade -y 2. 安装编译Python源程序所需的包 sudo apt-get install build-essential –y sudo apt-get ...
分类:
编程语言 时间:
2020-03-05 19:10:28
阅读次数:
69