zoukankan      html  css  js  c++  java
  • Chrome同步最新host文件IP列表

    使用Chrome的童靴是不是很多都碰到同步问题呢?网上查来查去的都是给些host文件的修改,可是都是几年前的东西,地址都不对了,想想还是自己找到需要解析的域名的IP地址吧

    步骤:

    1.DNS设置为8.8.8.8

    2.cmd内粘贴一下内容

    ping docs.google.com

    ping docs0.google.com

    ping docs1.google.com

    ping docs2.google.com

    ping docs3.google.com

    ping spreadsheets.google.com

    ping spreadsheets0.google.com

    ping spreadsheets1.google.com

    ping spreadsheets2.google.com

    ping spreadsheets3.google.com

     ping的时候会显示对应的IP地址,复制出来配置到host文件中就搞定了。

    74.125.224.40clients4.google.com

    74.125.239.99docs.google.com

    74.125.239.132 docs0.google.com

    74.125.239.136 docs1.google.com

    74.125.239.136 docs2.google.com

    74.125.239.129 docs3.google.com

    74.125.224.41 spreadsheets.google.com

    74.125.239.142 spreadsheets0.google.com

    74.125.239.101 spreadsheets1.google.com

    74.125.224.32 spreadsheets2.google.com

    74.125.239.105 spreadsheets3.google.com

    以上2014年4月2日23:06:18亲测可用。

  • 相关阅读:
    关于相对定位与绝对定位
    一些常用但不平凡的CSS属性
    Java-认识变量、注释并能及时发现错误
    了解Java并学会创建Java项目(一个菜鸟的成长历程)
    竞态条件
    web服务器原理
    信号
    静态网页与动态网页区别
    mmap
    HTTP协议
  • 原文地址:https://www.cnblogs.com/wancy86/p/chrome_host.html
Copyright © 2011-2022 走看看