下载 https://www.sonatype.com/download-oss-sonatype TIPS: 推荐使用迅雷下载,用浏览器下载可能会失败。 安装 安装JDK 安装JDK的过程就不在这里缀述了。 解压下载的 Nexus Repository OSS tar -zxvf latest-u ...
分类:
系统相关 时间:
2020-07-01 22:02:32
阅读次数:
100
apply plugin: 'com.android.application' buildscript { repositories { maven{ url'http://maven.aliyun.com/nexus/content/groups/public/' } maven{ url'htt ...
分类:
移动开发 时间:
2020-07-01 12:50:02
阅读次数:
77
Ubuntu安装,卸载软件命令 1.使用apt命令 sudo apt update #同步源 sudo apt list --upgradeable #列出可升级的安装包 sudo apt upgrade #升级软件 sudo apt full-upgrade 升级软件包并卸载当前软件包,作为系统升 ...
分类:
系统相关 时间:
2020-06-30 22:49:00
阅读次数:
81
网络文件共享部署 1. 安装 epel 库 yum upgrade -y yum -y install epel-release 2. 配置防火墙 firewall-cmd --add-service=nfs --permanent --zone=public firewall-cmd --add- ...
分类:
其他好文 时间:
2020-06-30 12:39:16
阅读次数:
46
1.登录nexus 默认用户名和密码 admin admin123 2.点击上图配置图标 3.点击blob Stores 4.点击 create blob store 填写name 点击创建存储空间 5.创建仓库 hosted(私有仓库):用于发布个人开发的npm组件proxy(代理仓库):可以代理 ...
分类:
其他好文 时间:
2020-06-30 10:34:21
阅读次数:
115
在登录自有npm库的时候发现输入正确的账号密码,依然会报错 Unable to authenticate, need: BASIC realm="Sonatype Nexus Repository Manager" 在尝试网上提供方法后没有得到解决, 然后尝试输入一个错误的密码,发现得到的结果相同, ...
分类:
其他好文 时间:
2020-06-29 11:43:57
阅读次数:
549
添加如下配置到对应的pom.xml文件里<repositories> <repository> <id>nexus-snapshots</id> <url>http:/ipaddr:8081/nexus/content/repositories/snapshots</url> <snapshots> ...
分类:
其他好文 时间:
2020-06-29 11:28:58
阅读次数:
174
问题描述 安装服务端 Tiller helm init --upgrade --tiller-image registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.14.3 --stable-repo-url https://kube ...
分类:
Web程序 时间:
2020-06-29 09:24:36
阅读次数:
119
一. HTTP常见请求头 1. Host (主机和端口号) 2. Connection (连接类型) 3.Upgrade-Insecure-Requests (升级为HTTPS请求) 4. User-Agent (浏览器名称) 5. Accept (传输文件类型) 6.Referer (页面跳转处) ...
分类:
Web程序 时间:
2020-06-28 18:57:30
阅读次数:
98
昨晚在安装第三方库openpyxl时,执行pip install openpyxl后,报错:You are using pip version 19.0.3, however version 20.2b1 is available. You should consider upgrading via ...
分类:
编程语言 时间:
2020-06-26 14:22:22
阅读次数:
92