到~/.gradle/目录下创建一个 init.gradle 文件,把下面这些复制进去就 ok 了allprojects{repositories {def ALIYUN_REPOSITORY_URL = 'http://maven.aliyun.com/nexus/content/groups/p ...
分类:
其他好文 时间:
2020-06-18 01:40:58
阅读次数:
140
<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
网址:https://help.aliyun.com/document_detail/121898.html?spm=a2c4g.11186623.6.559.c58f2430eBmuaf 可直接使用 <template> <div> <div id="__nc" style="margin-lef ...
分类:
其他好文 时间:
2020-06-17 11:12:53
阅读次数:
206
一、下载CentOS7的镜像文件ISO CentOS官方镜像站点列表地址: https://www.centos.org/download/mirrors/ 中国境内CentOS镜像下载地址: 阿里: http://mirrors.aliyun.com/centos/ 清华: https://mir ...
分类:
系统相关 时间:
2020-06-16 18:37:19
阅读次数:
70
因某些环境,不能联外网,或者在线安装时下载docker安装包非常慢,所以使用docker yum源方法行不通,于是使用离线安装。 安装步骤: 第1步,下载docker-ce相关安装包 (1) 下载国内镜像源docker-ce.repo文件,下载地址:http://mirrors.aliyun.com ...
分类:
其他好文 时间:
2020-06-15 20:36:18
阅读次数:
99
lamp简介 lamp,是由Linux+Apache+Mysql/MariaDB+Php/Perl/Python的一组动态网站或者服务器的开源软件,除Linux外其它各部件本身都是各自独立的程序,但是因为经常被放在一起使用,拥有了越来越高的兼容度,共同组成了一个强大的Web应用程序平台。 LAMP指 ...
分类:
其他好文 时间:
2020-06-14 22:07:10
阅读次数:
66
软件架构 基于spring-boot2.1.9.RELEASE、阿里云aliyun-sdk-oss3.7.0 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</ar ...
分类:
其他好文 时间:
2020-06-14 21:01:33
阅读次数:
77
jdk-11.0.7_linux-x64_bin.tar.gz https://code.aliyun.com/kar/oracle-jdk/raw/3c932f02aa11e79dc39e4a68f5b0483ec1d32abe/jdk-11.0.7_linux-x64_bin.tar.gz jd ...
分类:
其他好文 时间:
2020-06-14 14:48:55
阅读次数:
712
国内源: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:https://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:ht ...
分类:
编程语言 时间:
2020-06-14 12:50:09
阅读次数:
212
阿里云镜像地址,下载速度更快更稳定,亲测有效哈~ ubuntu 14.04:http://mirrors.aliyun.com/ubuntu-releases/14.04/ ubuntu 16.04:http://mirrors.aliyun.com/ubuntu-releases/16.04/ub ...
分类:
系统相关 时间:
2020-06-13 13:17:03
阅读次数:
87