⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 owntotal_0002ejsp_jsp.java

📁 Java数据库系统开发实例导航的例子
💻 JAVA
字号:
package own_sum;

import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;


public class ownTotal_0002ejsp_jsp extends HttpJspBase {

    // begin [file="/own_sum/ownTotal.jsp";from=(2,0);to=(2,76)]
    // end
    // begin [file="/own_sum/ownTotal.jsp";from=(8,0);to=(8,72)]
    // end
    // begin [file="/own_sum/ownTotal.jsp";from=(9,0);to=(9,74)]
    // end
    // begin [file="/own_sum/ownTotal.jsp";from=(10,0);to=(10,73)]
    // end
    // begin [file="/own_sum/ownTotal.jsp";from=(11,0);to=(11,77)]
    // end
    // begin [file="/own_sum/ownTotal.jsp";from=(12,0);to=(12,69)]
    // end

    static {
    }
    public ownTotal_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="/own_sum/ownTotal.jsp";from=(0,49);to=(1,0)]
                out.write("\r\n");

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

            // end
            // begin [file="/own_sum/ownTotal.jsp";from=(2,0);to=(2,76)]
                com.officelog.OffLogBean offLogBean = null;
                boolean _jspx_specialoffLogBean  = false;
                 synchronized (pageContext) {
                    offLogBean= (com.officelog.OffLogBean)
                    pageContext.getAttribute("offLogBean",PageContext.PAGE_SCOPE);
                    if ( offLogBean == null ) {
                        _jspx_specialoffLogBean = true;
                        try {
                            offLogBean = (com.officelog.OffLogBean) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "com.officelog.OffLogBean");
                        } catch (ClassNotFoundException exc) {
                             throw new InstantiationException(exc.getMessage());
                        } catch (Exception exc) {
                             throw new ServletException (" Cannot create bean of class "+"com.officelog.OffLogBean", exc);
                        }
                        pageContext.setAttribute("offLogBean", offLogBean, PageContext.PAGE_SCOPE);
                    }
                 } 
                if(_jspx_specialoffLogBean == true) {
            // end
            // begin [file="/own_sum/ownTotal.jsp";from=(2,0);to=(2,76)]
                }
            // end
            // HTML // begin [file="/own_sum/ownTotal.jsp";from=(2,76);to=(3,0)]
                out.write("\r\n");

            // end
            // begin [file="/own_sum/ownTotal.jsp";from=(3,2);to=(7,0)]
                
                boolean islogin=offLogBean.ownTotal(request,response);
                if(!islogin)
                    response.sendRedirect("default.html");
            // end
            // HTML // begin [file="/own_sum/ownTotal.jsp";from=(7,2);to=(8,0)]
                out.write("    \r\n");

            // end
            // begin [file="/own_sum/ownTotal.jsp";from=(8,0);to=(8,72)]
                java.util.Vector ownList = null;
                boolean _jspx_specialownList  = false;
                 synchronized (request) {
                    ownList= (java.util.Vector)
                    pageContext.getAttribute("ownList",PageContext.REQUEST_SCOPE);
                    if ( ownList == null ) {
                        _jspx_specialownList = true;
                        try {
                            ownList = (java.util.Vector) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "java.util.Vector");
                        } catch (ClassNotFoundException exc) {
                             throw new InstantiationException(exc.getMessage());
                        } catch (Exception exc) {
                             throw new ServletException (" Cannot create bean of class "+"java.util.Vector", exc);
                        }
                        pageContext.setAttribute("ownList", ownList, PageContext.REQUEST_SCOPE);
                    }
                 } 
                if(_jspx_specialownList == true) {
            // end
            // begin [file="/own_sum/ownTotal.jsp";from=(8,0);to=(8,72)]
                }
            // end
            // HTML // begin [file="/own_sum/ownTotal.jsp";from=(8,72);to=(9,0)]
                out.write("\r\n");

            // end
            // begin [file="/own_sum/ownTotal.jsp";from=(9,0);to=(9,74)]
                java.lang.Integer thisPage = null;
                boolean _jspx_specialthisPage  = false;
                 synchronized (request) {
                    thisPage= (java.lang.Integer)
                    pageContext.getAttribute("thisPage",PageContext.REQUEST_SCOPE);
                    if ( thisPage == null ) {
                        _jspx_specialthisPage = true;
                        try {
                            thisPage = (java.lang.Integer) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "java.lang.Integer");
                        } catch (ClassNotFoundException exc) {
                             throw new InstantiationException(exc.getMessage());
                        } catch (Exception exc) {
                             throw new ServletException (" Cannot create bean of class "+"java.lang.Integer", exc);
                        }
                        pageContext.setAttribute("thisPage", thisPage, PageContext.REQUEST_SCOPE);
                    }
                 } 
                if(_jspx_specialthisPage == true) {
            // end
            // begin [file="/own_sum/ownTotal.jsp";from=(9,0);to=(9,74)]
                }
            // end
            // HTML // begin [file="/own_sum/ownTotal.jsp";from=(9,74);to=(10,0)]
                out.write("\r\n");

            // end
            // begin [file="/own_sum/ownTotal.jsp";from=(10,0);to=(10,73)]
                java.lang.Integer maxPage = null;
                boolean _jspx_specialmaxPage  = false;
                 synchronized (request) {
                    maxPage= (java.lang.Integer)
                    pageContext.getAttribute("maxPage",PageContext.REQUEST_SCOPE);
                    if ( maxPage == null ) {
                        _jspx_specialmaxPage = true;
                        try {
                            maxPage = (java.lang.Integer) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "java.lang.Integer");
                        } catch (ClassNotFoundException exc) {
                             throw new InstantiationException(exc.getMessage());
                        } catch (Exception exc) {
                             throw new ServletException (" Cannot create bean of class "+"java.lang.Integer", exc);
                        }
                        pageContext.setAttribute("maxPage", maxPage, PageContext.REQUEST_SCOPE);
                    }
                 } 
                if(_jspx_specialmaxPage == true) {
            // end
            // begin [file="/own_sum/ownTotal.jsp";from=(10,0);to=(10,73)]
                }
            // end
            // HTML // begin [file="/own_sum/ownTotal.jsp";from=(10,73);to=(11,0)]
                out.write("\r\n");

            // end
            // begin [file="/own_sum/ownTotal.jsp";from=(11,0);to=(11,77)]
                java.lang.String managerReply = null;
                boolean _jspx_specialmanagerReply  = false;
                 synchronized (request) {
                    managerReply= (java.lang.String)
                    pageContext.getAttribute("managerReply",PageContext.REQUEST_SCOPE);
                    if ( managerReply == null ) {
                        _jspx_specialmanagerReply = true;
                        try {
                            managerReply = (java.lang.String) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "java.lang.String");
                        } catch (ClassNotFoundException exc) {
                             throw new InstantiationException(exc.getMessage());
                        } catch (Exception exc) {
                             throw new ServletException (" Cannot create bean of class "+"java.lang.String", exc);
                        }
                        pageContext.setAttribute("managerReply", managerReply, PageContext.REQUEST_SCOPE);
                    }
                 } 
                if(_jspx_specialmanagerReply == true) {
            // end
            // begin [file="/own_sum/ownTotal.jsp";from=(11,0);to=(11,77)]
                }
            // end
            // HTML // begin [file="/own_sum/ownTotal.jsp";from=(11,77);to=(12,0)]
                out.write("\r\n");

            // end
            // begin [file="/own_sum/ownTotal.jsp";from=(12,0);to=(12,69)]
                java.lang.String path = null;
                boolean _jspx_specialpath  = false;
                 synchronized (request) {
                    path= (java.lang.String)
                    pageContext.getAttribute("path",PageContext.REQUEST_SCOPE);
                    if ( path == null ) {
                        _jspx_specialpath = true;
                        try {
                            path = (java.lang.String) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "java.lang.String");
                        } catch (ClassNotFoundException exc) {
                             throw new InstantiationException(exc.getMessage());
                        } catch (Exception exc) {
                             throw new ServletException (" Cannot create bean of class "+"java.lang.String", exc);
                        }
                        pageContext.setAttribute("path", path, PageContext.REQUEST_SCOPE);
                    }
                 } 
                if(_jspx_specialpath == true) {
            // end
            // begin [file="/own_sum/ownTotal.jsp";from=(12,0);to=(12,69)]
                }
            // end
            // HTML // begin [file="/own_sum/ownTotal.jsp";from=(12,69);to=(13,0)]
                out.write("\r\n");

            // end
            // begin [file="/own_sum/ownTotal.jsp";from=(13,2);to=(26,0)]
                   
                String ownid="";
                String reply1="";
                String reply2="";
                String title="";
                String partid="";
                String author="";
                String userid="";
                String dateandtime="";
                String state="";
                
                int thispage=thisPage.intValue();
                int maxpage=maxPage.intValue();
            // end
            // HTML // begin [file="/own_sum/ownTotal.jsp";from=(26,2);to=(42,48)]
                out.write("\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<title></title>\r\n<meta name=\"GENERATOR\" content=\"Microsoft FrontPage 3.0\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"../conn/style.css\">\r\n</head>\r\n<body>\r\n<div align=\"center\"><center>\r\n<table border=\"0\" width=\"92%\" cellspacing=\"0\" cellpadding=\"0\">\r\n  <tr>\r\n    <td width=\"100%\"><p align=\"center\"><br>\r\n            涓

⌨️ 快捷键说明

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