码迷,mamicode.com
首页 >  
搜索关键字:yum source    ( 40430个结果
Linux 安装 JDK
Linux 安装 JDK 第一步:检查是否已经安装过JDK # java -version 第二步:检查是否有系统自带安装包 # rpm -qa | grep java 第三步:移除安装包 # yum remove *openjdk* 第四步:登录系统创建安装jdk的目录 第五步:上传JDK到指定安 ...
分类:系统相关   时间:2021-06-02 15:47:35    阅读次数:0
certbot 使用
安装yum install epel-releaseyum install snapdsystemctl enable --now snapd.socketln -s /var/lib/snapd/snap /snapsnap install core; snap refresh coreyum r ...
分类:其他好文   时间:2021-06-02 15:37:58    阅读次数:0
RHSA-2020:1138: gettext 安全和BUG修复更新
1.解决方法 yum update gettext-common-devel yum update gettext-libs yum update gettext-devel yum update gettext 2.重启验证 reboot ...
分类:其他好文   时间:2021-06-02 15:28:37    阅读次数:0
springboot利用ConfigurationProperties注解配置数据源无法读取配置信息
出现的问题: 利用ConfigurationProperties注解配置数据源发现读取的数据库配置信息全部为null。 @Bean(name = "pq") @ConfigurationProperties(prefix = "spring.datasource") public DataSourc ...
分类:编程语言   时间:2021-06-02 15:23:34    阅读次数:0
docker
docker 安装 yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/d ...
分类:其他好文   时间:2021-06-02 15:18:47    阅读次数:0
/etc/init.d/functions: No such file or directory报错问题
docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install ...
分类:其他好文   时间:2021-06-02 15:14:11    阅读次数:0
docker
docker 安装 yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/d ...
分类:其他好文   时间:2021-06-02 14:49:47    阅读次数:0
mysql通过sql来复制表结构
1、create table resultTable select * from sourceTable where ....; 可以复制条件下的数据,也可以复制数据结构,但是字段上面的比如自增长,不会被复制。 2、create table resultTable like sourceTable; ...
分类:数据库   时间:2021-06-02 14:36:16    阅读次数:0
centos 内核更新到5.4
下载内核源rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm安装最新版本内核yum --enablerepo=elrepo-kernel install -y kernel-lt查看可用内核 cat >u ...
分类:其他好文   时间:2021-06-02 14:26:17    阅读次数:0
vue+element给el-table头部换背景颜色
亲测有效 直接上代码: :header-cell-style="{background:'#eef1f6',color:'#606266'}" <el-table ref="commonTable" :data="dataSource" :max-height="tableHeight" @sele ...
分类:其他好文   时间:2021-06-02 14:23:53    阅读次数:0
40430条   上一页 1 ... 14 15 16 17 18 ... 4043 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!