码迷,mamicode.com
首页 >  
搜索关键字:aliyun    ( 2711个结果
1.pip换源
pip安装源 介绍 永久配置安装源 Windows MacOS、Linux 配置文件内容 ...
分类:其他好文   时间:2020-03-17 19:06:33    阅读次数:53
ubuntu安装阿里云镜像地址
Ubuntu安装阿里云镜像地址 cd /etc/apt 这个目录下的sources.list文件 vim /etc/apt/sources.list 使用dd全部删除,然后添加阿里云的镜像地址 deb http://mirrors.aliyun.com/ubuntu/ bionic main res ...
分类:系统相关   时间:2020-03-17 14:11:27    阅读次数:386
Ubuntu18.04.4 TLS Server版本系统安装 and Ubuntu 18.04.4 Desktop版本安装
Ubuntu18.04.4 TLS Server版本系统下载路径 http://mirrors.aliyun.com/ubuntu-releases/18.04/ 一、Ubuntu18.04 安装配置过程 1.安装过程略过2.启动VMware3.第一次用虚拟机,需要将下载好的镜像配置好,选择“创建新 ...
分类:系统相关   时间:2020-03-16 15:13:15    阅读次数:127
支付宝小程序云开发---云函数的使用
支付宝小程序云开发 云函数的使用 博客说明 文章所涉及的资料来自互联网整理和个人总结,意在于个人学习和经验汇总,如有什么地方侵权,请联系本人删除,谢谢! 一、开通云函数就不用多说了吧 这个地址 "https://www.aliyun.com/product/miniappdev" 二、定义云函数 当 ...
分类:微信   时间:2020-03-16 15:11:40    阅读次数:246
pom阿里加速镜像地址
<repositories> <repository> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> </repository>< ...
分类:其他好文   时间:2020-03-16 12:53:26    阅读次数:69
更换(Pypi)pip源到国内镜像
[toc] pip国内的一些镜像 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ ...
分类:其他好文   时间:2020-03-15 18:45:20    阅读次数:83
CentOS-7安装python虚拟环境
1. 安装虚拟环境模块 pip3 install virtualenv -i https://mirrors.aliyun.com/pypi/simple/ 2. 安装virtualenvwrapper 工具管理虚拟环境 pip3 install virtualenvwrapper -i https ...
分类:编程语言   时间:2020-03-15 16:20:45    阅读次数:72
centos 7 安装nodejs MongoDB Redis
1,安装centos 7 ,并调通网络(省略) 2, 更换源成阿里云 curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 更换epel yum install wget wget ...
分类:数据库   时间:2020-03-15 11:35:46    阅读次数:62
centos 8 安装zabbix4.5
1安装mariadb数据库1.配置阿里云源参考链接:https://developer.aliyun.com/mirror2.使用阿里云源安装mariadbdbf-yinstallmariadb-servermariadb-client1.1.1使用systemctl进行mariadb服务管理systemctlstartmariadb#启动MariaDBsystemctlstopmariadb#停
分类:其他好文   时间:2020-03-14 10:40:34    阅读次数:1031
阿里docker容器镜像拉取
登录阿里平台:https://cr.console.aliyun.com/,在镜像中心的镜像加速器中按照提示操作。 在镜像搜索中搜寻想要的镜像 选择想要的镜像后复制公网地址,再执行指令docker pull 复制地址即可 ...
分类:其他好文   时间:2020-03-13 11:26:11    阅读次数:80
2711条   上一页 1 ... 43 44 45 46 47 ... 272 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!