setup.jsp

来自「Heritrix是一个开源,可扩展的web爬虫项目。Heritrix设计成严格按」· JSP 代码 · 共 22 行

JSP
22
字号
<%@include file="/include/handler.jsp"%><%    String title = "Setup";    int tab = 5;%><%@include file="/include/head.jsp"%><div class="margined">    <h1>Heritrix Setup</h1><p>    <b><a href="<%=request.getContextPath()%>/local-instances.jsp">Local Instances</a></b></br>    Choose an instance of Heritrix to manage, or create new instances.</p><p>    <b><a href="<%=request.getContextPath()%>/help/webui-prefs.jsp">Web UI Preferences</a></b></br>    Change admin password, or change the site's icon.</p></div><%@include file="/include/foot.jsp"%>

⌨️ 快捷键说明

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