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

📄 index_jsp.java

📁 vb+java实现的图书管理系统
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
package org.apache.jsp;

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 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;
    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");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			null, false, 8192, true);
      _jspx_page_context = pageContext;
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("<!--\r\n");
      out.write("  Licensed to the Apache Software Foundation (ASF) under one or more\r\n");
      out.write("  contributor license agreements.  See the NOTICE file distributed with\r\n");
      out.write("  this work for additional information regarding copyright ownership.\r\n");
      out.write("  The ASF licenses this file to You under the Apache License, Version 2.0\r\n");
      out.write("  (the \"License\"); you may not use this file except in compliance with\r\n");
      out.write("  the License.  You may obtain a copy of the License at\r\n");
      out.write("\r\n");
      out.write("      http://www.apache.org/licenses/LICENSE-2.0\r\n");
      out.write("\r\n");
      out.write("  Unless required by applicable law or agreed to in writing, software\r\n");
      out.write("  distributed under the License is distributed on an \"AS IS\" BASIS,\r\n");
      out.write("  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n");
      out.write("  See the License for the specific language governing permissions and\r\n");
      out.write("  limitations under the License.\r\n");
      out.write("-->\r\n");
      out.write("<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\r\n");
      out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\r\n");
      out.write("   \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n");
      out.write("\r\n");
      out.write("<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n");
      out.write("    <head>\r\n");
      out.write("    <title>");
      out.print( application.getServerInfo() );
      out.write("</title>\r\n");
      out.write("    <style type=\"text/css\">\r\n");
      out.write("    /*<![CDATA[*/\r\n");
      out.write("      body {\r\n");
      out.write("          color: #000000;\r\n");
      out.write("          background-color: #FFFFFF;\r\n");
      out.write("\t  font-family: Arial, \"Times New Roman\", Times, serif;\r\n");
      out.write("          margin: 10px 0px;\r\n");
      out.write("      }\r\n");
      out.write("\r\n");
      out.write("    img {\r\n");
      out.write("       border: none;\r\n");
      out.write("    }\r\n");
      out.write("    \r\n");
      out.write("    a:link, a:visited {\r\n");
      out.write("        color: blue\r\n");
      out.write("    }\r\n");
      out.write("\r\n");
      out.write("    th {\r\n");
      out.write("        font-family: Verdana, \"Times New Roman\", Times, serif;\r\n");
      out.write("        font-size: 110%;\r\n");
      out.write("        font-weight: normal;\r\n");
      out.write("        font-style: italic;\r\n");
      out.write("        background: #D2A41C;\r\n");
      out.write("        text-align: left;\r\n");
      out.write("    }\r\n");
      out.write("\r\n");
      out.write("    td {\r\n");
      out.write("        color: #000000;\r\n");
      out.write("\tfont-family: Arial, Helvetica, sans-serif;\r\n");
      out.write("    }\r\n");
      out.write("    \r\n");
      out.write("    td.menu {\r\n");
      out.write("        background: #FFDC75;\r\n");
      out.write("    }\r\n");
      out.write("\r\n");
      out.write("    .center {\r\n");
      out.write("        text-align: center;\r\n");
      out.write("    }\r\n");
      out.write("\r\n");
      out.write("    .code {\r\n");
      out.write("        color: #000000;\r\n");
      out.write("        font-family: \"Courier New\", Courier, monospace;\r\n");
      out.write("        font-size: 110%;\r\n");
      out.write("        margin-left: 2.5em;\r\n");
      out.write("    }\r\n");
      out.write("    \r\n");
      out.write("     #banner {\r\n");
      out.write("        margin-bottom: 12px;\r\n");
      out.write("     }\r\n");
      out.write("\r\n");
      out.write("     p#congrats {\r\n");
      out.write("         margin-top: 0;\r\n");
      out.write("         font-weight: bold;\r\n");
      out.write("         text-align: center;\r\n");
      out.write("     }\r\n");
      out.write("\r\n");
      out.write("     p#footer {\r\n");
      out.write("         text-align: right;\r\n");
      out.write("         font-size: 80%;\r\n");
      out.write("     }\r\n");
      out.write("     /*]]>*/\r\n");
      out.write("   </style>\r\n");
      out.write("</head>\r\n");
      out.write("\r\n");
      out.write("<body>\r\n");
      out.write("\r\n");
      out.write("<!-- Header -->\r\n");
      out.write("<table id=\"banner\" width=\"100%\">\r\n");
      out.write("    <tr>\r\n");
      out.write("      <td align=\"left\" style=\"width:130px\">\r\n");
      out.write("        <a href=\"http://tomcat.apache.org/\">\r\n");
      out.write("\t  <img src=\"tomcat.gif\" height=\"92\" width=\"130\" alt=\"The Mighty Tomcat - MEOW!\"/>\r\n");
      out.write("\t</a>\r\n");

⌨️ 快捷键说明

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