1.下载所需要的数据库版本https://yum.postgresql.org/repopackages.php 2.安装数据库版本包 yum install -y https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_ ...
分类:
数据库 时间:
2018-09-07 16:44:49
阅读次数:
519
原文链接:https://blog.csdn.net/westos_linux/article/details/78968012 IDEA 全称 IntelliJ IDEA,是java语言开发的集成环境,IntelliJ在业界被公认为最好的Java开发工具之一, IDEA是JetBrains公司的产 ...
分类:
其他好文 时间:
2018-09-07 14:21:30
阅读次数:
159
1.搭建lamp架构 配置YUM源文件 备份系统自带的yum配置文件,防止以后找不到文件和防止与新配置的网络YUM源文件冲突 mv /etc/yum.repos.d/* /opt/ 下载163YUM源文件 注:用wget下载 cd /etc/yum.repos.d/ wget http://mirr ...
分类:
其他好文 时间:
2018-09-06 14:46:45
阅读次数:
205
1,spring中ioc的底层原理 xml配置文件 dom4j解析xml 工厂设计模式 反射 思想:高内聚,低耦合 2,spring中的关键字 <bean id="" class=""> id属性:根据id值得到配置对象 class属性:创建对象所在类的全路径 name属性:功能和id一样,但是能有 ...
分类:
编程语言 时间:
2018-09-06 14:41:51
阅读次数:
145
一、环境准备 系统:centos7 and centos6.8 172.16.1.11 二、开始安装 安装yum源 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 安装epe ...
分类:
其他好文 时间:
2018-09-06 12:38:21
阅读次数:
178
环境布置:配置安装163的源[root@localhost~]#cd/etc/yum.repos.d///创建备份目录[root@localhostyum.repos.d]#mkdir/etc/repo-bf//将原yum仓库的文件备份到repo-bf[root@localhostyum.repos.d]#mv*/etc/repo-bf//下载163的源到yum仓库[root@localhosty
分类:
系统相关 时间:
2018-09-06 11:01:37
阅读次数:
234
private readonly IHttpContextAccessor _httpContext; /// /// Initializes a new instance of the class. /// File构造方法 /// /// 缓存服务 /// 用户领域服务 /// context ... ...
分类:
移动开发 时间:
2018-09-05 17:40:03
阅读次数:
397
1、备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/ CentOS 5 wget -O /etc/yum ...
分类:
系统相关 时间:
2018-09-05 17:38:24
阅读次数:
247
1、下载mysql的repo源 2、安装mysql-community-release-el7-5.noarch.rpm包 3、查看安装的MySQ源 会获得两个mysql的yum repo源:/etc/yum.repos.d/mysql-community.repo,/etc/yum.repos.d ...
分类:
数据库 时间:
2018-09-02 18:48:51
阅读次数:
334
自动安装 手动安装 下载新的CentOS-Base.repo 到/etc/yum.repos.d/ cd /etc/yum.repos.d centos 6 centos 7 mv Centos-7.repo /etc/yum.repos.d/CentOS-Base.repo 如果只想让上面的Yum ...
分类:
其他好文 时间:
2018-09-02 14:32:22
阅读次数:
1734