码迷,mamicode.com
首页 >  
搜索关键字:yum、yum repository    ( 4190个结果
linux服务器搭建svn服务器
简介 Subversion(SVN) 是一个开源的版本控制系統, 也就是说 Subversion 管理着随时间改变的数据。 这些数据放置在一个中央资料档案库(repository) 中。 这个档案库很像一个普通的文件服务器, 不过它会记住每一次文件的变动。 这样你就可以把档案恢复到旧的版本, 或是浏 ...
分类:系统相关   时间:2020-04-05 09:27:13    阅读次数:90
Docker 镜像、容器、仓库三大基本概念
概念 镜像(Image):一个root文件系统 容器(Container):是镜像运行的一个实体 仓库(Repository):代码控制中心,保存镜像 和面向对象编程对比 Docker 面向对象 镜像 类 容器 对象 对象通过类来创建,容器通过镜像来创建 ...
分类:其他好文   时间:2020-04-04 11:39:53    阅读次数:111
JEECG codegenerate-3.6.3 maven
codegenerate 3.6.3 maven Maven Repository: org.jeecgframework ? codegenerate https://mvnrepository.com/artifact/org.jeecgframework/codegenerate Maven ...
分类:其他好文   时间:2020-04-03 20:07:18    阅读次数:220
Maven项目pom配置国内镜像
``` nexus-aliyun central Nexus aliyun http://maven.aliyun.com/nexus/content/groups/public huaweicloud * https://mirrors.huaweicloud.com/repository/mav... ...
分类:其他好文   时间:2020-04-01 23:35:41    阅读次数:122
Spring框架学习(三) SpringMVC
SpringMVC是Spring中用于开发MVC项目的一个框架。 关于MVC Model View Controller,曾经以为构成了一整个应用程序,不过 "这篇文章" 里的说明,让我的看法有了一些变化,MVC可以是应用的上层,而在M层之下,还可以有类似于Repository、UnitOfWord ...
分类:编程语言   时间:2020-03-31 22:34:37    阅读次数:89
How do I get notifications for commits to a repository?
How do I get notifications for commits to a repository? I just found out by accident that you can easily manage to achieve this: fork the project (if ...
分类:其他好文   时间:2020-03-31 18:46:41    阅读次数:64
[git]git的简单配置使用 (将你的代码上传到Github)
1.注册 进入 https://github.com/ 进行注册登录 2.下载安装git 网址:https://git-for-windows.github.io/ 进入官网下载,进行安装即可。 3.创建项目 成功登陆后在以下页面 >New 然后填写项目的必要信息 Repository name: ...
分类:Web程序   时间:2020-03-31 14:31:41    阅读次数:80
git 报错
git 与远程库相关操作报错 /info/refs not valid: is this a git repository? 解决办法: git config list 查看是否开了代理,关闭代理就好了 ...
分类:其他好文   时间:2020-03-30 13:22:55    阅读次数:88
Failure to find parent:pom:2.2.6 in http://maven.aliyun was cached in the local repository...
报错如下: 原因分析:主要是阿里云的Maven仓库无法更新这个版本的pom依赖; 解决过程:于是直接在pom里面添加阿里云maven,还是报同样的错误;看到网上说删除maven仓库的对应目录或目录下的*.lastUpdated文件,然后再次运行maven命令,然后再打包设置相关的属性,但是又报无权限 ...
分类:Web程序   时间:2020-03-29 18:19:11    阅读次数:168
github本地提交代码到远程仓库
1、git工作状态: Workspace: 工作区 :等于平时放代码的地方 Index / Stage: 暂存区,临时存放你的改动,它只是一个文件,保存即将提交到文件列表信息 Repository: 仓库区(或版本库),安全存放数据的位置,这里面有你提交到所有版本的数据。其中HEAD指向最新放入仓库 ...
分类:其他好文   时间:2020-03-29 12:44:44    阅读次数:259
4190条   上一页 1 ... 25 26 27 28 29 ... 419 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!