前言 安装有两种方式,一种是从包管理器中安装,另一种是使用源码安装。 推荐使用包管理安装,然后在程序中加入cmake文件,通过cmake文件来查找库。 不推荐使用源码安装,因为在找库的时候和包管理安装冲突,产生很多问题 包管理器安装 # google-glog + gflags sudo apt-g ...
分类:
其他好文 时间:
2021-06-25 16:36:00
阅读次数:
0
1 #查询可安装版本 2 [root@localhost ~]# yum list docker-ce --showduplicates | sort -r 3 Repository extras is listed more than once in the configuration 4 doc ...
分类:
其他好文 时间:
2021-06-24 18:31:06
阅读次数:
0
Linux(CentOS)安装Docker 查看当前内核版本 [docker@localhost ~]$ uname -r 确保yum包更新到最新 [docker@localhost ~]$ sudo yum update 卸载旧版本的docker [docker@localhost ~]$ sud ...
分类:
系统相关 时间:
2021-06-24 18:04:28
阅读次数:
0
功能 CentOS 8 CentOS 7 内核版本 4.18.0-x 3.10.0-x 文件系统 XFS XFS 时间同步 只支持Chronyd 支持NTP和Chronyd 文件大小 8EB 500TB 文件系统大小 1PB 500TB 包管理工具 DNF(YUM v4) YUM(YUM v3) 最 ...
分类:
其他好文 时间:
2021-06-24 18:04:10
阅读次数:
0
安装docker 配置阿里云Docker Yum源 [root@xingdian ~]# yum install -y yum-utils device-mapper-persistent-data lvm2 git [root@xingdian ~]# yum-config-manager --a ...
分类:
数据库 时间:
2021-06-24 17:29:11
阅读次数:
0
jenkins部署vue项目 安装nodejs 配置nodejs的源,去官网查看需要安装的版本和介绍 V8.x: # curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - yum安装node.js yum ins ...
分类:
其他好文 时间:
2021-06-23 17:07:38
阅读次数:
0
安装包 ambari-2.7.3.0-centos7.tar.gz HDP-3.1.0.0-centos7-rpm.tar.gz HDP-UTILS-1.1.0.22-centos7.tar.gz HDP-GPL-3.1.0.0-centos7-gpl.tar.gz Ambari Ambari 跟 ...
分类:
其他好文 时间:
2021-06-23 16:52:56
阅读次数:
0
? 下载地址:https://download.csdn.net/download/qq_31293575/19407912 项目介绍 SpringBoot+Bootstrap框架的中小医院信息系统源码+安装教程 适用场景: 毕业论文、课程设计、公司项目参考 运行截图 ? ? ? ? ? ? ? ? ...
分类:
编程语言 时间:
2021-06-22 17:38:46
阅读次数:
0
修改Mariadb存储路径大部分基于此文章操作:http://lddyw.blog.51cto.com/4151746/1684364 找个好久的资料,都打算源码安装了,最后终于更改成功了。 环境:CentOS6.6 64位虚拟机,MariaDB 10.0.20 数据库安装方式:rpm包本地安装 注 ...
分类:
数据库 时间:
2021-06-22 17:37:41
阅读次数:
0
简介OS: CentOS Linux release 8.2 开始清除mysql# 查看系统信息$ cat /etc/redhat-releaseCentOS Linux release 8.2.2004 (Core) # 查看有没有mysql$ rpm -qa | grep mysqlmysql- ...
分类:
数据库 时间:
2021-06-22 17:36:24
阅读次数:
0