Skip to content

Instantly share code, notes, and snippets.

@beilly
Created April 23, 2019 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beilly/128e895ca259ca1b146556a86d3bf861 to your computer and use it in GitHub Desktop.
Save beilly/128e895ca259ca1b146556a86d3bf861 to your computer and use it in GitHub Desktop.
开发工具收集

python 代理

pip install -i https://mirrors.huaweicloud.com/repository/pypi/simple (selenium/-r requirements.txt)

通用代理host

Android 可以使用 https://github.com/x-falcon/Virtual-Hosts/releases 实现免代理、免root(VPN方式)本地hosts

http://172.16.0.245:2345/shibl/host/raw/master/hosts-t1-t2-t3-pre

gradle、maven代理

名称 代理源地址 使用地址
jcenter http://jcenter.bintray.com/ https://maven.aliyun.com/repository/jcenter
google https://maven.google.com/ https://maven.aliyun.com/repository/google
jitpack https://jitpack.io http://172.17.16.112:8081/nexus/content/repositories/jitpack/
App开发部私服 - http://172.17.16.112:8081/nexus/content/repositories/releases/
  • gradle 使用方式:
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'http://172.17.16.112:8081/nexus/content/repositories/releases/' }

Hosts

推荐使用跨平台Hosts快速切换工具 SwitchHosts

  • 通用hosts:http://172.16.0.245:2345/shibl/host/raw/master/common
  • hosts-t1-t2-t3-pre:http://172.16.0.245:2345/shibl/host/raw/master/hosts-t1-t2-t3-pre

VNCViewer

开源跨平台的VNCViewer tightvnc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment