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

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 xtsm_0002ejsp_jsp extends HttpJspBase {
  7.     static {
  8.     }
  9.     public xtsm_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="/xtsm.jsp";from=(0,51);to=(1,0)]
  42.                 out.write("rn");
  43.             // end
  44.             // HTML // begin [file="/xtsm.jsp";from=(1,31);to=(2,0)]
  45.                 out.write("rn");
  46.             // end
  47.             // HTML // begin [file="/xtsm.jsp";from=(2,27);to=(10,31)]
  48.                 out.write("rnrn<HTML>rn<HEAD>rn<TITLE>学生信息</TITLE>rn</HEAD>rn<BODY  >rn  <br>  <br><center>rn   <font size="3" color="red" >");
  49.             // end
  50.             // begin [file="/xtsm.jsp";from=(10,34);to=(10,67)]
  51.                 out.print(session.getAttribute("stu_name") );
  52.             // end
  53.             // HTML // begin [file="/xtsm.jsp";from=(10,69);to=(23,0)]
  54.                 out.write("</font>同学,欢迎使用学生信息管理页面!!!<br>rnrn   </center>rn  <br><br> <br><br> <br><br>rn<div align="center"><img src="img/boshi.jpg">rnrnrnrn</CENTER>rn</BODY>rn</HTML>rnrnrn");
  55.             // end
  56.         } catch (Throwable t) {
  57.             if (out != null && out.getBufferSize() != 0)
  58.                 out.clearBuffer();
  59.             if (pageContext != null) pageContext.handlePageException(t);
  60.         } finally {
  61.             if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
  62.         }
  63.     }
  64. }