xtgg_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 xtgg_0002ejsp_jsp extends HttpJspBase {
- static {
- }
- public xtgg_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="/xtgg.jsp";from=(0,48);to=(8,52)]
- out.write("rn<html>rn<head>rn<title>rngonggaorn</title>rn</head>rn<body bgcolor="#ffffff">rn 姓名: <font color="#0033FF">");
- // end
- // begin [file="/xtgg.jsp";from=(8,55);to=(8,88)]
- out.print(session.getAttribute("stu_name") );
- // end
- // HTML // begin [file="/xtgg.jsp";from=(8,90);to=(8,151)]
- out.write(" </font> 学号: <font color="#0033FF">");
- // end
- // begin [file="/xtgg.jsp";from=(8,154);to=(8,181)]
- out.print(session.getAttribute("id") );
- // end
- // HTML // begin [file="/xtgg.jsp";from=(8,183);to=(27,0)]
- 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");
- // 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);
- }
- }
- }