stu2_0002ejsp_jsp.java
资源名称:JSP02.rar [点击查看]
上传用户:top0756
上传日期:2022-08-11
资源大小:6501k
文件大小:4k
源码类别:
Jsp/Servlet
开发平台:
VBScript
- import java.sql.*;
- import javax.servlet.*;
- import javax.servlet.http.*;
- import javax.servlet.jsp.*;
- import org.apache.jasper.runtime.*;
- public class stu2_0002ejsp_jsp extends HttpJspBase {
- static {
- }
- public stu2_0002ejsp_jsp( ) {
- }
- private static boolean _jspx_inited = false;
- public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
- }
- 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;
- String _value = null;
- try {
- if (_jspx_inited == false) {
- synchronized (this) {
- if (_jspx_inited == false) {
- _jspx_init();
- _jspx_inited = true;
- }
- }
- }
- _jspxFactory = JspFactory.getDefaultFactory();
- response.setContentType("text/html; charset=gb2312");
- pageContext = _jspxFactory.getPageContext(this, request, response,
- "", true, 8192, true);
- application = pageContext.getServletContext();
- config = pageContext.getServletConfig();
- session = pageContext.getSession();
- out = pageContext.getOut();
- // HTML // begin [file="/stu2.jsp";from=(0,100);to=(77,0)]
- 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"> </td>rn <td width="82"> </td>rn <td width="615" rowspan="13" valign="top"><!--DWLayoutEmptyCell--> </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"> </td>rn <td> </td>rn </tr>rn <tr>rn <td height="30" colspan="2" valign="top"><!--DWLayoutEmptyCell--> </td>rn </tr>rn <tr>rn <td height="18"> </td>rn <td> </td>rn </tr>rn <tr>rn <td height="28" valign="top"><!--DWLayoutEmptyCell--> </td>rn <td valign="top"><!--DWLayoutEmptyCell--> </td>rn </tr>rn <tr>rn <td height="39" colspan="2" valign="top"><!--DWLayoutEmptyCell--> </td>rn </tr>rn <tr>rn <td height="17"> </td>rn <td> </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"> </td>rn <td> </td>rn </tr>rn <tr>rn <td height="33" colspan="2" valign="top"><!--DWLayoutEmptyCell--> </td>rn </tr>rn <tr>rn <td height="39" colspan="2" valign="top"><!--DWLayoutEmptyCell--> </td>rn </tr>rn <tr>rn <td height="39" colspan="2" valign="top"><!--DWLayoutEmptyCell--> </td>rn </tr>rn</table>rn</body>rn</html>rn");
- // end
- } catch (Throwable t) {
- if (out != null && out.getBufferSize() != 0)
- out.clearBuffer();
- if (pageContext != null) pageContext.handlePageException(t);
- } finally {
- if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
- }
- }
- }