码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
[Flask] 安装virtualenv时候出现的问题
1.HTTPError: 404 Client Error: Not Found for url: ...的错误 ubuntu@VM-0-6-ubuntu:~/myprojects$ virtualenv venv Running virtualenv with interpreter /usr/b ...
分类:其他好文   时间:2019-10-16 00:49:27    阅读次数:126
WebRTC学习-如何着手学习WebRTC开发
文章链接:http://www.sohu.com/a/146536246_458408 WebRTC中文社区-国内镜像:https://webrtc.org.cn/mirror/#windows%E2%80%8B__compile ...
分类:Web程序   时间:2019-10-15 13:30:44    阅读次数:100
python库安装方法和包方法导入
1.在线安装(1)打开cmd,pip install 模块名(2)国内源安装 pip install 国内源地址 模块名(3)file-setting-项目-->project interpreter-->+-->搜索安装模块 (Manage Repositories下载地址,可以添加国内源地址) ...
分类:编程语言   时间:2019-10-14 10:53:53    阅读次数:96
Docker私有仓库
拉取私有仓库镜像执行命令:dockerpullregistry如果提示:errorpullingimageconfiguration:Gethttps://dseasb33srnrn.cloudfront.net/解决方法:systemctlstopdockerecho"DOCKER_OPTS=\"\$DOCKER_OPTS--registry-mirror=http://f2d6cb40.m.d
分类:其他好文   时间:2019-10-14 09:11:18    阅读次数:77
IDEA新建Web项目时maven下载慢
在maven的配置文件中设置国内的镜像,此处推荐阿里的。如下 <mirrors> <!-- mirror | Specifies a repository mirror site to use instead of a given repository. The repository that | ...
分类:Web程序   时间:2019-10-13 20:44:56    阅读次数:200
ceph
引出 初衷是自己搭建一套ceph的实验集群,按照官方的quick start,按理说应该是分分钟的事,因为GFW的原因,搞得忙活了一上午,再加上心情烦躁,中间出现了各种差错,这里记录一下。 系统预检并安装ceph-deploy 准备集群系统,网络设置,SSH无密码登录等设置略过,详细参考PREFLI ...
分类:其他好文   时间:2019-10-13 15:33:36    阅读次数:86
centos7安装maven
一、软件下载 进行安装目录:cd /data (如果目录不存在,请先创建目录) 下载二进制包:wget http://mirror.bit.edu.cn/apache/maven/maven-3/3.6.2/binaries/apache-maven-3.6.2-bin.tar.gz (wget命令 ...
分类:其他好文   时间:2019-10-13 12:41:54    阅读次数:66
maven管理工具配置
1.登录maven.apache.org,下载maven.,选择apache-maven-3.6.2-bin.zip,并解压到所需目录。 2.进行环境配置,计算机右击--属性 高级系统配置 环境变量--系统变量选择新建 3.配置path,在后面追加%MAVEN-HOME%\bin,有时需要在前面加; ...
分类:其他好文   时间:2019-10-13 00:38:52    阅读次数:100
js往标签下插入标签的方法
js="document.getElementsByClassName('CodeMirror-line')[0].innerHTML = 'xxxxxx'"dr.execute_script(js) 原来 插入后 xxxx 也可以换成其他一连串标签 ...
分类:Web程序   时间:2019-10-11 23:43:28    阅读次数:142
Latex+WinEdit安装配置教程
首先推荐几个在线Latex工具 在线编辑预览Latex文档:www.overleaf.com 在线公式编辑:https://www.mathcha.io/editor 然后是Latex安装相关 总览https://liam.page/texlive/ 安装流程https://zhuanlan.zhi ...
分类:Windows程序   时间:2019-10-11 12:18:53    阅读次数:873
2345条   上一页 1 ... 52 53 54 55 56 ... 235 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!