⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 about.jsp

📁 这是个爬虫和lucece相结合最好了
💻 JSP
字号:
<%@ page import="java.io.PrintWriter" %><%@include file="/include/handler.jsp"%><%    String title = "About Heritrix";    int tab = 6;%><%@include file="/include/head.jsp"%><div class="margined"><h1>About Heritrix</h1>For more information, see <a href="http://crawler.archive.org">crawler.archive.org</a><br/><br/>        	<fieldset><legend>Versions</legend>	Heritrix <%=Heritrix.getVersion()%><br/><br/>		<%=System.getProperties().getProperty("java.runtime.name") %>	<%=System.getProperties().getProperty("java.vm.version") %><br/><br/>		<%=System.getProperties().getProperty("os.name") %>	<%=System.getProperties().getProperty("os.version") %>		</fieldset>	<br/>    <fieldset><legend>License</legend>        <pre>Copyright (C) 2003-2006 Internet Archive.Heritrix is free software; you can redistribute it and/or modifyit under the terms of the GNU Lesser Public License as published bythe Free Software Foundation; either version 2.1 of the License, orany later version.Heritrix is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See theGNU Lesser Public License for more details.You should have received a copy of the GNU Lesser Public Licensealong with Heritrix; if not, write to the Free SoftwareFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USAHeritrix contains many other free and open source libraries; they aregoverned by their respective licenses.</pre>    </fieldset>    <br/>    <fieldset>    <legend> System Properties </legend>    <pre>    <%    	PrintWriter writer = new PrintWriter(out);    	System.getProperties().list(writer);    	writer.flush();    %></pre>    </fieldset></div><%@include file="/include/foot.jsp"%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -