xjwh_0002ejsp_jsp.java
资源名称:JSP02.rar [点击查看]
上传用户:top0756
上传日期:2022-08-11
资源大小:6501k
文件大小:3k
源码类别:
Jsp/Servlet
开发平台:
VBScript
- import javax.servlet.*;
- import javax.servlet.http.*;
- import javax.servlet.jsp.*;
- import org.apache.jasper.runtime.*;
- public class xjwh_0002ejsp_jsp extends HttpJspBase {
- static {
- }
- public xjwh_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=GBK");
- pageContext = _jspxFactory.getPageContext(this, request, response,
- "", true, 8192, true);
- application = pageContext.getServletContext();
- config = pageContext.getServletConfig();
- session = pageContext.getSession();
- out = pageContext.getOut();
- // HTML // begin [file="/xjwh.jsp";from=(0,48);to=(22,0)]
- 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");
- // 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);
- }
- }
- }