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

📄 index_jsp.java

📁 自己写的一个java购销系统
💻 JAVA
字号:
package org.apache.jsp.JSP_002dPAGE;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;

public final class index_jsp extends org.apache.jasper.runtime.HttpJspBase
    implements org.apache.jasper.runtime.JspSourceDependent {

  private static java.util.List _jspx_dependants;

  public Object getDependants() {
    return _jspx_dependants;
  }

  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;
    JspWriter _jspx_out = null;
    PageContext _jspx_page_context = null;


    try {
      _jspxFactory = JspFactory.getDefaultFactory();
      response.setContentType("text/html;charset=GBK");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			null, true, 8192, true);
      _jspx_page_context = pageContext;
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\r\n");
      out.write("<html>\r\n");
      out.write("  <head><title>index</title></head>\r\n");
      out.write("  <body bgcolor=\"white\">\r\n");
      out.write("     <table width=\"80%\" bgcolor=\"#C1EFF7\" align=\"center\">\r\n");
      out.write("        <tr><td>\r\n");
      out.write("            <table width=\"100%\" height=\"10%\" align=\"center\">\r\n");
      out.write("                 <tr><td>");
      org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "header.jsp", out, false);
      out.write("</td></tr>\r\n");
      out.write("            </table>\r\n");
      out.write("        </td></tr>\r\n");
      out.write("        <tr><td>\r\n");
      out.write("            <table width=\"100%\" align=\"center\" height=\"80%\">\r\n");
      out.write("              <tr align=\"center\"><TD align=\"center\">\r\n");
      out.write("               <pre><br><br>\r\n");
      out.write("    某企业是南宁一个小型的煤炭经营公司,主要从事煤炭采购  <br>\r\n");
      out.write("仓储和销售业务.随着企业的发展,企业需要加快其现代化进程, <br>\r\n");
      out.write("希望在煤炭采购、仓储和销售等领域引入信息技术。           <br> \r\n");
      out.write("    为满足企业的业务需求,该公司希望开发一套简单的煤炭购  <br>\r\n");
      out.write("销管理系统,以实现煤炭订购、仓储与销售等数据信息的共享,  <br> \r\n");
      out.write("以便减少工作人员的管理工作量,提高企业的运作效率。       <br> \r\n");
      out.write("    该企业的货源(即煤炭购买地)分布在云南、贵州等范围较 <br>\r\n");
      out.write("广的地区,而其仓库、销售市场则主要集中在广西,因此该煤炭 <br> \r\n");
      out.write("购销管理系统要求提供B/S结构的网络版本,以便分布在各地的 <br>\r\n");
      out.write("煤炭采购、销售等工作人员即时反馈供求信息。本项目是某企业 <br>\r\n");
      out.write("委托某软件公司开发的煤炭购销管理系统。                  <br> \r\n");
      out.write("               </pre>\r\n");
      out.write("              </TD></tr>\r\n");
      out.write("            </table>\r\n");
      out.write("       </td></tr>\r\n");
      out.write("       <tr><td>\r\n");
      out.write("           <hr align=\"center\" width=\"100%\">\r\n");
      out.write("       </td></tr>\r\n");
      out.write("       <tr><td>\r\n");
      out.write("            <table width=\"100%\" height=\"10%\" align=\"center\">\r\n");
      out.write("                 <tr><td>");
      org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "footer.jsp", out, false);
      out.write("</td></tr>\r\n");
      out.write("            </table>\r\n");
      out.write("       </td></tr>\r\n");
      out.write("     </table>\r\n");
      out.write("  </body>\r\n");
      out.write("</html>");
    } catch (Throwable t) {
      if (!(t instanceof SkipPageException)){
        out = _jspx_out;
        if (out != null && out.getBufferSize() != 0)
          out.clearBuffer();
        if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
      }
    } finally {
      if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
    }
  }
}

⌨️ 快捷键说明

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