安装zip和mavenyum install -y unzip zip wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache ...
分类:
其他好文 时间:
2019-05-18 00:26:41
阅读次数:
321
CentOS7yum安装python3.6配epel源_阿里wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-7.repo安装python3.6.8yuminstallpython36依赖:python36-libs.x86_64安装pip3#搜索pip3的安装包名称yumwhatprovidespip3#安装p
分类:
编程语言 时间:
2019-05-17 16:50:30
阅读次数:
152
1.添加 yum repo vi /etc/yum.repos.d/mongodb-org-4.0.repo 添加如下内容 [mongodb-org-4.0] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/$r ...
分类:
数据库 时间:
2019-05-17 13:39:06
阅读次数:
387
关于ubuntu server 18 上部署glusterfs和heketi的文章网上有很多了,看起来都很顺利,但是我在部署的时候偏偏遇到了很多的问题, 记录一下。 环境:Ubuntu Server 18.04 glusterfs-3.13 heketi-v9 heketi-client-v9 1、 ...
分类:
系统相关 时间:
2019-05-17 09:17:56
阅读次数:
256
一、问题描述 使用yum安装软件时出现Error: rpmdb open failed,报错信息显示rpm数据库被损坏。 二、解决方案 重建rpm数据库。 [root@localhost yum.repos.d]# cd /var/lib/rpm [root@localhost rpm]# lsBa ...
分类:
数据库 时间:
2019-05-15 13:58:28
阅读次数:
168
因工作需要用到,所以记录一下配置流程 环境介绍: 两台CentOS7系统 yum源服务主节点IP:192.168.1.78 从节点IP:192.168.1.79(79从78上获取yum源) 配置78节点: mount /dev/cdrom /mnt cd /etc/yum.repos.d/ cat ...
分类:
Web程序 时间:
2019-05-14 19:22:05
阅读次数:
229
JavaEE三大框架的整合 2019-05-14 14:01:39 注:应用软件为:Eclipse+MySQL;三大框架版本为:Struts2+Spring5+Hibernate5 第一步准备工作 三大框架所用的.jar下载,文件见如下链接: https://www.cnblogs.com/MrZh ...
分类:
编程语言 时间:
2019-05-14 14:59:06
阅读次数:
135
https://docs.microsoft.com/en-us/azure/devops/repos/git/set-up-credential-managers?view=azure-devops Install the Git Credential Manager Windows Downlo ...
分类:
其他好文 时间:
2019-05-13 14:38:18
阅读次数:
124
https://docs.microsoft.com/en-us/azure/devops/repos/git/branch-policies-overview?view=azure-devops Branch policies are an important part of the Git wo ...
分类:
其他好文 时间:
2019-05-13 14:08:44
阅读次数:
133
打开终端先卸载系统的iBus sudo apt-get remove ibus 添加源sudo add-apt-repository ppa:fcitx-team/nightlysudo apt-get update 安装 sudo apt-get install fcitx fcitx-confi ...
分类:
系统相关 时间:
2019-05-12 01:53:08
阅读次数:
391