?? alarmdisplay_jsp.java~25~
字號:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.util.*;
import java.text.*;
import com.am.*;
import java.sql.*;
public final class alarmdisplay_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write('\n');
out.write('\n');
out.write('\n');
com.am.OpenDB dbconn = null;
synchronized (application) {
dbconn = (com.am.OpenDB) _jspx_page_context.getAttribute("dbconn", PageContext.APPLICATION_SCOPE);
if (dbconn == null){
dbconn = new com.am.OpenDB();
_jspx_page_context.setAttribute("dbconn", dbconn, PageContext.APPLICATION_SCOPE);
}
}
out.write('\n');
DataBase db=new DataBase();
alarm myalarm=new alarm();
//myalarm.setConnection(dbconn.getConnection());
DealString ds = new DealString();
String txtsrch = ds.toGBK((String) request.getParameter("txt_search"));
if (txtsrch==null)
txtsrch = "";
//checkbox 鐘舵\uFFFD\uFFFD
String chkon = ds.toString ((String) request.getParameter("chk_search"));
//鎸変粈涔堝瓧孌墊悳绱\uFFFD
String strSrchZD = ds.toString ((String)request.getParameter("txt_srch"));
String strLevel = ds.toString((String)request.getParameter("level"));
out.write("\n");
out.write("\n");
out.write("<div align=center><font style='font-size: 24px;font-weight: bold;font-family: \"妤蜂綋_GB2312\";'><b>鎶ヨ
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -