码迷,mamicode.com
首页 >  
搜索关键字:yum、yum repository    ( 4190个结果
github建立仓库
安装git, 1.登陆上github 2.New repository 3.填写资料 4.在文件夹下,git bash here git config --global user.name "gitname" git config --global user.email "gitemail" $ s ...
分类:其他好文   时间:2019-11-27 10:43:02    阅读次数:100
Maven 安装依赖包
Guide to installing 3rd party JARs Although rarely, but sometimes you will have 3rd party JARs that you need to put in your local repository for use i ...
分类:其他好文   时间:2019-11-26 13:06:57    阅读次数:208
nexus php composer 私服搭建
nexus 社区也提供了php composer 私服(当前还在开发中,还没有ga),测试使用构建好的docker 镜像 环境准备 docker-compose 文件 version: "3" services: nexus: image: jbuncle/nexus-repository-comp ...
分类:Web程序   时间:2019-11-25 23:53:53    阅读次数:296
yum
yum install -y 包名 --downloadonlyls /var/cache/yum/x86_64/7/yum install -y 包名 --downloadonly --downloaddir=路径yum reinstall -y 包名 --downloadonly --downl ...
分类:其他好文   时间:2019-11-25 18:40:54    阅读次数:74
docker--docker仓库
8 docker仓库 Docker仓库(Repository)类似与代码仓库,是Docker集中存放镜像文件的地方。 8.1 docker hub 1、打开https://hub.docker.com/2、注册账号:略3、创建仓库(Create Repository):略4、设置镜像标签docker ...
分类:其他好文   时间:2019-11-25 13:38:28    阅读次数:68
config maven in intellij IDEA
Config maven in IDEA File ->Settings->Build,Execution.Deployment->build Tools -> Maven Maven home directory User settings file Local repository Runner ...
分类:其他好文   时间:2019-11-25 09:59:09    阅读次数:86
访问 Docker 仓库
仓库(Repository)是集中存放镜像的地方。 一个容易混淆的概念是注册服务器(Registry)。实际上注册服务器是管理仓库的具体服务器,每个服务器上可以有多个仓库,而每个仓库下面有多个镜像。从这方面来说,仓库可以被认为是一个具体的项目或目录。例如对于仓库地址 dl.dockerpool.co ...
分类:其他好文   时间:2019-11-24 14:07:15    阅读次数:64
Centos6.5 下安装 tmux(免编译)
环境:Centos6.5是新安装的,没有安装过其它的软件包。思路是安装epel的源后再安装tmux。 1. 安装Linux的 epel 的yum源 2. 缓存服务器的包信息到本地 注:这一步可能会报错,"Error: Cannot retrieve metalink for repository: ...
分类:其他好文   时间:2019-11-23 18:36:06    阅读次数:87
GitHub的使用
1.sign up注册2.填写用户账号,email地址和密码点击create account3.创建公开仓库点击continue4.点击submit跳转 1.git官网下载,安装git2.gitHub上创建账号3.登录gitHub4.创建一个项目5.github网站 + new repository ...
分类:其他好文   时间:2019-11-23 16:34:49    阅读次数:78
为什么在SSM中的dao层不用写@Repository注解
1. Mybatis 接口编程中dao 层接口没有注解和 为什么能被实例化为bean? 在Spring配置Mybatis的文件中我们可以看到如下代码: <bean class="org.mybatis.spring.mapper.MapperScannerConfigurer"> <property ...
分类:其他好文   时间:2019-11-21 11:43:34    阅读次数:227
4190条   上一页 1 ... 45 46 47 48 49 ... 419 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!