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

📄 loginerror_jsp.java

📁 一个由B/S做的宠物医院
💻 JAVA
字号:
package org.apache.jsp;

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

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

  private static java.util.Vector _jspx_dependants;

  public java.util.List 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<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<title>登录失败</title>\r\n<style type=text/css>\r\n<!--\r\ntd,body,input,select,p {font-size: 14px;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<meta http-equiv=Refresh content=5;URL=Login.jsp>\r\n<br><br><br><br><br><br><br><br><br><br><br>\r\n<TABLE cellSpacing=1 cellPadding=1 width=505 border=0 align=center bgcolor=CCDAF8>\r\n\t<tr>\r\n<TABLE align=\"center\" style=\"BORDER-COLLAPSE: collapse\" cellSpacing=\"0\" cellPadding=\"0\" border=\"1\" width=350>\r\n  <tbody>\r\n    <TR>\r\n      <TD bgColor=\"EDF2FC\" height=\"22\">\r\n      <font color=\"2F59BB\"><b>对不起,您输入的用户名或密码错误!</b></font>\r\n      </TD>\r\n    </TR>\r\n    <tr>\r\n      <td align=\"center\" height=\"125\"> 5秒钟后回到<a href=\"Login.jsp\">登录</a>窗口</td>\r\n    </tr>\r\n  </tbody>\r\n</table>\r\n\t</tr>\r\n\t</table>\r\n</body>\r\n</html>\r\n\r\n");
    } 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 + -