『漫游』酷论坛>『漫游水世界』>火狐老提示未找到服 ..
火狐老提示未找到服务器,这怎么回事
saber_zl@2011-06-16 16:34
不光是上漫游 什么极影 CK S1会出现 一般点几下重试就可以恢复 出现这个情况的大多是论坛
不晓得是火狐的问题还是网络问题或者是gfw的问题
大概是近一个月出现的 有什么就解决办法么
56824419@2011-06-16 16:53
只能说肯定不是FF的问题。。。。。
red161@2011-06-16 23:17
明显校长嘛,DNS咯
一般就F5几下,不行清缓存,再不行开挂
zkai@2011-06-16 23:28
上次我不是说过,经常性抽风。问下楼主的地区
自己建立常用的DNS最稳妥
saber_zl@2011-06-17 09:47
湖北电信
自己建立常用的DNS 怎么弄呢
zkai@2011-06-17 14:51
我只是想把结果中的IP另存为一个TXT文件,而不是把PING的所有结果存在一个TXT文件里. 比如ping www.163.com,我这是要ping 的结果220.181.28.5这个IP独立存为一个TXT文件.
最佳答案 for /f "tokens=2 delims=[]" %%i in ('ping www.163.com') do echo %%i>ping.txt
下面这个是可以任意输入网止的
@echo off
set /p a=要查询的网址
for /f "tokens=2 delims=[]" %%i in ('ping %a%') do echo %%i>ping.txt
zkai@2011-06-17 14:52
修改C:WINDOWSsystem32driversetc的Hosts文件即可
# 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
用这个最快 #号后不用填写
red161@2011-06-17 19:46
host不行的,比如上次2D一改,要是你还挂着原来的Host IP
立马死翘翘
ShiyuTang@2011-06-17 20:04
湖北电信的DNS是202.103.24.68,把这个设为主DNS服务器,然后再设一个国外的DNS服务器作为备用,如Google DNS: 8.8.8.8
| TOP