<mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/repositories/central/</ur ...
分类:
其他好文 时间:
2020-06-18 01:36:54
阅读次数:
510
repository代码: package com.fancy.miniflow.repository; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository;import org.sp ...
分类:
数据库 时间:
2020-06-17 12:57:54
阅读次数:
216
1-使用 git remote -v 查看对应的克隆地址: git remote -v origin https://github.com/username/repository.git (fetch) origin https://github.com/username/repository.gi ...
分类:
其他好文 时间:
2020-06-16 23:47:54
阅读次数:
60
目的是删除repository库目录下所有后缀名是.lastUpdated的文件,方法如下: 在本地创建一个txt文件, 将以下代码复制到文件中,将REPOSITORY_PATH值改为自己的本地仓库地址 将文件后缀改为.bat set REPOSITORY_PATH=D:\repository re ...
分类:
编程语言 时间:
2020-06-16 23:39:59
阅读次数:
69
<repositories> <repository> <id>central</id><--中央仓库--> <url>http://uk.maven.org/maven2/</url> <layout>default</layout> </repository> <repository> <id> ...
分类:
其他好文 时间:
2020-06-16 15:16:54
阅读次数:
106
Docker的常用命令帮助命令docker version docker info docker --help 镜像命令docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE hello-world latest 9f5834b25059 ...
分类:
其他好文 时间:
2020-06-16 13:19:07
阅读次数:
66
docker info:查看信息docker --help:查看用发 镜像常用命令1、docker images:查看本地容器输入后会显示以下内容: REPOSITORY:表示镜像的仓库源 TAG:镜像的标签 IMAGE ID:镜像ID CREATED:镜像创建时间 SIZE:镜像大小docker ...
分类:
其他好文 时间:
2020-06-15 21:20:41
阅读次数:
64
基本概念 使用github目的:代码托管 仓库(Repository) 收藏(Star) 复制克隆项目(Fork):会展示复制的位置,仓库会独立存在 发起请求(pull request):你fork了别人的项目做了新的改动,点击pull request发起提交申请,原来项目的主人可以选择合并到原仓库 ...
分类:
其他好文 时间:
2020-06-15 15:39:57
阅读次数:
48
GlusterFS高可用安装 准备工作 安装好的k8s集群,提供其中三个节点给GFS,这三个节点都至少有一个可用的裸块设备 在k8s所有节点安装所需要的组件 # ubuntu16.04 add-apt-repository ppa:gluster/glusterfs-7 apt-get update ...
分类:
Web程序 时间:
2020-06-15 14:14:12
阅读次数:
151
如果不采用某种查询机制,则Repository将充斥着大量的检索方法。 public interface ICustomerRepository { IEnumerable<Customer> FindAll(); IEnumerable<Customer> FindAllVIPCustomers( ...
分类:
其他好文 时间:
2020-06-14 22:06:37
阅读次数:
68