rancher说明为什么需要按照指定版本安装以及rancher和节点linux环境配置 待办https://blog.csdn.net/CSDN_duomaomao/article/details/75267156有关环境配置https://blog.csdn.net/wo18237095579/a... ...
分类:
系统相关 时间:
2020-02-15 15:23:08
阅读次数:
144
rancher说明为什么需要按照指定版本安装以及rancher和节点linux环境配置 待办https://blog.csdn.net/CSDN_duomaomao/article/details/75267156 ...
分类:
系统相关 时间:
2020-02-15 09:27:43
阅读次数:
64
加密过程具体TCP实现 步骤 1 : 客户端通过发送Client Hello报文开始SSL通信(这里是在TCP的三次握手已经完成的基础上进行的)。报文中包含客户端支持的SSL的指定版本、加密组件列表(所使用的加密算法及密钥长度等)。 步骤 2 : 服务器可进行SSL通信时,会以Server Hell ...
分类:
Web程序 时间:
2020-02-13 21:13:52
阅读次数:
134
源地址:Centos 7 YUM源:http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm 用wget 把源文件下载下来。 wget http://www.elrepo.org/elrepo-release-7.0-2.el7 ...
分类:
系统相关 时间:
2020-02-09 22:03:02
阅读次数:
89
nodejs的yum安装部署# nodejs-8.15.1curl -sL https://rpm.nodesource.com/setup_8.x | bash -# 默认安装最新版本安装指定版本yum install nodejs-8.15.1 -y [root@eus_influenex_we ...
分类:
Web程序 时间:
2020-02-05 16:32:32
阅读次数:
80
pip常用命令 基本用法:pip install SomePackage,等效于 python -m pip install SomePackage。 明确指定版本号:pip install SomePackage==1.0.0。 指定最小版本号:pip install SomePackge>=1. ...
分类:
其他好文 时间:
2020-01-28 13:56:14
阅读次数:
198
nvm Node Version Management nvm list 查看所有已安装的 node 版本 nvm install 版本号 安装指定版本的 node nvm use 版本号 切换到指定版本号 nvm proxy 代理地址 配置代理进行下载 nrm(node registry mana ...
分类:
其他好文 时间:
2020-01-24 17:30:42
阅读次数:
89
创建django项目时最好在虚拟环境下,这样可以安装多个版本 安装Django: 推荐django--1.11.1 pip install django==1.11.1这样可以指定版本号 创建项目: python-admin startproject "项目名" python-admin start ...
分类:
其他好文 时间:
2020-01-22 18:39:48
阅读次数:
70
/ 安装node指定版本 nvm install node版本 // 删除node指定版本 nvm uninstall node版本 // 切换node指定版本 nvm use node版本 // 列出node版本 nvm ls安装cnpm npm install -g cnpm --registr ...
分类:
其他好文 时间:
2020-01-21 16:37:53
阅读次数:
78
QT中使用opengl .pro文件中添加 QT += opengl 1、使用指定版本的OpenGL如下使用opengl4.5调用方法,使用指定版本的接口,必须设备图形显示设备支持对应OpenGL版本才可。Q:什么是CoreProfile和Compatibility Profile?A:在OpenG ...
分类:
其他好文 时间:
2020-01-19 14:08:07
阅读次数:
138