📄 clubsearchcfg.jsp
字号:
<%@ page language="java" contentType="text/html;charset=UTF-8"
session="true" errorPage="err.jsp" %><%@ include file="../GVinc/gvInclude.jsp" %>
<%@ include file="clubMasterPass.jsp" %><%
%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>更新全文索引</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="./GVimgs/favicon.ico" rel="Bookmark">
<link rel="icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
<STYLE type=text/css media=screen>@import url(../GVinc/GamVanClubStyle.css);</STYLE>
</head>
<body>
<script language="javascript" type="text/javascript" src="../GVscript/GVtopCode.js"></script>
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" class="tab">
<tr align="center" class="tr">
<td height="24"><span class="text_bold">更新全文索引</span></td>
</tr>
<tr align="center" class="tab2">
<td height="25">
<form name="Gforms" method="post" action="" onSubmit="javascript:postMsg2();">
<%
if(request.getMethod().equals("POST")){
com.gamvan.club.search.CreateIndex ci = new com.gamvan.club.search.CreateIndex();
try{
ci.indexCfg(request.getRealPath("")); //初始化配置信息
ci.indexRun();
}catch(Exception e){
out.print(e.toString());
}
out.print(OutPrint.prtCenter("共追加索引 <strong>"+ci.getAppendIndexCount()+" </strong>条","./clubSearchCfg.jsp",1));
}else{
out.print("<input type=\"submit\" name=\"gvSubmit2\" value=\"提交\">");
}
%>
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -