adminstudent_0002ejsp_jsp.java

来自「网上选课程序:a.使用JSP/Servlet开发」· Java 代码 · 共 128 行 · 第 1/2 页

JAVA
128
字号
import java.sql.*;
import  java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;


public class adminstudent_0002ejsp_jsp extends HttpJspBase {

    // begin [file="/adminstudent.jsp";from=(2,0);to=(2,59)]
    // end

    static {
    }
    public adminstudent_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=gb2312");
            pageContext = _jspxFactory.getPageContext(this, request, response,
            			"", true, 8192, true);

            application = pageContext.getServletContext();
            config = pageContext.getServletConfig();
            session = pageContext.getSession();
            out = pageContext.getOut();

            // HTML // begin [file="/adminstudent.jsp";from=(0,69);to=(1,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/adminstudent.jsp";from=(1,44);to=(2,0)]
                out.write("\r\n");

            // end
            // begin [file="/adminstudent.jsp";from=(2,0);to=(2,59)]
                wsxk.ConDB subject = null;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?