|
|
发表于 2010-11-3 00:02:55
|
显示全部楼层
建议查看Hosts文件,这个文件是根据TCP/IP for Windows 的标准来工作的。它的作用是定义IP地址和
Host name(主机名)的映射关系,在网络上访问网站,要首先通过DNS服务器把要访问的网络域名(XXXX.com)解析成XXX.XXX.XXX.XXX的IP地址后,计算机才能对这个网络域名作访问。如果有屏蔽某网页的代码出现则会无法正常浏览该网页。
如果是Windows XP系统并将系统安装在C:\盘下,那么Hosts文件就在C:\Widows\System32\Drvers\Etc中,可以用记事本打开
一般默认为以下字样:
# Copyright (c) 1993-1999 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
127.0.0.1 localhost
如果在“127.0.0.1 localhost”下面有以下屏蔽代码字样请删除
127.0.0.1 # XXX .YS168.XXX
0.0.0.0 # XXX .YS168.XXX
如果这里没有改动则请使用360的IE修复工具来进行修复,或者手动清除浏览器的历史记录及缓存文件后重启电脑试试! |
|