_wenhua__jsp.java
来自「公司企业网站管理系统中文豪华版」· Java 代码 · 共 128 行 · 第 1/2 页
JAVA
128 行
/*
* JSP generated by Resin-3.0.19 (built Mon, 15 May 2006 04:50:47 PDT)
*/
package _jsp;
import javax.servlet.*;
import javax.servlet.jsp.*;
import javax.servlet.http.*;
import java.sql.*;
import mfkvit.*;
import java.util.*;
public class _wenhua__jsp extends com.caucho.jsp.JavaPage{
private boolean _caucho_isDead;
public void
_jspService(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException, javax.servlet.ServletException
{
javax.servlet.http.HttpSession session = request.getSession(true);
com.caucho.server.webapp.Application _jsp_application = _caucho_getApplication();
javax.servlet.ServletContext application = _jsp_application;
com.caucho.jsp.PageContextImpl pageContext = com.caucho.jsp.QJspFactory.allocatePageContext(this, _jsp_application, request, response, "/errorpage.jsp", session, 8192, true, false);
javax.servlet.jsp.JspWriter out = pageContext.getOut();
javax.servlet.ServletConfig config = getServletConfig();
javax.servlet.Servlet page = this;
response.setContentType("text/html; charset=gb2312");
request.setCharacterEncoding("GB2312");
try {
out.write(_jsp_string0, 0, _jsp_string0.length);
out.print((WebSiteParams.getParamValue("BsEnLinkman")));
out.write(_jsp_string1, 0, _jsp_string1.length);
request.setCharacterEncoding("gb2312");
try{ JdbcBean dbutil = new JdbcBean();
String condition="select * from lxfs";
int rowcount = dbutil.execQueryName(condition);
ArrayList al = dbutil.getRS();
for(int i=0;i<rowcount;i++){
HashMap colValue = (HashMap)al.get(i);
out.write(_jsp_string2, 0, _jsp_string2.length);
out.print(((String)colValue.get("gszz")));
}
out.write(_jsp_string3, 0, _jsp_string3.length);
} catch (Exception ex) {ex.printStackTrace();}
out.write(_jsp_string4, 0, _jsp_string4.length);
pageContext.include("select.jsp", true);
out.write(_jsp_string5, 0, _jsp_string5.length);
} catch (java.lang.Throwable _jsp_e) {
pageContext.handlePageException(_jsp_e);
} finally {
com.caucho.jsp.QJspFactory.freePageContext(pageContext);
}
}
private java.util.ArrayList _caucho_depends = new java.util.ArrayList();
public java.util.ArrayList _caucho_getDependList()
{
return _caucho_depends;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?