1、个人安装环境 1.1 ubuntu 18.04.1 2、安装步骤 ubuntu上安装mysql非常简单只需要几条命令就可以完成: sudo apt-get install mysql-server apt-get isntall mysql-client sudo apt-get install ...
分类:
数据库 时间:
2020-02-13 17:39:24
阅读次数:
106
Tomcat9卸载与安装 首先确定环境变量配置正确,按实际的安装路径来设置。 在tomcat9的bin目录下打开命令行窗口 按住shift键不放,点击右键 输入以下命令 在打开的命令行窗口中输入以下命令,完成tomcat9的卸载与安装。 ...
分类:
其他好文 时间:
2020-02-13 15:12:18
阅读次数:
518
在安装环境变量时,可能会遇上 The CATALINA_HOME environment variable is not defined correctlyThis environment variable is needed to run this program 这时候要在环境变量里配置好 CA ...
分类:
其他好文 时间:
2020-02-12 00:39:00
阅读次数:
87
1.3 安装环境 Python是一种开发语言,是需要编译这种语言的工具的,只有编译成我们电脑懂得语言,电脑才能执行我们得python语句,我们一般都称为软件开发环境(Software Development Environment,SDE),我们可能还听过IDE(集成开发环境,Integrated ... ...
分类:
编程语言 时间:
2020-02-12 00:25:59
阅读次数:
88
KVM安装 1、环境准备 CentOs7 联网 内存最好在20G不上 windows支持虚拟化 虚拟机开启虚拟化配置 2、系统环境 1 [root@ CentOS7-200 ~]# cat /etc/redhat-release 2 CentOS Linux release 7.3.1611 (Co ...
分类:
其他好文 时间:
2020-02-11 19:33:45
阅读次数:
97
nginx学习1:Linux安装nginx nginx安装环境准备 1-安装pcre、openssl、zlib 2-安装指令:yum -y install gcc zlib zlib-devel pcre-devel openssl openssldevel Installed: pcre-deve ...
分类:
系统相关 时间:
2020-02-11 19:21:12
阅读次数:
98
安装环境: win10 64位 python 3.6.8 pycharm2019.1.2专业版 pip list 列出当前已经安装的第三方Python包 如果pip的版本低,此时会提示 然后再录入提示命令:python -m pip install --upagrade pip 安装 PyQt5 在 ...
分类:
编程语言 时间:
2020-02-10 11:35:10
阅读次数:
132
1、环境准备 准备三台服务器 CentOS 7.4 master 192.168.56.11 node01 192.168.56.12 node02 192.168.56.13 etcd 二进制包下载地址 https://github.com/etcd-io/etcd/releases 上传etcd ...
分类:
其他好文 时间:
2020-02-09 16:20:46
阅读次数:
70
Git安装非常简单,下面就根据我的步骤一步一步来吧~安装环境:Windows10 64bit下载 Git网址 :https://git-scm.com/download/win 版本:Git-2.25.0-64-bit.exe 第一步:双击下载后的Git-2.25.0-64-bit.exe,开始安装 ...
分类:
其他好文 时间:
2020-02-09 15:02:21
阅读次数:
337
1、个人安装环境 1.1 ubuntu 18.04.1 2、安装步骤 略 3、问题汇总 3.1 使用apt-get update的时候报错E: 仓库 “http://ppa.launchpad.net/fcitx-team/nightly/ubuntu bionic Release” 没有 Rele ...
分类:
系统相关 时间:
2020-02-09 11:43:12
阅读次数:
104