debain10 修改apt源为aliyun mv /etc/apt/sources.list /etc/apt/sources.list.bak && vi /etc/apt/sources.list deb https://mirrors.aliyun.com/debian/ buster ma ...
分类:
其他好文 时间:
2021-02-09 12:34:02
阅读次数:
0
<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mi ...
分类:
其他好文 时间:
2021-02-09 12:03:35
阅读次数:
0
音频判断:librosa和 matplotlib Librosa是音频识别的包 matplotlib是音频转图片可视化的包 命令下载: pip install librosa -i https://mirrors.ustc.edu.cn/pypi/web/simple pip install mat ...
分类:
其他好文 时间:
2021-02-08 12:45:04
阅读次数:
0
下载war包 http://mirrors.jenkins.io/war-stable/latest/ 上传到服务器 开启服务 [root@localhost jenkins]# java -jar jenkins.war Running from: /opt/jenkins/jenkins.war ...
分类:
其他好文 时间:
2021-02-08 12:28:14
阅读次数:
0
1. 下载 Maven 最新版本 wget https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz tar zxvf apache-maven-3.6 ...
分类:
系统相关 时间:
2021-02-08 12:27:32
阅读次数:
0
安装maven必须要有java环境,如果没有安装java环境,请按照博文安装java环境! 一、安装 官网:http://maven.apache.org/download.cgi $ wget https://mirrors.tuna.tsinghua.edu.cn/apache/maven/ma ...
分类:
其他好文 时间:
2021-02-08 12:26:55
阅读次数:
0
命令: composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/ 阿里云目前已经正式上线PHP Composer全量镜像,所有PHP开发者都可以通过我们的开发者社区 developer.aliyun ...
分类:
其他好文 时间:
2021-02-04 11:53:25
阅读次数:
0
环境说明 系统:Centos7 版本:CentOS-7-x86_64-Minimal-1908 ISO下载链接:http://mirrors.aliyun.com/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1908.iso Centos7源中包含以下版 ...
分类:
其他好文 时间:
2021-02-03 11:00:30
阅读次数:
0
一、下载源地址修改,用国内镜像站点: 国内源: 新版ubuntu要求使用https源,要注意。 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https:// ...
分类:
其他好文 时间:
2021-01-29 11:56:43
阅读次数:
0
1、下载anacona的python3.7版本,这里下载使用北外的镜像下载,速度巨快!!!https://mirrors.bfsu.edu.cn/anaconda/archive/ 2、换源,让你随后的安装飞起来 打开Anaconda Prompt 键入 conda config --set sho ...