﻿﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>帮助信息-动天数据 &#187; error 404&#8211;not found</title>
	<atom:link href="http://www.583idc.com/news/?feed=rss2&#038;tag=error-404-not-found" rel="self" type="application/rss+xml" />
	<link>http://www.583idc.com/news</link>
	<description>提供虚拟主机帮助信息</description>
	<lastBuildDate>Mon, 30 Oct 2023 02:58:59 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>error 404&#8211;not found电脑出现怎么解决</title>
		<link>http://www.583idc.com/news/?p=1462</link>
		<comments>http://www.583idc.com/news/?p=1462#comments</comments>
		<pubDate>Sun, 10 Dec 2017 08:55:48 +0000</pubDate>
		<dc:creator><![CDATA[dthost]]></dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[error 404--not found]]></category>

		<guid isPermaLink="false">http://www.583idc.com/news/?p=1462</guid>
		<description><![CDATA[error 404--not found是什么意思？ 错误404未找到 翻译成中文就是这个意思。 Fedora [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>error 404--not found是什么意思？</p>
<p>错误404未找到 翻译成中文就是这个意思。</p>
<p><img src="https://timgsa.baidu.com/timg?image&amp;quality=80&amp;size=b9999_10000&amp;sec=1512906522394&amp;di=a3cbdb5a95f2dac5191bc92db7d3c614&amp;imgtype=0&amp;src=http%3A%2F%2Fa3.att.hudong.com%2F83%2F37%2F01300001128119143159374557460_s.jpg" alt="" /></p>
<p>Fedora下yum安装软件包时提示标题所示的错误信息，原因估计是yum查找软件包依赖时使用的是过时的缓存，清空更新之后，再次安装软件，问题消失，</p>
<p>具体指令如下：</p>
<p># yum clean all</p>
<p># yum update</p>
<p>前天在编译软件时，需要 libtool 包，运行 sudo yum install libtool 总是提示HTTP 404 page not found，开始以为是网络出问题了，因为最近几个月网络抽风似乎是正常现象 。</p>
<p>后来查了一下资料，才知道是本地缓存出了问题，解决方法如下：<br data-filtered="filtered" />1、sudo yum clean all<br data-filtered="filtered" />2、rpm rebuilddb</p>
<h3></h3>
<p>&nbsp;</p>
<p>最近两天使用yum的163源，出现404错误</p>
<div id="highlighter_603383" class="syntaxhighlighter  ">
<div class="lines">
<div class="line alt1">
<table>
<tbody>
<tr>
<td class="number"><code>1</code></td>
<td class="content"><code class="plain">[root@localhost yum.repos.d]# yum makecache</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt2">
<table>
<tbody>
<tr>
<td class="number"><code>2</code></td>
<td class="content"><code class="plain">...</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt1">
<table>
<tbody>
<tr>
<td class="number"><code>3</code></td>
<td class="content"><code class="plain">...</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt2">
<table>
<tbody>
<tr>
<td class="number"><code>4</code></td>
<td class="content"><code class="plain">http://mirrors.163.com/centos/5/os/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt1">
<table>
<tbody>
<tr>
<td class="number"><code>5</code></td>
<td class="content"><code class="plain">Trying other mirror.</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt2">
<table>
<tbody>
<tr>
<td class="number"><code>6</code></td>
<td class="content"><code class="plain">...</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p><span id="more-47" data-filtered="filtered"></span>用浏览器却可以打开http://mirrors.163.com/centos/5/os/i386/repodata/repomd.xml这个文件。后来发现是ipv6的问题，使用curl，不带-4参数也是404错误，使用-4参数后就能访问到该文件。</p>
<div id="highlighter_153324" class="syntaxhighlighter  ">
<div class="lines">
<div class="line alt1">
<table>
<tbody>
<tr>
<td class="number"><code>01</code></td>
<td class="content"><code class="plain">[root@localhost yum.repos.d]# curlhttp://mirrors.163.com/centos/5/os/i386/repodata/repomd.xml</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt2">
<table>
<tbody>
<tr>
<td class="number"><code>02</code></td>
<td class="content"><code class="plain">&lt;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt1">
<table>
<tbody>
<tr>
<td class="number"><code>03</code></td>
<td class="content"><code class="plain">&lt;html&gt;&lt;head&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt2">
<table>
<tbody>
<tr>
<td class="number"><code>04</code></td>
<td class="content"><code class="plain">&lt;title&gt;404 Not Found&lt;/title&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt1">
<table>
<tbody>
<tr>
<td class="number"><code>05</code></td>
<td class="content"><code class="plain">&lt;/head&gt;&lt;body&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt2">
<table>
<tbody>
<tr>
<td class="number"><code>06</code></td>
<td class="content"><code class="plain">&lt;h1&gt;Not Found&lt;/h1&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt1">
<table>
<tbody>
<tr>
<td class="number"><code>07</code></td>
<td class="content"><code class="plain">&lt;p&gt;The requested URL /centos/5/os/i386/repodata/repomd.xml was not found on this server.&lt;/p&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt2">
<table>
<tbody>
<tr>
<td class="number"><code>08</code></td>
<td class="content"><code class="plain">&lt;hr&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt1">
<table>
<tbody>
<tr>
<td class="number"><code>09</code></td>
<td class="content"><code class="plain">&lt;address&gt;Apache Server at mirrors.163.com Port 80&lt;/address&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt2">
<table>
<tbody>
<tr>
<td class="number"><code>10</code></td>
<td class="content"><code class="plain">&lt;/body&gt;&lt;/html&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>强制使用IPv4</p>
<div id="highlighter_531249" class="syntaxhighlighter  ">
<div class="lines">
<div class="line alt1">
<table>
<tbody>
<tr>
<td class="number"><code>01</code></td>
<td class="content"><code class="plain">[root@localhost yum.repos.d]# curlhttp://mirrors.163.com/centos/5/os/i386/repodata/repomd.xml -4</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt2">
<table>
<tbody>
<tr>
<td class="number"><code>02</code></td>
<td class="content"><code class="plain">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt1">
<table>
<tbody>
<tr>
<td class="number"><code>03</code></td>
<td class="content"><code class="plain">&lt;repomd xmlns="http://linux.duke.edu/metadata/repo"&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt2">
<table>
<tbody>
<tr>
<td class="number"><code>04</code></td>
<td class="content"><code class="plain">&lt;data type="other_db"&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt1">
<table>
<tbody>
<tr>
<td class="number"><code>05</code></td>
<td class="content"><code class="plain">...</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt2">
<table>
<tbody>
<tr>
<td class="number"><code>06</code></td>
<td class="content"><code class="plain">...</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt1">
<table>
<tbody>
<tr>
<td class="number"><code>07</code></td>
<td class="content"><code class="plain">&lt;checksum type="sha"&gt;c0745a5c86eabe53dfc06811be5344544a21089e&lt;/checksum&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt2">
<table>
<tbody>
<tr>
<td class="number"><code>08</code></td>
<td class="content"><code class="plain">&lt;timestamp&gt;1272326316&lt;/timestamp&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt1">
<table>
<tbody>
<tr>
<td class="number"><code>09</code></td>
<td class="content"><code class="plain">&lt;/data&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt2">
<table>
<tbody>
<tr>
<td class="number"><code>10</code></td>
<td class="content"><code class="plain">&lt;/repomd&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>解决方案</h3>
<p>以下方案二者选一即可</p>
<ol>
<li>将mirrors.163.com的IPv4地址写入到/etc/hosts文件
<div id="highlighter_204561" class="syntaxhighlighter  ">
<div class="lines">
<div class="line alt1">
<table>
<tbody>
<tr>
<td class="number"><code>1</code></td>
<td class="content"><code class="plain">[root@localhost ~]</code><code class="comments"># echo `host mirrors.163.com|cut -d' ' -f 4` mirrors.163.com &gt;&gt; /etc/hosts</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</li>
<li>重命名/lib/modules/2.6.x/kernel/net/ipv6后重启。
<div id="highlighter_350801" class="syntaxhighlighter  ">
<div class="lines">
<div class="line alt1">
<table>
<tbody>
<tr>
<td class="number"><code>1</code></td>
<td class="content"><code class="plain">[root@localhost ~]</code><code class="comments"># mv /lib/modules/2.6.x/kernel/net/ipv6 /lib/modules/2.6.x/kernel/net/ipv6.bak</code></td>
</tr>
</tbody>
</table>
</div>
<div class="line alt2">
<table>
<tbody>
<tr>
<td class="number"><code>2</code></td>
<td class="content"><code class="plain">[root@localhost ~]</code><code class="comments"># init 6</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</li>
</ol>
<p>ps: 如果你在你的linux机器上用git clone复制sourceforge.net的源代码时，提示密码错误，而Windows上同样的密码可以，也是这个问题，使用方案2即可。</p>
<p><img src="http://files.jb51.net/file_images/article/201405/201405241207431.png" alt="" /></p>
<p>解决办法：IIS的根节点-&gt;右侧“ISAPI和CGI限制”-&gt;把禁止的DotNet版本项设置为允许，即可~ 如果没有的可以自行添加，路径如下图示：</p>
<p><img src="http://pic002.cnblogs.com/images/2012/33315/2012102421140717.jpg" alt="" /></p>
<h2>。</h2>
<p>&nbsp;</p>
<h2>HTTP 错误 404.0 - Not Found</h2>
<h3>您要找的资源已被删除、已更名或暂时不可用。</h3>
<h3>1.选择站点-》IIS-》处理程序映射-》添加脚本映射（对应扩展名）</h3>
<h3></h3>
<p><img src="http://pic002.cnblogs.com/images/2012/33315/2012102422305820.png" alt="" /></p>
<h3>2.选择站点-》IIS-》处理程序映射-》添加通配符脚本映射（对应扩展名）</h3>
<p><img src="http://pic002.cnblogs.com/images/2012/33315/2012102422311287.png" alt="" /></p>
<h3>如果在应用程序池选了32位支持，那就按上面的把32位的isapi再配置一遍就OK了。</h3>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>然后你可在web.config中 &lt;system.webServer&gt;下配置</p>
<p>&lt;httpErrors errorMode="Custom"&gt;<br data-filtered="filtered" />      &lt;error statusCode="404" subStatusCode="0" path="index.htm"/&gt;<br data-filtered="filtered" />      &lt;error statusCode="404" subStatusCode="1" path="index.htm"/&gt;<br data-filtered="filtered" />      &lt;error statusCode="404" subStatusCode="2" path="index.htm"/&gt;<br data-filtered="filtered" />      &lt;error statusCode="404" subStatusCode="3" path="index.htm"/&gt;<br data-filtered="filtered" />    &lt;/httpErrors&gt;</p>
<div>
<div>404 是一个 http 错误代码，指的是网页不存在。这些错误代码是一个叫 Tim Berners-Lee定义的。他在 1990 年开发了世界上第一款网页浏览器。http 错误代码是在 ftp 错误代码的基础上演变而来的。<br />
404 的含义：第一个 4 表示客户端出错，第二个 0 表示你把网址打错了；最后表示这个错误代码在 4 开头的错误代码中排行老四。</div>
<div>
<div>据说在第三次科技革命之前，互联网的形态就是一个大型的中央数据库，这个数据库就设置在404房间里面。那时候所有的请求都是由人工手动完成的，如果在数据库中没有找到请求者所需要的文件，或者由于请求者写错了文件编号，用户就会得到一个返回信息：room 404 : file not found。后来互联网兴起后，人们也就习惯了用404作为服务器未找到文件的错误代码了。当然实际考证传说中的room 404是不存在的。</div>
<p>如果你还停留在所有网页无法访问都叫“404 Not Found”，那么你有必要更新一下你的知识库了。本期【涨姿势】就帮你更新这一条互联网知识。</p>
<p>“404 Not Found”中的“404”官方名称是 HTTP 状态码（HTTP Status Code），是用来表示网页服务器 HTTP 的响应状态。3 位数字代码的第一位代表了响应的状态，分为 5 种状态，从 1xx 到 5xx，分别代表网页响应继续处理、成功、重定向、客户端错误，以及服务器错误。</p>
<p>其中，404 指的是请求失败，请求所希望得到的资源在服务器上未被发现。至于是什么原因未被发现，可能需要进一步查询。</p>
<p><img class="alignnone size-full wp-image-49921" src="http://cdn.pingwest.com/wp-content/uploads/2015/05/404-not-found-225.jpg?imageView2/2/w/750/q/90" srcset="http://cdn.pingwest.com/wp-content/uploads/2015/05/404-not-found-225.jpg 770w, http://cdn.pingwest.com/wp-content/uploads/2015/05/404-not-found-225-100x59.jpg 100w" alt="404 not found 225" width="770" height="457" /></p>
<p>那么，你可能会问，访问 Twitter、Facebook 这些不存在的网站时，会显示什么？ 通常情况下，我们所说的“被墙”，网页上会显示错误 502、504 或者 500。</p>
<blockquote><p>500 Internal Server Error 指，服务器遇到了一个未曾预料的状况，导致了它无法完成对请求的处理。</p>
<p>502 Bad Gateway 指，作为网关或者代理工作的服务器尝试执行请求时，从上游服务器接收到无效的响应。</p>
<p>504 Gateway Timeout 指，作为网关或者代理工作的服务器尝试执行请求时，未能及时从上游服务器（URI 标识出的服务器，例如 HTTP、FTP、LDAP）或者辅助服务器（例如 DNS）收到响应。</p>
<div>
<div>可能的原因有两个：1.真的是404页面 2.对方服务器的反爬虫策略。看题主的情况肯定是第二种。如果题主做过微博爬虫应该就会遇到这种情况，微博的反爬虫机制之一就是在你连续请求(即使你两次访问睡眠一段时间或者对应url真的有数据)的时候，可能会给你返回404页面，甚至我今天用某个账号手动访问第一次都出现了404，第二次就正常了。所以写爬虫的时候捕捉此类异常是很重要的。还有就是尽量模拟人的操作，比如构造头信息，访问间隔随机随眠等。如果对效率要求不是很高或者对方反爬虫机制很严格的话，可以使用诸如selenium的等自动化工具。</div>
</div>
</blockquote>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.583idc.com/news/?feed=rss2&#038;p=1462</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
