• project site_dns


    在国内网上我看到的最多的内容:

    http://blog.sina.com.cn/s/blog_40488d6d0100052w.html
    The connection was reset    

    The connection to the server was reset while the page was loading.
        *   The site could be temporarily unavailable or too busy. Try again in a few
              moments.
        *   If you are unable to load any pages, check your computer's network
              connection.
        *   If your computer or network is protected by a firewall or proxy, make sure
              that Firefox is permitted to access the Web.
    或者:
    The page cannot be displayed
    The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
    Please try the following:
        * Click the refresh.gif (82 bytes) Refresh button, or try again later.
        * If you typed the page address in the Address bar, make sure that it is spelled correctly.
        * To check your connection settings, click the Tools menu, and then click Internet Options. On the Connections tab, click Settings. The settings should match those provided by your local area network (LAN) administrator or Internet service provider (ISP).
        * See if your Internet connection settings are being detected. You can set Microsoft Windows to examine your network and automatically discover network connection settings (if your network administrator has enabled this setting).
             1. Click the Tools menu, and then click Internet Options.
             2. On the Connections tab, click LAN Settings.
             3. Select Automatically detect settings, and then click OK.
        * Some sites require 128-bit connection security. Click the Help menu and then click About Internet Explorer to determine what strength security you have installed.
        * If you are trying to reach a secure site, make sure your Security settings can support it. Click the Tools menu, and then click Internet Options. On the Advanced tab, scroll to the Security section and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.
        * Click the 受够了! Back button to try another link.
    Cannot find server or DNS Error
    Internet Explorer
    看来这时代还是出鲁迅啊.
    turky 2006-06-23 15:26:47  借着反黄和反轮子的有力口号搞的信息封锁。
    turky 2006-06-23 15:29:08  从前收听敌台是大罪名,可还能收,现在......

    http://hi.baidu.com/hackerxx/blog/item/a5c62b2b2372cdef98250a17.html

    很多时候我们在打开浏览器时会出现一下问题:

    The connection was reset

    The connection to the server was reset while the page was loading.

    *   The site could be temporarily unavailable or too busy. Try again in a few moments.

    *   If you are unable to load any pages, check your computer’s network
    connection.

    *   If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

    解决方法:
    修改/etc/network/interfaces为:

    # /etc/network/interfaces
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).

    # The loopback network interface
    auto lo
    iface lo inet loopback

    # This is a list of hotpluggable network interfaces.
    # They will be activated automatically by the hotplug subsystem.
    mapping hotplug
    script grep
    map eth0

    # The primary network interface
    iface eth0 inet static
    address 192.168.22.8
    netmask 255.255.255.0
    network 192.168.22.0
    broadcast 192.168.22.255
    # dns-* options are implemented by the resolvconf package, if installed
    dns-nameservers 119.6.6.6 8.8.8.8 8.8.4.4

    Connect:
    pon dsl-provider

    Offline:
    poff

    end

  • 相关阅读:
    ExtJS4学习笔记二--表单控件相关
    Js中replace()的用法
    浅析轮询(Polling)和推送(LongPolling)服务
    ExtJS4学习笔记五--面板使用
    ExtJS4学习笔记四--图片上传
    spring MVC
    ExtJS4学习笔记三--远程访问数据源示例
    Struts 2
    ExtJs4学习笔记一--基础知识
    URL编码规则
  • 原文地址:https://www.cnblogs.com/lindows/p/14390323.html
Copyright © 2020-2023  润新知