码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
jenkins 更新插件使用代理
方法一: 管理插件页面配置如下: 这个 URL 改成http://mirror.xmission.com/jenkins/updates/update-center.json 或https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-c ...
分类:其他好文   时间:2019-12-18 16:25:04    阅读次数:601
docker修改国内源
环境:centos7,docker18.03修改或新增文件vi/etc/docker/daemon.json{"registry-mirrors":["https://kfwkfulq.mirror.aliyuncs.com","https://2lqq34jg.mirror.aliyuncs.com","https://pee
分类:其他好文   时间:2019-12-17 18:31:38    阅读次数:111
docker修改国内源
环境:centos7,docker18.03修改或新增文件vi/etc/docker/daemon.json{"registry-mirrors":["https://kfwkfulq.mirror.aliyuncs.com","https://2lqq34jg.mirror.aliyuncs.com","https://pee
分类:其他好文   时间:2019-12-17 18:24:20    阅读次数:91
Windows安装MSYS2_切换zsh_整合cmder
MSYS2是什么 MSYS2 (Minimal SYStem 2) 是一个MSYS的独立改写版本,主要用于 shell 命令行开发环境。同时它也是一个在Cygwin (POSIX 兼容性层) 和 MinGW-w64(从"MinGW-生成")基础上产生的,追求更好的互操作性的 Windows 软件。 ...
分类:Windows程序   时间:2019-12-17 18:03:32    阅读次数:570
手机投屏
手机投屏 测试工程师为什么需要 蛮久之前有朋友找过我,问我有没有好的方法给手机录屏,截屏。仅限于安卓机,当时没有这么多花里胡哨而且实用的工具,在当年当仁不让的就是用adb了。 为什么需要录屏的工具呢,从测试的角度来讲,case需要见名知意,bug的标题也是如此。但是不是所有人都能精简的相当明了的。而 ...
分类:移动开发   时间:2019-12-16 11:41:31    阅读次数:120
git push 详细手册
git-push(1)手册页 目录位置:git安装位置/Git/mingw64/share/doc/git-doc/git-push.html 谷歌翻译了一下 名称 git-push-更新远程引用以及相关对象 概要 git push [--all | --mirror | --tags] [--fo ...
分类:其他好文   时间:2019-12-16 11:36:33    阅读次数:114
软件磁盘阵列
(整理自《鸟哥的Linux私房菜》基础篇) 软件磁盘阵列 RAID 可以透过一个技术(软件或硬件),将多个较小的磁盘整合成为一个较大的磁盘装置。 1 raid级别 § RAID-0 (等量模式, stripe):效能最佳 § RAID-1 (映像模式, mirror):完整备份 RAID-1 最大的 ...
分类:其他好文   时间:2019-12-15 18:03:14    阅读次数:100
python -m pip install --upgrade pip升级失败
python -m pip install --upgrade pip升级失败 解决: 采用国内源: python -m pip install --upgrade pip -i https://pypi.douban.com/simple python -m pip install --upgra ...
分类:编程语言   时间:2019-12-14 22:55:19    阅读次数:383
macos catalina安装python3
之前跟着教程用brow安装了python3,后来发现电脑上有三个版本的python,头大。于是用brew uninstall --force python3卸掉了python3看到现在有两个版本安装python3的pip3curl https://bootstrap.pypa.io/get-pip.... ...
分类:编程语言   时间:2019-12-14 22:44:00    阅读次数:843
Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
docker pull nginx 遇到这个问题 Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Cl ...
分类:Web程序   时间:2019-12-14 19:34:54    阅读次数:107
2345条   上一页 1 ... 42 43 44 45 46 ... 235 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!