main_0002ejsp_jsp.java
来自「野生动物系统的JAVA源码, 野生动物系统的JAVA源码」· Java 代码 · 共 103 行
JAVA
103 行
package sys_manage.login;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class main_0002ejsp_jsp extends HttpJspBase {
private static java.util.Vector _jspx_includes;
static {
_jspx_includes = new java.util.Vector(2);
_jspx_includes.add("/sys_manage/login/");
_jspx_includes.add("/sys_manage/login/");
}
public java.util.List getIncludes() {
return _jspx_includes;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
javax.servlet.jsp.PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=GBK");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
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>\r\n");
out.write("<meta http-equiv=\"Content-Language\" content=\"zh-cn\">\r\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=GBK\">\r\n");
out.write("<title>main page");
out.write("</title>\r\n");
out.write("</head>\r\n");
out.write("<body bottommargin=\"0\" rightmargin=\"0\" topmargin=\"0\" leftmargin=\"0\">\r\n");
out.write("<!--外框start-->\r\n");
out.write("<table width=\"100%\" height=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n ");
out.write("<tr>\r\n ");
out.write("<td valign=\"top\" scope=\"col\">\r\n ");
out.write("<table width=\"100%\" height=\"100%\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" bordercolor=\"#dddddd\">\r\n ");
out.write("<tr align=\"center\">\r\n");
out.write("<!--TOPstart-->\r\n ");
out.write("<td height=\"56\" colspan=\"2\" scope=\"col\">");
out.write("error.jsp\nmain.jsp\n");
out.write("</td>\r\n");
out.write("<!--TOPend-->\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n");
out.write("<!--功能区-->\r\n ");
out.write("<td width=\"29%\" height=\"456\" scope=\"col\">\r\n\t ");
out.write("<iframe id=\"left\" width=\"100%\" height=\"100%\" marginheight=\"0\" marginwidth=\"0\" frameborder=\"0\" scrolling=\"yes\" src=\"\">");
out.write("</iframe>\r\n\t ");
out.write("</td>\r\n");
out.write("<!--展示区-->\r\n ");
out.write("<td width=\"76%\" scope=\"col\">\r\n\t ");
out.write("<iframe id=\"left\" width=\"100%\" height=\"100%\" marginheight=\"0\" marginwidth=\"0\" frameborder=\"0\" scrolling=\"yes\" src=\"\">");
out.write("</iframe>\r\n\t ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr align=\"center\" valign=\"bottom\">\r\n");
out.write("<!--底线-->\r\n ");
out.write("<td height=\"15\" colspan=\"2\" scope=\"col\">");
out.write("error.jsp\nmain.jsp\n");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("</table>\r\n ");
out.write("</td>\r\n ");
out.write("</tr>\r\n");
out.write("</table>\r\n");
out.write("<!--外框end-->\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
} catch (Throwable t) {
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (pageContext != null) pageContext.handlePageException(t);
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?