参考地址:https://blog.csdn.net/sinat_30175689/article/details/112462734 上传本地代码 第一步:去github上创建自己的Repository,创建页面如下图所示: 红框为新建的仓库的https地址 第二步: echo "# Test" ...
分类:
Web程序 时间:
2021-03-30 13:53:19
阅读次数:
0
https://mvnrepository.com 该mvn网站可以找到个个版本的依赖jar包 http://doc.canglaoshi.org 该网站为达内的开发文档服务器,可以找到很多开发中需要的配置文件 ...
分类:
编程语言 时间:
2021-03-29 12:13:00
阅读次数:
0
K8s: minikube start下载iso镜像速度慢 minikube start --image-mirror-country=cn --image-repository=registry.cn-hangzhou.aliyuncs.com/google_containers ...
分类:
其他好文 时间:
2021-03-29 12:10:24
阅读次数:
0
今天正式开始整活儿Colab! Colab自带了OpenJDK,但是如果我为了保证完全的兼容性,可不可以装个Oracle JDK呢?答案是可以! 话不多说,上代码! !sudo add-apt-repository ppa:ts.sch.gr/ppa !sudo apt-get update !su ...
分类:
数据库 时间:
2021-03-15 11:34:28
阅读次数:
0
1、修改配置文件 vim /etc/yum.repos.d/mongodb-org-4.2.repo [mongodb-org-4.2] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/$releasever/m ...
分类:
其他好文 时间:
2021-03-15 11:10:26
阅读次数:
0
How to deploy EBS CSI on AWS EKS in China region? ISSUE Cannot access k8s.gcr.io repository in China region. Prerequisites Fetch the Account ID and sa ...
分类:
其他好文 时间:
2021-03-08 13:03:04
阅读次数:
0
流水线案例地址https://flow.aliyun.com/pipelines/1258359/current POM文件增加配置 <distributionManagement> <repository> <id>rdc-releases</id> <name>User Project Rele ...
分类:
其他好文 时间:
2021-03-06 14:35:37
阅读次数:
0
docker无网络环境安装镜像 1、从其它有网络环境的机器导出镜像 #查看镜像 docker images liyc@liyc-VirtualBox:~ $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE minio/minio latest 6 ...
分类:
其他好文 时间:
2021-03-03 12:18:43
阅读次数:
0
[Git]基本操作 Git的结构 workspace:工作区 staging area:暂存区/缓存区 local repository:版本库或本地仓库 remote repository:远程仓库 基本命令 参考:https://www.cnblogs.com/convict/p/1079532 ...
分类:
其他好文 时间:
2021-03-02 11:45:58
阅读次数:
0
centos6 yum install git yum install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm yum update git centos7 yum ...
分类:
其他好文 时间:
2021-02-15 12:32:55
阅读次数:
0