问题描述
在本网站和互联网上,还有许多链接到旧网站java.sun.com/developer上的子页面。
例如, http://java.sun.com/developer/technicalArticles/Security/AES/AES_v1.html
在某些时候(不知道什么时候),这些都开始重定向到同一个一般的oracle页面,所以链接都是有效地死了。但是,我发誓一段时间后,您仍然可以通过将java.sun.com的IP地址 192.9.162.55
替换到页面。例如
我确信几个月前 http://192.9.162.55/developer/technicalArticles/Security/AES/AES_v1.html
工作。 / p>
但是截至今天(或者也许更早 - 不知道发生这种情况),这个其他URL链接也是死的。
您不能确定Oracle提供所有Sun Java文档的位置,但您可以使用 。
只需在您的网址之前添加 http://web.archive.org/web/*/
,以便您得到这个:
http://web.archive.org/web/*/http://java.sun.com /developer/technicalArticles/Security/AES/AES_v1.html
()
,并选择在SO附近发布文档的日期。
点击正确的日期后,我得到为您的示例。
There are still many links, both on this site, and on the internet in general, to sub-pages on the old web site java.sun.com/developer.
For example, http://java.sun.com/developer/technicalArticles/Security/AES/AES_v1.html
At some point (not sure when), these all started redirecting to the same general oracle page, so the links were all effectively dead. But I swear that for a while afterwards, you could still get to the pages by substituting the IP address 192.9.162.55
for java.sun.com. E.g.,I'm sure that a few months ago http://192.9.162.55/developer/technicalArticles/Security/AES/AES_v1.html
worked.
But as of today (or perhaps earlier - not sure when this happened) this other URL link is also dead.
Does anyone know where these pages have gone? Is there some simple transformation of the old java.sun.com/developer urls that will get you to the correct page?
You can't be sure there's a place in which Oracle serves all Sun Java documents but you can use the wayback machine.
Simply add http://web.archive.org/web/*/
before your URL so you get this :
http://web.archive.org/web/*/http://java.sun.com/developer/technicalArticles/Security/AES/AES_v1.html
(link)
and choose a date near the one at which the document was posted on SO.
After clicking a correct date, I get this page for your example.
这篇关于如何找到旧的java.sun.com/developer网页?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!