zoukankan      html  css  js  c++  java
  • hosts文件的内容

    C:WindowsSystem32driversetchosts

     1 # Copyright (c) 1993-2009 Microsoft Corp.
     2 #
     3 # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
     4 #
     5 # This file contains the mappings of IP addresses to host names. Each
     6 # entry should be kept on an individual line. The IP address should
     7 # be placed in the first column followed by the corresponding host name.
     8 # The IP address and the host name should be separated by at least one
     9 # space.
    10 #
    11 # Additionally, comments (such as these) may be inserted on individual
    12 # lines or following the machine name denoted by a '#' symbol.
    13 #
    14 # For example:
    15 #
    16 #      102.54.94.97     rhino.acme.com          # source server
    17 #       38.25.63.10     x.acme.com              # x client host
    18 
    19 # localhost name resolution is handled within DNS itself.
    20 #    127.0.0.1       localhost
    21 #    ::1             localhost
  • 相关阅读:
    判断一个数是否为素数的方法
    什么是算法?
    table 表格
    状态模式
    设计模式
    观察者模式
    async函数
    JS单线程和异步
    ES6 --- Promise
    浅析flex 布局
  • 原文地址:https://www.cnblogs.com/Satu/p/11142078.html
Copyright © 2011-2022 走看看