win10常用开发配置

2021-06-17 12:06

阅读:506

标签:oca   reg   ati   开发   pac   bsp   yarn   str   5.4   

yarn

yarn config get registry   # 查看当前设置的镜像源地址

yarn config set registry https://registry.npm.taobao.org

 

python

1.Ctrl+R 输入 %APPDATA%

2.新建pip目录,并在pip目录下新建pip.ini

3.在pip.ini中输入:

[global] 
index-url = http://mirrors.aliyun.com/pypi/simple/ 
[install] 
trusted-host=mirrors.aliyun.com

 

maven

配置本地macen的setting.xml文件

D:\Applications\apache-maven-3.5.4\maven-repository
nexus-aliyunNexus aliyunhttp://maven.aliyun.com/nexus/content/groups/public/central

win10常用开发配置

标签:oca   reg   ati   开发   pac   bsp   yarn   str   5.4   

原文地址:https://www.cnblogs.com/chenzhaoyu/p/10329170.html


评论


亲,登录后才可以留言!