后台设置站点为https提示重复重定向,访问前台页面资源文件无法加载,只需要在config里面设置这几行代码即可
Gradle 使用阿里云镜像源
发表于
分类于
Android
设置阿里云镜像源,提高gradle下载依赖速度
yarn 国内加速镜像源
发表于
分类于
Front
1 | npm install -g yarn --registry=https://registry.npm.taobao.org |
Gradle 设置全局代理
发表于
分类于
Android
以下配置使用Mac上shadowsocks默认设置:
1 | org.gradle.jvmargs=-DsocksProxyHost=127.0.0.1 -DsocksProxyPort=1086 -DsocksNonProxyHosts=*.aliyun.com #socks5设置 |
Homebrew国内安装脚本
发表于
分类于
Mac
1 | /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" |