01 OpenSSL version wiki:https://en.wikipedia.org/wiki/OpenSSL 02 Using TLS1.3 With OpenSSL https://www.openssl.org/blog/blog/2017/05/04/tlsv1.3/ TLSv1 ...
分类:
其他好文 时间:
2018-01-09 12:11:57
阅读次数:
125
--> Finished Dependency ResolutionError: Multilib version problems found. This often means that the root cause is something else and multilib version ...
分类:
其他好文 时间:
2018-01-08 12:21:14
阅读次数:
147
NetApp 可以使用VScan功能,来连接外部病毒扫描服务器器(如:Mcafee等),对存储上的Cifs share进行病毒检测。配置截图如下: 病毒检测软件: 1)安装McAfee VirusScan Enterprise 8.8 Patch 7 下载地址:https://www.mcafee. ...
分类:
移动开发 时间:
2018-01-02 21:18:16
阅读次数:
200
解决方案,在 Nginx ,location 中添加以下红色代码: proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 ...
分类:
其他好文 时间:
2018-01-02 11:29:17
阅读次数:
999
centos7 使用pip安装python-mysqldb模块出现的问题:首先:yum install python2-pip -ypip install MySQL-python安装时会出现以下错误:执行以下命令还是报错:pip install --upgrade pipyum install mysql-devel安装mysql-devel后还是报一下错误:yum install -y gcc
分类:
数据库 时间:
2017-12-30 12:08:49
阅读次数:
178
Sublime Text 3 插件的安装、升级和卸载 快捷键:ctrl+shift+p打开命令面板,如图: 1,插件安装: 输入:install ,选择“Install package” ,如图: 然后在新弹出的窗口中查询要安装的插件,点击需要安装的插件,即可; 2,升级插件: 输入:upgrade ...
分类:
其他好文 时间:
2017-12-28 11:38:02
阅读次数:
152
python编程中在ubuntu中安装虚拟环境及环境配置 1.升级python包管理工具pip pip install --upgrade pip 备注:当你想升级一个包的时候 `pip install --upgrade 包名` 2.python虚拟环境安装 sudo apt-get instal ...
分类:
编程语言 时间:
2017-12-27 15:22:52
阅读次数:
152
1 更新源 进入 /etc/apt/sources.list sudo vim进入, 更改为如下源 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to# newer versions of the dis ...
分类:
系统相关 时间:
2017-12-26 19:53:56
阅读次数:
198
cker search superset amancevice/superset [0.22.1] Superset on Debian/Python3 94 [OK] docker pull amancevice/superset:0.22.1 docker run -d -p 8088:8088 ...
分类:
其他好文 时间:
2017-12-26 11:54:54
阅读次数:
123
我使用的是通过xftp连接到服务器,上传.zin;tar.zip 需要的预备知识 step1:对linux操作系统的工作目录有所了解 1.根目录 / 2.根目录下的文件结构 / (root 文件系统) root 文件系统是文件系统的顶级目录。它必须包含在挂载其它文件系统前需要用来启动 Linux 系 ...
分类:
数据库 时间:
2017-12-24 22:44:34
阅读次数:
203