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
1.安装epel源对于RHEL/CentOS 7(复制/粘贴): yum -y install epel-release exfat:1.安装Nux Dextop库: rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dexto ...
分类:
Web程序 时间:
2020-04-03 19:45:34
阅读次数:
135
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup CentOS 5wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun. ...
分类:
其他好文 时间:
2020-04-03 18:03:09
阅读次数:
72
[toc] Docker搭建私有仓库 私有仓库本质就是一个web项目(linux+registry(用其他语言写的一个web服务))。 一、搭建registry私有仓库 1、拉取私有仓库registry镜像 2、启动私有仓库容器 3、修改deamon.json 4、重启docker 让deamon. ...
分类:
其他好文 时间:
2020-04-03 00:43:12
阅读次数:
88
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 与远程库相关操作报错 /info/refs not valid: is this a git repository? 解决办法: git config list 查看是否开了代理,关闭代理就好了 ...
分类:
其他好文 时间:
2020-03-30 13:22:55
阅读次数:
88
公司搬移, 作为git仓库的服务器IP地址变了。 本地代码挺多,重新检出太占时间,可以修改一个什么配置让我本地仓库和新的远程仓库建立关联吗, 答案是肯定的! 方法有很多,这里简单介绍几种:以下均以项目git_test为例:老地址:http://192.168.1.12:9797/john/git_t ...
分类:
其他好文 时间:
2020-03-30 09:55:51
阅读次数:
281
这是进行之后工作的基础,要一个一个认识。 reason和message最重要。 2020-03-29T06:24:29Z default sahara-pc fb3006b9-ff20-48a7-8651-b419d2d2617f eventrouter-78cb89d979-7lxfg 5ffc3 ...
分类:
Web程序 时间:
2020-03-29 18:04:25
阅读次数:
285
GitLab 主要目录 /var/opt/gitlab/git-data/repositories/:仓库默认存储目录/opt/gitlab: 应用程序代码和相应的依赖程序/var/opt/gitlab:gitlab数据存放路径 gitlab-ctl reconfigure 命令编译后的应用数据和配 ...
分类:
其他好文 时间:
2020-03-28 19:49:01
阅读次数:
114
1.查看当前内核版本>=3.10uname -r2.更新yum包yum update3.卸载旧版本yum remove docker docker-common docker-selinux docker-engine4.安装依赖包yum install -y yum-utils device-ma ...
分类:
系统相关 时间:
2020-03-27 22:02:23
阅读次数:
125