码迷,mamicode.com
首页 >  
搜索关键字:registry    ( 2386个结果
nodejs
常用的命令: npm config set prefix "node-global路径" npm config set cache "node-cache路径" npm config set registry http://registry.npm.taobao.org/ npm config ls ...
分类:Web程序   时间:2021-02-23 14:25:07    阅读次数:0
windows服务
windows服务 unit untserverinfo; interface uses Windows, Messages, SysUtils, Classes, Forms, WinSvc, SvcMgr, System.Win.Registry; function ServiceGetStat ...
分类:Windows程序   时间:2021-02-20 11:57:25    阅读次数:0
Pod的数据持久化1 hostPath 和emptyDir
Pod数据持久化 k8s中的volume提供了在容器中挂载外部存储的能力,Pod需要设置卷来源(spec.volume)和挂载点(spec.containers.volumeMounts)这两个信息后 才可以使用相应的volume 官方对volume的介绍: Docker 也有 Volume 的概念 ...
分类:其他好文   时间:2021-02-18 13:30:42    阅读次数:0
react项目:
1 命令: https://www.cnblogs.com/mmit/p/12639011.html npm i cnpm -g --registry=https://registry.npm.taobao.org cnpm install -g create-react-app create-re ...
分类:其他好文   时间:2021-02-17 14:10:02    阅读次数:0
Node JS 修改系统默认下载地址
1:Node 安装在D:\Program Files\nodejs, 想把node_global"及"node_cache"也挪至这个文件夹里 D:\Program Files\nodejs\node_cache,D:\Program Files\nodejs\node_global 输入以下两个命 ...
分类:Web程序   时间:2021-02-08 11:58:30    阅读次数:0
Cargo 依赖下载慢、设置镜像
在用户目录.cargo目录新建config文件,把以下配置复制到文件中 [source.crates-io] registry = "https://github.com/rust-lang/crates.io-index" replace-with = 'ustc' [source.ustc] # ...
分类:其他好文   时间:2021-02-01 11:41:55    阅读次数:0
ubuntu18.04 docker配置国内镜像源
# 编辑daemon.json文件,文件不存在则新建 sudo vim /etc/docker/daemon.json # 在daemon.json文件中配置网易云地址 # 阿里云需要注册云账户 # 中科大速度较慢,且部分docker镜像会安装失败 # 七牛的速度也较慢 # 综上:选择网易云镜像地址 ...
分类:系统相关   时间:2021-02-01 11:39:26    阅读次数:0
docker 启动空容器
FROM registry.cn-hangzhou.aliyuncs.com/xxxxxx/dotnet/aspnet:5.0 WORKDIR /app COPY ./xxxxxx . ENV ASPNETCORE_ENVIRONMENT QA EXPOSE 30015 ENV TZ=Asia/Sh ...
分类:其他好文   时间:2021-01-28 12:08:06    阅读次数:0
yarn包启动react项目
yarn安装: 在指定包下 npm intsall -g yarn yarn config set registry https://registry.npm.taobao.org -gyarn config set sass_binary_site http://cdn.npm.taobao.or ...
分类:其他好文   时间:2021-01-28 11:42:31    阅读次数:0
Docker更换国内镜像源
1、修改/etc/docker/daemon.json配置文件 sudo /etc/docker/daemon.json 2、修改daemon.json文件的内容 { "registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"] } syste ...
分类:其他好文   时间:2021-01-27 13:12:05    阅读次数:0
2386条   上一页 1 ... 4 5 6 7 8 ... 239 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!