码迷,mamicode.com
首页 >  
搜索关键字:aliyun    ( 2711个结果
Centos7更改yum源和epel源到阿里云
备份原来的yum源mv/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.backup设置yum源为阿里云wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.repo添加epel源wget-P/etc/yum.r
分类:其他好文   时间:2018-01-09 22:08:52    阅读次数:153
Docker镜像加速==》阿里云加速器
1、使用阿里云加速器加快获取docker官方的镜像 步骤一:如果没有阿里云账号,需要注册阿里云开发账号 https://dev.aliyun.com/ 步骤二:进入加速器页面获取加速信息 https://cr.console.aliyun.com/#/accelerator ...
分类:其他好文   时间:2018-01-06 22:15:51    阅读次数:413
maven配置阿里镜像仓库
<mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> < ...
分类:其他好文   时间:2018-01-04 00:15:40    阅读次数:182
容器镜像国内下载加速----借助阿里
转载自: https://www.cnblogs.com/atuotuo/p/6264800.html 整理归纳: 配置阿里云加速器 1.登录阿里开发平台:https://dev.aliyun.com/search.html 2.点击“创建我的容器镜像” 3. 借助淘宝账号或者新注册的账号登录 4. ...
分类:其他好文   时间:2018-01-03 16:06:26    阅读次数:114
h5 移动端 常见 重要问题记录
1 点透事件的解决 https://www.cnblogs.com/zldream1106/p/3670988.html 2 虚拟键盘弹出对布局的影响 https://yq.aliyun.com/ziliao/4417 3 h5内打开app http://www.cnblogs.com/zqzjs/ ...
分类:移动开发   时间:2018-01-02 11:42:14    阅读次数:225
Scrapy 模拟登陆知乎--抓取热点话题
工具准备 在开始之前,请确保 scrpay 正确安装,手头有一款简洁而强大的浏览器, 若是你有使用 postman 那就更好了。 Python 1 scrapy genspider zhihu Python Python 1 scrapy genspider zhihu 1 1 scrapy gen ...
分类:其他好文   时间:2018-01-02 11:26:51    阅读次数:189
centos 6.5 配置阿里云yum镜像
配置国内镜像目的是为了加速软件下载安装速度,参考链接:http://mirrors.aliyun.com/help/centos 备份。养成文件操作前备份的习惯 下载新的镜像配置 使用新的配置 同步频率为每天一次,每天凌晨2:00-4:00为镜像的同步时间 ...
分类:其他好文   时间:2018-01-01 23:36:28    阅读次数:212
linux 部署网校系统
基础环境 安装epel源 [root@aliyun ~]# yum -y install epel-release 停用防火墙 [root@aliyun ~]# systemctl stop firewalld[root@aliyun ~]# systemctl disable firewalld ...
分类:系统相关   时间:2018-01-01 19:30:43    阅读次数:243
如何将阿里云mysql RDS备份文件恢复到自建数据库
参考地址:https://help.aliyun.com/knowledge_detail/41817.html PS:目前恢复只支持 Linux 下进行。Linux下恢复的数据文件,无论 Windows、Linux 操作系统,MySQL 都可以正常使用 1、概述和软件说明 1.1 概述 RDS M ...
分类:数据库   时间:2017-12-31 16:44:50    阅读次数:220
国内比较快的maven中央仓库
打开maven/conf/settings.xml更改配置文件,将默认的(注释)仓库换成如下: 参考链接:https://yq.aliyun.com/articles/255523 ...
分类:其他好文   时间:2017-12-29 22:36:53    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!