zoukankan      html  css  js  c++  java
  • 突破XXX,冲上Google+

    那个 咳~ 不多说了

    把下列代码拷贝到记事本,修改记事本的后缀名.txt 成 .bat。

    双击这个bat文件就OK啦。


    代码不是我写的,从一个朋友那边获得了,他也忘记原作者了,如果知道原作者的欢迎拍砖,这部分作为bat的编写使用练习的范本吧。


    @echo off
    REM 准备工作,先清一下DNS缓存,再备份hosts
    ipconfig /flushdns
    cls
    
    REM 测试时有的朋友会不耐烦的点掉,咱提示一下:
    echo Google+ hosts自动修改脚本
    echo 请稍等一下,正在通过网络获取可用IP
    
    REM 然后ping www.google.cn和www.google.com以获取最新的IP,赋值%CNIP%和%COMIP%
    REM ping ditu.google.cn获取最新的IP,赋值%MAPIP%
    
    for /f "tokens=2 delims=[]" %%i in ('ping www.g.cn') do set CNIP=%%i
    for /f "tokens=2 delims=[]" %%i in ('ping www.l.google.com') do set COMIP=%%i
    for /f "tokens=2 delims=[]" %%i in ('ping ditu.google.cn') do set MAPIP=%%i
    
    REM 找到之前改过的行,删掉,很stupid的方法...
    if exist %windir%\System32\drivers\etc\hosts3 del %windir%\System32\drivers\etc\hosts3
    type %windir%\System32\drivers\etc\hosts|find "#THISISNOTE" /i /v|find "#Google Plus" /i /v|findstr "." >>%windir%\System32\drivers\etc\hosts2
    ren %windir%\System32\drivers\etc\hosts hosts3
    ren %windir%\System32\drivers\etc\hosts2 hosts
    del %windir%\System32\drivers\etc\hosts3
    
    
    REM 为了美观和避免直接在文件末尾添加的惨剧,咱空一行
    echo.  >>%windir%\System32\drivers\etc\hosts
    echo #Google Plus >>%windir%\System32\drivers\etc\hosts
    
    REM 把获取到的%CNIP%和%COMIP%给写进去,为了方便以后可以删除,加了一个#THISISNOTE 的注释,我实在是想不出怎么做了,望见谅
    echo %CNIP% plus.google.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %CNIP% talkgadget.google.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %COMIP% picasaweb.google.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %COMIP% lh1.ggpht.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %COMIP% lh2.ggpht.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %COMIP% lh3.ggpht.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %COMIP% lh4.ggpht.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %COMIP% lh5.ggpht.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %COMIP% lh6.ggpht.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% lh6.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% lh5.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% lh4.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% lh3.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% lh2.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% lh1.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %CNIP% plus.google.com.hk  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %CNIP% s2.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %CNIP% s1.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %CNIP% images1-focus-opensocial.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %CNIP% images2-focus-opensocial.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %CNIP% images3-focus-opensocial.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %CNIP% images4-focus-opensocial.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %CNIP% images5-focus-opensocial.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %CNIP% images6-focus-opensocial.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %CNIP% images-pos-opensocial.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %CNIP% maps-api-ssl.google.com #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %CNIP% www.google.com.hk  #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% www.google.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% webcache.googleusercontent.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %CNIP% mail.google.com #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% www.googlelabs.com #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% docs.google.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% plus.google.com #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% profiles.google.com #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% services.google.com #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% clients4.google.com #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% clients2.google.com #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% chrome.google.com #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    echo %CNIP% tools.google.com #THISISNOTE >>%windir%\System32\drivers\etc\hosts 
    
    REM 把获取到的%MAPIP%
    echo %MAPIP% maps.google.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts
    echo %MAPIP% ditu.google.com  #THISISNOTE >>%windir%\System32\drivers\etc\hosts  
    
    REM ok,搞定
    echo 您的hosts编辑完成.
    REM 按任意键继续的功能千万别有,别人会问你按任意键是神马...
    Pause


  • 相关阅读:
    Oracle-11g ASM Fast Mirror Resync特性
    Oracle
    Oracle-19C中的DML重定向(DML Redirection)
    Oracle-重建oraInventory仓库
    Oracle-输出存储在ASM中当前数据库客户端未打开的文件列表
    Oracle-19c特性之刷新数据库缓存中的密码文件信息
    Oracle-DG环境进行failover故障演练
    Oracle-switchover转换DG角色
    论衡中校长郗会锁儿子高考移民西藏事件反映出的诸多问题
    退役后记:春夏篇
  • 原文地址:https://www.cnblogs.com/Liangw/p/2559932.html
Copyright © 2011-2022 走看看