xjwh_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 xjwh_0002ejsp_jsp extends HttpJspBase {
  6.     static {
  7.     }
  8.     public xjwh_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="/xjwh.jsp";from=(0,48);to=(22,0)]
  41.                 out.write("rn<html>rn<head>rn<title>rnjsp2rn</title>rn</head>rn<body bgcolor="#ffffff">rn   <center><font size="5">学籍维护</font></center>rn<div align="left">注意事项:<br>rn1、所有需本人录入的信息必须实事求是,详尽细致,认真填写。<br>rn2、不可录信息由学院维护。<br>rn3、生日必须与身份证上的出生日期一致。<br>rn4、家庭成员包括配偶、祖父母、父母、兄弟、姐妹等。<br>rn5、打星号的信息,请分行录入。<br>rn6、从填写到提交的时间请勿过长(不超过20分钟为宜),一次不能填完请分多次提交。 </div>rn<hr>rn  基本信息:(不可录入)rn  <table border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFEFEF">rn    <tr><td>rn</body>rn</html>rn");
  42.             // end
  43.         } catch (Throwable t) {
  44.             if (out != null && out.getBufferSize() != 0)
  45.                 out.clearBuffer();
  46.             if (pageContext != null) pageContext.handlePageException(t);
  47.         } finally {
  48.             if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
  49.         }
  50.     }
  51. }