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

📄 total1_0002ejsp_jsp.java

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

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


public class total1_0002ejsp_jsp extends HttpJspBase {

    // begin [file="/company/total1.jsp";from=(2,0);to=(2,76)]
    // end
    // begin [file="/company/total1.jsp";from=(9,0);to=(9,72)]
    // end
    // begin [file="/company/total1.jsp";from=(10,0);to=(10,74)]
    // end
    // begin [file="/company/total1.jsp";from=(11,0);to=(11,73)]
    // end

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

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

            // end
            // begin [file="/company/total1.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="/company/total1.jsp";from=(2,0);to=(2,76)]
                }
            // end
            // HTML // begin [file="/company/total1.jsp";from=(2,76);to=(4,0)]
                out.write("\r\n\r\n");

            // end
            // begin [file="/company/total1.jsp";from=(4,2);to=(8,0)]
                
                boolean islogin=offLogBean.total(request,response);
                if(!islogin)
                   response.sendRedirect("default.html");
            // end
            // HTML // begin [file="/company/total1.jsp";from=(8,2);to=(9,0)]
                out.write("   \r\n");

            // end
            // begin [file="/company/total1.jsp";from=(9,0);to=(9,72)]
                java.util.Vector sumList = null;
                boolean _jspx_specialsumList  = false;
                 synchronized (request) {
                    sumList= (java.util.Vector)
                    pageContext.getAttribute("sumList",PageContext.REQUEST_SCOPE);
                    if ( sumList == null ) {
                        _jspx_specialsumList = true;
                        try {
                            sumList = (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("sumList", sumList, PageContext.REQUEST_SCOPE);
                    }
                 } 
                if(_jspx_specialsumList == true) {
            // end
            // begin [file="/company/total1.jsp";from=(9,0);to=(9,72)]
                }
            // end
            // HTML // begin [file="/company/total1.jsp";from=(9,72);to=(10,0)]
                out.write("\r\n");

            // end
            // begin [file="/company/total1.jsp";from=(10,0);to=(10,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="/company/total1.jsp";from=(10,0);to=(10,74)]
                }
            // end
            // HTML // begin [file="/company/total1.jsp";from=(10,74);to=(11,0)]
                out.write("\r\n");

            // end
            // begin [file="/company/total1.jsp";from=(11,0);to=(11,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="/company/total1.jsp";from=(11,0);to=(11,73)]
                }
            // end
            // HTML // begin [file="/company/total1.jsp";from=(11,73);to=(12,0)]
                out.write("\r\n");

            // end
            // begin [file="/company/total1.jsp";from=(12,2);to=(22,0)]
                
                String companyid="";
                String title="";
                String dateandtime="";
                String writer="";
                String state="";
                String hits="";
                int thispage=thisPage.intValue();
                int maxpage=maxPage.intValue();
                
            // end
            // HTML // begin [file="/company/total1.jsp";from=(22,2);to=(53,18)]
                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\">\r\n<center>\r\n<table border=\"0\" width=\"92%\" cellspacing=\"0\" cellpadding=\"0\">\r\n  <tr>\r\n        <td width=\"100%\" align=\"center\"> \r\n          <p align=\"center\"><br>\r\n鐐瑰嚮鐩稿叧鎬荤粨瀵熺湅<br>鍏

⌨️ 快捷键说明

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