1.登陆github后,进入Github首页,点击New repository新建一个项目 2. 填写相应信息后点击create repository即可 Repository name: 仓库名称(输入名字,最好不要使用中文) Description(可选): 仓库描述介绍 Public, Pri ...
分类:
Web程序 时间:
2020-03-05 15:34:16
阅读次数:
81
git常用操作 初始化本地仓库 初始化一个本地仓库repository,此时会生成一个 .git文件(一定不能删除,删除掉就不能继续执行git命令了) git init 提交到暂存区 在本地(工作区)编写完成代码后,提交到暂存区 git add xxx //个文件或者文件夹提交到暂存区?git ad ...
分类:
其他好文 时间:
2020-03-04 09:39:46
阅读次数:
69
在CentOS 6.3 x86_64下安装php-mcrypt的时候出现了问题:Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again,需要安装epel源。 解决方法: 一句 ...
分类:
Web程序 时间:
2020-03-03 22:45:16
阅读次数:
107
Started by user test java.lang.NoSuchMethodError: org.eclipse.jgit.lib.Repository.getRef(Ljava/lang/String;)Lorg/eclipse/jgit/lib/Ref; at jenkins.plug ...
分类:
编程语言 时间:
2020-03-02 12:53:02
阅读次数:
279
在CentOS 6安装epel后出问题,报错:Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again,需要安装epel源。 解决方法: 一句话:把/etc/yum.repos ...
分类:
Web程序 时间:
2020-03-01 14:29:58
阅读次数:
80
1: ES 类似JPA操作1.1 编写实体类1.2 编写映射文件 xxx.json1.3编写repository继承 ElasticSearchrepository1.4 编写admin 的CRUD2: 使用ElasticSearchtemplate 对索引操作2.1 对索引的各类操作3: 高级查询... ...
分类:
其他好文 时间:
2020-02-29 13:10:23
阅读次数:
95
在 Repostiory工程建立中,我们建立了基本的工程结构,接下来就是完成CRUD的简单操作。 这里使用Account为例: 第一步,在Entities 里创建一个名为“Models” 或者 “Entities” 的文件夹,然后在这个文件中创建一个名为Account 的类,字段与数据库表对应。 第 ...
分类:
Web程序 时间:
2020-02-29 12:55:54
阅读次数:
115
解决方法:设置跳过ssl校验spring: cloud: config: server: git: uri: https://github.com/xxx/spring-cloud-config-repository.git username: xxx password: yyyy default- ...
分类:
编程语言 时间:
2020-02-28 22:42:10
阅读次数:
423
记录一下遇到的这个问题的解决方法,也是困惑了半天,感觉这是maven的bug,因为动了几次项目中引入的外部jar包,导致IDEA External libraries 不显示Maven中引入的repository, 解决方法: 1. 打开IDEA右侧的侧边栏Maven Project -> life ...
分类:
其他好文 时间:
2020-02-28 20:32:11
阅读次数:
60
1.下载Clonezilla Live 地址: 2.下载Tuxboot,Tuxboot是用来安装Clonezilla Live到U盘的 地址:https://tuxboot.org/download/ sudo apt-add-repository ppa:thomas.tsai/ubuntu-tu ...
分类:
其他好文 时间:
2020-02-28 11:45:04
阅读次数:
100