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
the Computing Research Repository (CoRR) 论文地址:https://arxiv.org/abs/1909.11898 代码地址:https://github.com/hongwang600/DocRed Abstract 在本文中,我们进一步应用预先训练的语言 ...
分类:
其他好文 时间:
2021-02-10 13:32:54
阅读次数:
0
Jenkins 部署项目出现 Failed to connect to repository : Command "git ls-remote XXX 表示为,Jerkins无法连接到你输入的Repository URL的 Git仓库…… 怎么办呢? 试了很多方法: 1、在git仓库里面配置公钥、在 ...
分类:
其他好文 时间:
2021-02-08 12:50:48
阅读次数:
0