課程
/后端開發(fā)
/PHP
/PHP入門篇
我的hosts文件 打開后沒有內(nèi)容 ? 也不能寫東西進(jìn)里面 ?怎么回事
2016-10-23
源自:PHP入門篇 2-4
正在回答
路徑對(duì)么,C:\Windows\System32\drivers\etc,不對(duì)空白加上
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
# 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
# localhost name resolution is handled within DNS itself.
127.0.0.1 ? ? ? localhost
# ::1 ? ? ? ? ? ? localhost
也可以
站在代碼的肩膀上 提問者
朕當(dāng)時(shí)就慌了 回復(fù) 站在代碼的肩膀上 提問者
站在代碼的肩膀上 提問者 回復(fù) 朕當(dāng)時(shí)就慌了
舉報(bào)
PHP入門教程輕松學(xué)習(xí),行業(yè)大牛幫您快速掌握PHP編程基礎(chǔ)知識(shí)。
1 回答HOSTS問題
5 回答C:\Windows\System32\drivers\etc\hosts的訪問權(quán)限問題
1 回答hosts
2 回答沒有hosts
1 回答配置hosts
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-10-24
路徑對(duì)么,C:\Windows\System32\drivers\etc,不對(duì)空白加上
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# 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
# localhost name resolution is handled within DNS itself.
127.0.0.1 ? ? ? localhost
# ::1 ? ? ? ? ? ? localhost
也可以