Domain name resolution server problems, resulting in a Web site can not be accessed, this issue by modifying the local Hosts file to achieve this effect, to friends blog as an example of the process, the first use of the following code to modify the hosts:
Echo 61.160.213.106 juyo.org>>c:/windows/system32/drivers/etc/hosts
Echo 61.160.213.106 >>c:/windows/system32/drivers/etc/hosts
This modification can be successfully modified, but the first line followed the Hosts file, no line after the additional, then you need to append a blank line, modified
The code is as follows:
Echo. >>c:/windows/system32/drivers/etc/hosts
Echo 61.160.213.106 juyo.org>>c:/windows/system32/drivers/etc/hosts
echo 61.160.213.106 www.juyo.org >>c:/windows/system32/drivers/etc/hosts
This way, you can access the domain name when the domain name cannot be resolved, or you can reach the site.