翻墙

最新Android SDK r23

浪子不回头ぞ 提交于 2019-12-26 19:38:44
很奇怪 http://developer.android.com/ 不能访问,而ADT下载却能下载,而且速度嗖嗖的。绕了好大一圈终于找到,利用bing的网页翻译也是办法一种吧。呵呵 http://dl.google.com/android/adt/adt-bundle-windows-x86-20140624.zip http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140624.zip http://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140624.zip http://dl.google.com/android/adt/adt-bundle-linux-x86-20140624.zip http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140624.zip http://dl.google.com/android/android-sdk_r23-windows.zip http://dl.google.com/android/installer_r23-windows.exe http://dl.google.com/android/android-sdk_r23-macosx

Windows 下自动化更新 hosts

社会主义新天地 提交于 2019-12-09 11:11:54
鉴于国内的网络环境,有时候,我们需要修改 hosts 文件来实现访问国外著名网站的目的。本文介绍了在 Windows 下自动化更新 hosts 方法。 <!-- more --> hosts 简介 有关 hosts 的作用和修改 hosts 文件实现 hosts 源 hosts 源是指包含可用 Google 、YouTube、Google+、Facebook、Twitter、维基百科、App Store、Dropbox 等著名网站 IP 的 hosts 文件。有些网站专门会定期更新此类 hosts 源,比如: https://github.com/racaljk/hosts 环境 Windows 7 : 64 位 cURL : 版本 7.33 安装 cURL 下载 cURL 本例版本为: http://curl.haxx.se/download/curl-7.33.0-win64-ssl-sspi.zip 安装 cURL 解压下载包,将包内的 curl.exe 放到 C:\Windows\System32 目录。 验证 命令行下,执行 curl -V 看到版本号,则说明安装成功 制作批处理文件 新建一个 .bat 文件, 复制下面的内容到该文件 curl -k -o hosts https://raw.githubusercontent.com/racaljk/hosts