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

Jsp/Servlet

开发平台:

VBScript

  1. import javax.servlet.*;
  2. import javax.servlet.http.*;
  3. import javax.servlet.jsp.*;
  4. import org.apache.jasper.runtime.*;
  5. public class xtgg_0002ejsp_jsp extends HttpJspBase {
  6.     static {
  7.     }
  8.     public xtgg_0002ejsp_jsp( ) {
  9.     }
  10.     private static boolean _jspx_inited = false;
  11.     public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
  12.     }
  13.     public void _jspService(HttpServletRequest request, HttpServletResponse  response)
  14.         throws java.io.IOException, ServletException {
  15.         JspFactory _jspxFactory = null;
  16.         PageContext pageContext = null;
  17.         HttpSession session = null;
  18.         ServletContext application = null;
  19.         ServletConfig config = null;
  20.         JspWriter out = null;
  21.         Object page = this;
  22.         String  _value = null;
  23.         try {
  24.             if (_jspx_inited == false) {
  25.                 synchronized (this) {
  26.                     if (_jspx_inited == false) {
  27.                         _jspx_init();
  28.                         _jspx_inited = true;
  29.                     }
  30.                 }
  31.             }
  32.             _jspxFactory = JspFactory.getDefaultFactory();
  33.             response.setContentType("text/html; charset=GBK");
  34.             pageContext = _jspxFactory.getPageContext(this, request, response,
  35.              "", true, 8192, true);
  36.             application = pageContext.getServletContext();
  37.             config = pageContext.getServletConfig();
  38.             session = pageContext.getSession();
  39.             out = pageContext.getOut();
  40.             // HTML // begin [file="/xtgg.jsp";from=(0,48);to=(8,52)]
  41.                 out.write("rn<html>rn<head>rn<title>rngonggaorn</title>rn</head>rn<body bgcolor="#ffffff">rn &nbsp; &nbsp; &nbsp;姓名:&nbsp;<font color="#0033FF">");
  42.             // end
  43.             // begin [file="/xtgg.jsp";from=(8,55);to=(8,88)]
  44.                 out.print(session.getAttribute("stu_name") );
  45.             // end
  46.             // HTML // begin [file="/xtgg.jsp";from=(8,90);to=(8,151)]
  47.                 out.write(" </font>  &nbsp; &nbsp; &nbsp;学号:&nbsp;<font color="#0033FF">");
  48.             // end
  49.             // begin [file="/xtgg.jsp";from=(8,154);to=(8,181)]
  50.                 out.print(session.getAttribute("id") );
  51.             // end
  52.             // HTML // begin [file="/xtgg.jsp";from=(8,183);to=(27,0)]
  53.                 out.write("</font><br>rn <hr>rn <center>rn <font size="5" color="#FF3333"> 系统公告</font> </center>rnrn<pre>rn 说明:rn1.选课系统要求IE版本为6.0或以上rn2.选课年级为03rn3.有疑问,请和教学部联系rnrn                             信息工程部rnrnrnrn                             <img src="img/boshi.jpg">rn</pre>rn</body>rn</html>rn");
  54.             // end
  55.         } catch (Throwable t) {
  56.             if (out != null && out.getBufferSize() != 0)
  57.                 out.clearBuffer();
  58.             if (pageContext != null) pageContext.handlePageException(t);
  59.         } finally {
  60.             if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
  61.         }
  62.     }
  63. }