一、现象 使用yum makecache命令时报错 [root@MiWiFi-R3L-srv ~]# yum makecache Loaded plugins: fastestmirror Repository base is listed more than once in the configu ...
分类:
其他好文 时间:
2020-02-18 20:46:16
阅读次数:
204
1、首先要先在github的官网注册一个属于自己的账号。https://github.com/ 2、先创建一个属于自己的仓库,repository 3、创建仓库 ...
分类:
其他好文 时间:
2020-02-17 17:49:55
阅读次数:
45
一、开发环境 sudo apt-get update sudo apt-get install -y build-essential sudo apt-get install cmake sudo add-apt-repository ppa:longsleep/golang-backports s ...
分类:
系统相关 时间:
2020-02-17 12:38:34
阅读次数:
145
我每天使用 Git ,但是很多命令记不住。
一般来说,日常使用只要记住下图6个命令,就可以了。但是熟练使用,恐怕要记住60~100个命令。
下面是我整理的常用 Git 命令清单。几个专用名词的译名如下。
Workspace:工作区
Index / Stage:暂存区
Repository:仓库区(或本地仓库)
Remote:远程仓库
受文章编译器限制,文章所有
分类:
其他好文 时间:
2020-02-17 10:43:13
阅读次数:
77
General Use custom workspace Directory: d:\xxx\xxx Source Code Management Git plugin Git Repositories Repository URL: Credentials: ... Branches to bui ...
分类:
其他好文 时间:
2020-02-14 18:42:04
阅读次数:
194
之前的博客有有写SVN服务端和客户端如何安装,现在补充如何使用安装好的SVN。 一、SVN服务端操作 1.打开SVN服务端右键Repositories==>Create New Repository,创建一个仓库。选择仓库的存储类型(可默认)。然后点击下一步。 2.这里需要给你的仓库取个名字。取号名 ...
分类:
其他好文 时间:
2020-02-13 21:15:06
阅读次数:
132
报错原因: MyBatis是第三方组件,spring并不会自动管理MyBatis相关对象的生命周期,因此需要手动配置,将MyBatis相关对象交给spring容器来管理。 解决方式: 在启动类中增加注解@MapperScan("cn.lxy.repository") ...
分类:
编程语言 时间:
2020-02-12 20:19:31
阅读次数:
74
一、安装jdk环境 1、使用以下命令 sudo add-apt-repository ppa:openjdk-r/ppa sudo apt-get update sudo apt-get install openjdk-8-jdk sudo update-alternatives --config ...
分类:
系统相关 时间:
2020-02-07 13:10:20
阅读次数:
87
昨天某人使用SVN时,遇到这样的问题, Unable to connect to a repository at URL 'xxx'Error running context: An error occurred during authentication 解决办法: 0、如果你是win10系统,检 ...
分类:
Web程序 时间:
2020-02-07 10:47:49
阅读次数:
160
1、maven从nexus下载构件的配置 1.1、在项目pom中配置远程仓库(方式一) <repositories> <repository> <id>remote</id> <name>my nexus repository</name> <url>http://192.1.1.103:8081/ ...
分类:
其他好文 时间:
2020-02-07 01:35:43
阅读次数:
89