1.常用源 中科大docker源:https://mirrors.ustc.edu.cn/docker-ce/ 使用参考文档:http://mirrors.ustc.edu.cn/help/docker-ce.html 2.阿里云 阿里云docker首页 https://dev.aliyun.com ...
分类:
其他好文 时间:
2018-05-06 20:10:22
阅读次数:
548
1.打开idea中自带的maven插件或者自己安装的maven,将存放配置参数的conf文件夹找到,并编辑settings.xml 配置文件。 2.找到 mirror 标签,修改为以下信息: <mirror> <id>alimaven</id> <name>aliyun maven</name> < ...
分类:
其他好文 时间:
2018-05-06 18:56:15
阅读次数:
422
阿里大鱼最新下载地址:阿里大鱼SDK下载 或者从官网进行下载:阿里大鱼SDK官网下载 下载完成后,将压缩包内的api_sdk文件夹放到ThinkPHP\Library\Vendor目录下,修改文件名为Aliyun,若修改为其他名称,请修改命名空间! 阿里大鱼申请步骤就不说了!开始接入吧~ 设置阿里大 ...
分类:
Web程序 时间:
2018-05-05 11:14:40
阅读次数:
368
使用阿里云的国内镜像仓库地址,就可以快速的下载需要的文件 修改项目根目录下的文件 build.gradle : buildscript { repositories { maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/' ...
分类:
移动开发 时间:
2018-05-04 17:01:30
阅读次数:
1674
安装教程参考: https://docs.docker.com/install/linux/docker-ce/centos/#install-docker-ce-1 https://yq.aliyun.com/articles/110806?spm=a2c4e.11153959.blogcont2 ...
分类:
其他好文 时间:
2018-05-04 15:21:45
阅读次数:
1126
环境说明 server:3台虚拟机,挂载卷/dev/vdb 10G 系统:centos7.2 ceph版本:luminous repo: 公网-http://download.ceph.com,http://mirrors.aliyun.com 内网-自建mirrors 架构说明 node1:adm ...
分类:
其他好文 时间:
2018-05-04 14:09:09
阅读次数:
298
来源于《有效的单元测试》系列文章3.2 测试替身的类型:https://yq.aliyun.com/articles/118921 3.2 测试替身的类型 你见过了使用测试替身的各种原因,我们也暗示了有多种测试替身可供选择。我们来仔细看看那些类型吧。图3.3展示了这把大伞下的四种对象。 既然我们已经 ...
分类:
其他好文 时间:
2018-05-03 01:06:01
阅读次数:
172
安装LR11 时,安装Microsoft Visual c++2005 sp1运行时组件,就会提示命令行选项语法错误,键入“命令/?”可获取帮肋信息1、进入loadrunner-11\Additional Components\IDE Add-Ins\MS Visual Studio .NET 2、 ...
分类:
其他好文 时间:
2018-04-30 19:45:19
阅读次数:
192
1、配置163或者阿里云yum源: 阿里云yum源地址:https://mirrors.aliyun.com/centos/6.9/os/x86_64/Packages/ 阿里云给出的解决办法:https://mirrors.aliyun.com/centos 点击centos后面的帮助即可看到: ...
分类:
系统相关 时间:
2018-04-30 16:45:20
阅读次数:
318
1 #!/usr/bin/env python 2 #-*- coding:utf-8 -*- 3 ############################ 4 #File Name: hanoi.py 5 #Author: frank 6 #Mail: frank0903@aliyun.com 7... ...
分类:
编程语言 时间:
2018-04-30 13:32:34
阅读次数:
245