hosts文件

Posted jarvankuo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hosts文件相关的知识,希望对你有一定的参考价值。

hosts文件的注意项!

参考文献:

hosts文件位置

  1. windows下

    C:WindowsSystem32driversetchosts

  2. linux下

    /etc/hosts

hosts文件管理工具—SwitchHosts

使用SwitchHosts配置的host不生效的原因:

  1. windows 的 hosts 文件是gbk编码的,SwitchHosts修改的是UTF-8编码的

    127.0.0.1    picture.com #文件服务器

    上面的配置会由于换行符的问题编码问题导致不生效!

  2. 如果要后面注释,请使用英文!(推荐)

    文件开头有说明:

    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    
    127.0.0.1    picture.com # file server
  3. 非要写中文请独立一行写注释(推荐)

    # 文件服务器
    127.0.0.1    picture.com

以上是关于hosts文件的主要内容,如果未能解决你的问题,请参考以下文章

VSCode自定义代码片段——.vue文件的模板

VSCode自定义代码片段2——.vue文件的模板

从 Host Activity 向 Fragments 发送位置更新

在Tomcat的安装目录下conf目录下的server.xml文件中增加一个xml代码片段,该代码片段中每个属性的含义与用途

代码片段 PHP,预期文件结尾,我错在哪里?

代码适用于与单个 html 文件不同的堆栈片段