setup.jsp
来自「非常有影响的 j道 论 坛 源码 国外很有明的专家编写的 ....对java爱好」· JSP 代码 · 共 25 行
JSP
25 行
<%@ taglib uri="struts-logic" prefix="logic" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ page contentType="text/html; charset=UTF-8" %>
<bean:define id="title" value=" 搜索设置" />
<%@ include file="../header.jsp" %>
<bean:parameter name="service" id="service" value=""/>
<logic:notEqual name="service" value="">
正在后台重新建立索引,如果数据量大,需要耗费一段时间。
</logic:notEqual>
<logic:equal name="service" value="">
<form action="<%=request.getContextPath()%>/admin/doRebuildIndex.shtml" method="post">
<input type="hidden" name="service" value="forumService" />
<input type="hidden" name="method" value="doRebuildIndex" />
<html:submit value=" 进行截止当日的重新索引 "/>
</form>
注:如果数据量大,需要耗费一段时间。
</logic:equal>
<%@include file="../footer.jsp"%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?