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

📄 board_jsp.java

📁 图书馆管理系统!利用java的mvc开发!
💻 JAVA
字号:
package org.apache.jsp;

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

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

  private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();

  private static java.util.List _jspx_dependants;

  private javax.el.ExpressionFactory _el_expressionfactory;
  private org.apache.AnnotationProcessor _jsp_annotationprocessor;

  public Object getDependants() {
    return _jspx_dependants;
  }

  public void _jspInit() {
    _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
    _jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
  }

  public void _jspDestroy() {
  }

  public void _jspService(HttpServletRequest request, HttpServletResponse response)
        throws java.io.IOException, ServletException {

    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 {
      response.setContentType("text/html; charset=utf-8");
      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("\n");
      out.write("\n");
      out.write("         \n");
      out.write("<html>\n");
      out.write("    <head>\n");
      out.write("        <title>图书排行榜</title>\n");
      out.write("    </head>\n");
      out.write("    <body>\n");
      out.write("        <p align=\"right\"><a href=\"index.jsp\">返回</a></p>\n");
      out.write("        <p>&nbsp;</p>\n");
      out.write("        <table align=\"center\">\n");
      out.write("            <tr align=\"center\">\n");
      out.write("                <td>图书借阅排行榜</td>\n");
      out.write("            </tr>\n");
      out.write("        </table>\n");
      out.write("        <form method=\"post\" action=\"queryBoard\">\n");
      out.write("            <table align=\"center\">\n");
      out.write("                <tr align=\"center\">\n");
      out.write("                    <td>  \n");
      out.write("                        <input name=\"year\" type=\"text\" size=\"4\" value=\"");
      out.print(2008);
      out.write("\" maxlength=\"4\"  \n");
      out.write("                               onpropertychange=\"if(/\\D/g.test(value))value=value.replace(/\\D/g,'')\"\n");
      out.write("                               style =\"ime-mode:disabled\" ondragenter=\"return false\"/>      \n");
      out.write("                    </td>\n");
      out.write("                    <td>年</td>\n");
      out.write("                    <td>        \n");
      out.write("                        <select name=\"month\">\n");
      out.write("                            <option>01</option>\n");
      out.write("                            <option>02</option>\n");
      out.write("                            <option>03</option>\n");
      out.write("                            <option>04</option>\n");
      out.write("                            <option>05</option>\n");
      out.write("                            <option>06</option>\n");
      out.write("                            <option selected>07</option>\n");
      out.write("                            <option>08</option>\n");
      out.write("                            <option>09</option>\n");
      out.write("                            <option>10</option>\n");
      out.write("                            <option>11</option>\n");
      out.write("                            <option>12</option>\n");
      out.write("                        </select>      \n");
      out.write("                    </td>\n");
      out.write("                    <td>月</td>    \n");
      out.write("                    <td>     \n");
      out.write("                        <input type=\"submit\" name=\"Submit\" value=\"提交\" />        \n");
      out.write("                        <input type=\"reset\" name=\"Submit2\" value=\"重置\" />      \n");
      out.write("                    </td>\n");
      out.write("                </tr>\n");
      out.write("            </table>\n");
      out.write("        </form>\n");
      out.write("    </body>\n");
      out.write("</html>\n");
    } catch (Throwable t) {
      if (!(t instanceof SkipPageException)){
        out = _jspx_out;
        if (out != null && out.getBufferSize() != 0)
          try { out.clearBuffer(); } catch (java.io.IOException e) {}
        if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
      }
    } finally {
      _jspxFactory.releasePageContext(_jspx_page_context);
    }
  }
}

⌨️ 快捷键说明

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