📄 _error__jsp.java
字号:
/*
* JSP generated by Resin 2.1.6 (built Fri Nov 8 08:18:18 PST 2002)
*/
import javax.servlet.*;
import javax.servlet.jsp.*;
import javax.servlet.http.*;
public class _error__jsp extends com.caucho.jsp.JavaPage{
private boolean _caucho_isDead;
public void
_jspService(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException, javax.servlet.ServletException
{
com.caucho.jsp.QPageContext pageContext = (com.caucho.jsp.QPageContext) com.caucho.jsp.QJspFactory.create().getPageContext(this, request, response, "/error.jsp", true, 8192, true);
javax.servlet.jsp.JspWriter out = (javax.servlet.jsp.JspWriter) pageContext.getOut();
javax.servlet.ServletConfig config = getServletConfig();
javax.servlet.Servlet page = this;
javax.servlet.http.HttpSession session = pageContext.getSession();
javax.servlet.ServletContext application = pageContext.getServletContext();
java.lang.Throwable exception = ((com.caucho.jsp.QPageContext) pageContext).getThrowable();
response.setContentType("text/html;charset=GBK");
request.setCharacterEncoding("GBK");
try {
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
pageContext.write(_jsp_string1, 0, _jsp_string1.length);
if(exception.getMessage()!=null){
out.println(exception.getMessage());
}
else{
out.println("□未知的错误原因或你执行了非法操作。<br>□你没有登录就企图进入受保护的目录。<br>□若有什么不明白的地方请与管理员联系。 <a href='mailto:webmaster@popten.com'>webmaster@popten.com</a><br>");
}
pageContext.write(_jsp_string2, 0, _jsp_string2.length);
} catch (java.lang.Throwable _jsp_e) {
pageContext.handlePageException(_jsp_e);
} finally {
JspFactory.getDefaultFactory().releasePageContext(pageContext);
}
}
private com.caucho.java.LineMap _caucho_line_map;
private java.util.ArrayList _caucho_depends = new java.util.ArrayList();
public boolean _caucho_isModified()
{
if (_caucho_isDead)
return true;
if (com.caucho.util.CauchoSystem.getVersionId() != 2057024148)
return true;
for (int i = _caucho_depends.size() - 1; i >= 0; i--) {
com.caucho.vfs.Depend depend;
depend = (com.caucho.vfs.Depend) _caucho_depends.get(i);
if (depend.isModified())
return true;
}
return false;
}
public long _caucho_lastModified()
{
return 0;
}
public com.caucho.java.LineMap _caucho_getLineMap()
{
return _caucho_line_map;
}
public void destroy()
{
_caucho_isDead = true;
super.destroy();
}
public void init(com.caucho.java.LineMap lineMap,
com.caucho.vfs.Path appDir)
throws javax.servlet.ServletException
{
com.caucho.vfs.Path resinHome = com.caucho.util.CauchoSystem.getResinHome();
com.caucho.vfs.MergePath mergePath = new com.caucho.vfs.MergePath();
mergePath.addMergePath(appDir);
mergePath.addMergePath(resinHome);
mergePath.addClassPath(getClass().getClassLoader());
_caucho_line_map = new com.caucho.java.LineMap("_error__jsp.java", "/popten/error.jsp");
_caucho_line_map.add(3, 1);
_caucho_line_map.add(1, 27);
_caucho_line_map.add(25, 30);
com.caucho.vfs.Depend depend;
depend = new com.caucho.vfs.Depend(appDir.lookup("error.jsp"), 1044063513613L, 1955L);
_caucho_depends.add(depend);
}
private static byte []_jsp_string2;
private static byte []_jsp_string1;
private static byte []_jsp_string0;
static {
try {
_jsp_string2 = "\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"100%\" align=\"center\"><br><br><img src=\"img/button-back.gif\" name=\"Submit\" class=\"button\" onclick=\"javascript:history.go(-1)\"><br></td>\r\n </tr>\r\n </table>\r\n</td>\r\n </tr>\r\n <tr>\r\n <td width=\"15\">\r\n <img border=\"0\" src=\"img/jao5.gif\" width=\"15\" height=\"15\"></td>\r\n <td width=\"525\" class=\"td8\">\r\n <img border=\"0\" src=\"img/null.gif\" width=\"2\" height=\"2\"></td>\r\n <td width=\"20\" class=\"td9\">\r\n <img border=\"0\" src=\"img/null.gif\" width=\"2\" height=\"2\"></td>\r\n </tr>\r\n</table></td>\r\n </tr>\r\n</table>\r\n\r\n</body>\r\n</html>".getBytes("GBK");
_jsp_string1 = "\r\n<html>\r\n<head>\r\n<title>错误信息</title>\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"style/style.css\">\r\n</head>\r\n<body>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" width=\"100%\" height=\"80%\">\r\n <tr>\r\n <td width=\"100%\" align=\"center\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" width=\"560\" bgcolor=\"#f2f8ff\">\r\n <tr>\r\n <td width=\"15\" class=\"td4\">\r\n <img border=\"0\" src=\"img/null.gif\" width=\"2\" height=\"2\"></td>\r\n <th width=\"525\" class=\"td5\">\r\n <img border=\"0\" src=\"img/null.gif\" width=\"2\" height=\"2\">错误信息</th>\r\n <td width=\"20\" class=\"td6\">\r\n <img border=\"0\" src=\"img/jiao3.gif\" width=\"20\" height=\"20\"></td>\r\n </tr>\r\n <tr>\r\n <td width=\"100%\" colspan=\"3\" class=\"td7\" align=\"center\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" width=98%>\r\n <tr>\r\n <td width=\"100%\"><b>产生错误的可能原因:</b><br>\r\n".getBytes("GBK");
_jsp_string0 = "\r\n".getBytes("GBK");
} catch (java.io.UnsupportedEncodingException e) {
e.printStackTrace();
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -