📄 index1_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.sql.*;
import java.util.*;
import java.text.*;
import com.j2ee.func.jswz.*;
public final class index1_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=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", 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\r\n\r\n\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<title>\r\nindex1\r\n</title>\r\n</head>\r\n<body bgcolor=\"#ffffff\">\r\n<TABLE cellSpacing=0 cellPadding=0 width=760 align=center bgColor=#f7f7ff \r\nborder=0>\r\n <TBODY>\r\n <TR> \r\n <TD> <TABLE cellSpacing=0 cellPadding=0 width=\"100%\" align=center border=0>\r\n <TBODY>\r\n <TR> \r\n <TD width=200 height=19> </TD>\r\n <TD width=560 rowspan=\"2\" align=left vAlign=top> <TABLE cellSpacing=0 cellPadding=0 width=\"100%\" border=0>\r\n <TBODY>\r\n <TR> \r\n <TD align=right height=20><FONT \r\n color=#000000>首页</FONT> <FONT color=#000000>| \r\n 注册</FONT> <FONT \r\n color=#000000>|</FONT> <FONT \r\n color=#000000>我的主页| 搜索</FONT> \r\n <FONT color=#000000>|</FONT> <FONT \r\n color=#000000>帮助</FONT> <FONT color=#000000>|</FONT> \r\n <FONT \r\n");
out.write(" color=#000000>站点地图</FONT> \r\n <FONT \r\n color=#000000>|</FONT> <FONT color=#000000>关于本站</FONT> \r\n <FONT color=#000000>|</FONT> <FONT \r\n color=#000000>离开</FONT> <FONT color=#000000>|</FONT> \r\n </TD>\r\n </TR>\r\n </TBODY>\r\n </TABLE>\r\n <DIV align=center><img src=\"image/top.jpg\" alt=\"\" width=\"552\" height=\"60\" align=\"left\"> \r\n </DIV></TD>\r\n </TR>\r\n <TR> \r\n <TD width=200 height=35> <DIV align=center><img src=\"image/log.jpg\" width=\"200\" height=\"60\"></DIV></TD>\r\n </TR>\r\n </TBODY>\r\n </TABLE></TD>\r\n </TR>\r\n </TBODY>\r\n</TABLE>\r\n<TABLE class=table2 height=22 cellSpacing=0 borderColorDark=#ffffff \r\ncellPadding=0 width=760 align=center borderColorLight=#00000 border=0>\r\n <TBODY>\r\n <TR> \r\n <TD bgColor=#4a70ac colSpan=2 height=1></TD>\r\n </TR>\r\n <TR> \r\n");
out.write(" <TD width=232 background=image/tabs_m_tile.gif \r\n height=22><DIV align=center></DIV></TD>\r\n <TD width=548 background=image/tabs_m_tile.gif \r\n height=22><DIV align=right><FONT color=#000000><a href=\"newsservlet\"> <FONT \r\n color=#000020>新闻资讯</FONT> </a>| <FONT \r\n color=#000020><a href=\"jswz1servlet\">技术文章</a></FONT> | <a href=\"zlxzservlet\">最新下载</a> \r\n | </FONT></DIV></TD>\r\n </TR>\r\n </TBODY>\r\n</TABLE>\r\n</body>\r\n</html>\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 + -