stu2_0002ejsp_jsp.java
上传用户:top0756
上传日期:2022-08-11
资源大小:6501k
文件大小:4k
源码类别:

Jsp/Servlet

开发平台:

VBScript

  1. import java.sql.*;
  2. import javax.servlet.*;
  3. import javax.servlet.http.*;
  4. import javax.servlet.jsp.*;
  5. import org.apache.jasper.runtime.*;
  6. public class stu2_0002ejsp_jsp extends HttpJspBase {
  7.     static {
  8.     }
  9.     public stu2_0002ejsp_jsp( ) {
  10.     }
  11.     private static boolean _jspx_inited = false;
  12.     public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
  13.     }
  14.     public void _jspService(HttpServletRequest request, HttpServletResponse  response)
  15.         throws java.io.IOException, ServletException {
  16.         JspFactory _jspxFactory = null;
  17.         PageContext pageContext = null;
  18.         HttpSession session = null;
  19.         ServletContext application = null;
  20.         ServletConfig config = null;
  21.         JspWriter out = null;
  22.         Object page = this;
  23.         String  _value = null;
  24.         try {
  25.             if (_jspx_inited == false) {
  26.                 synchronized (this) {
  27.                     if (_jspx_inited == false) {
  28.                         _jspx_init();
  29.                         _jspx_inited = true;
  30.                     }
  31.                 }
  32.             }
  33.             _jspxFactory = JspFactory.getDefaultFactory();
  34.             response.setContentType("text/html; charset=gb2312");
  35.             pageContext = _jspxFactory.getPageContext(this, request, response,
  36.              "", true, 8192, true);
  37.             application = pageContext.getServletContext();
  38.             config = pageContext.getServletConfig();
  39.             session = pageContext.getSession();
  40.             out = pageContext.getOut();
  41.             // HTML // begin [file="/stu2.jsp";from=(0,100);to=(77,0)]
  42.                 out.write("rn<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">rn<html>rn<head>rn<meta http-equiv="Content-Type" content="text/html; charset=gb2312">rn<title>无标题文档</title>rn<style type="text/css">rn<!--rn.style2 {rntfont-size: 18px;rntfont-family: "宋体";rn}rn-->rn</style>rn</head>rnrn<body background="img/bg3.jpg">rnrn<table  align="center" width="778" border="0" cellpadding="0" cellspacing="0">rn  <!--DWLayoutTable-->rn  <tr>rnrn    <td height="199" colspan="3" valign="top"><img src="img/top_image.jpg" width="778" height="199"></td>rn  </tr>rn  <tr>rn    <td height="20" colspan="3" valign="top"><img src="img/xian1.jpg" width="778" height="20"></td>rn  </tr>rn  <br>rn  <tr>rn    <td width="81" height="62">&nbsp;</td>rn    <td width="82">&nbsp;</td>rn    <td width="615" rowspan="13" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>rn  </tr>rn  <tr>rn    <td height="20" colspan="2" valign="top"><img src="img/index_48b.gif" width="163" height="20"></td>rn  </tr>rn  <tr>rn    <td height="33">&nbsp;</td>rn    <td>&nbsp;</td>rn  </tr>rn  <tr>rn    <td height="30" colspan="2" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>rn  </tr>rn  <tr>rn    <td height="18">&nbsp;</td>rn    <td>&nbsp;</td>rn  </tr>rn  <tr>rn    <td height="28" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>rn    <td valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>rn  </tr>rn  <tr>rn    <td height="39" colspan="2" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>rn  </tr>rn  <tr>rn    <td height="17">&nbsp;</td>rn    <td>&nbsp;</td>rn  </tr>rn  <tr>rn    <td height="20" colspan="2" valign="top"><img src="img/index_48b.gif" width="163" height="20"></td>rn  </tr>rn  <tr>rn    <td height="20">&nbsp;</td>rn    <td>&nbsp;</td>rn  </tr>rn  <tr>rn    <td height="33" colspan="2" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>rn  </tr>rn  <tr>rn    <td height="39" colspan="2" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>rn  </tr>rn  <tr>rn    <td height="39" colspan="2" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>rn  </tr>rn</table>rn</body>rn</html>rn");
  43.             // end
  44.         } catch (Throwable t) {
  45.             if (out != null && out.getBufferSize() != 0)
  46.                 out.clearBuffer();
  47.             if (pageContext != null) pageContext.handlePageException(t);
  48.         } finally {
  49.             if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
  50.         }
  51.     }
  52. }