?? master_0002ejsp_jsp.java
字號:
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class master_0002ejsp_jsp extends HttpJspBase {
static {
}
public master_0002ejsp_jsp( ) {
}
private static boolean _jspx_inited = false;
public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
}
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;
String _value = null;
try {
if (_jspx_inited == false) {
synchronized (this) {
if (_jspx_inited == false) {
_jspx_init();
_jspx_inited = true;
}
}
}
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=GBK");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/master.jsp";from=(0,60);to=(1,0)]
out.write("\r\n");
// end
// HTML // begin [file="/master.jsp";from=(1,62);to=(2,0)]
out.write("\r\n");
// end
// HTML // begin [file="/master.jsp";from=(2,60);to=(3,0)]
out.write("\r\n");
// end
// HTML // begin [file="/master.jsp";from=(3,66);to=(4,0)]
out.write("\r\n");
// end
// HTML // begin [file="/master.jsp";from=(4,58);to=(5,0)]
out.write("\r\n");
// end
// HTML // begin [file="/master.jsp";from=(5,58);to=(7,0)]
out.write("\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Frameset//EN\" \"http://www.w3.org/TR/html4/frameset.dtd\">\r\n");
// end
// HTML // begin [file="/master.jsp";from=(7,48);to=(25,0)]
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</head>\r\n\r\n<frameset rows=\"64,*\" cols=\"*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\">\r\n <frame src=\"top.jsp\" name=\"topFrame\" scrolling=\"NO\" noresize >\r\n <frameset rows=\"*\" cols=\"162,*\" framespacing=\"0\" frameborder=\"NO\" border=\"0\">\r\n <frame src=\"left.jsp\" name=\"leftFrame\" scrolling=\"NO\" noresize>\r\n <frame src=\"main.jsp\" name=\"mainFrame\">\r\n </frameset>\r\n</frameset>\r\n<noframes><body>\r\n\r\n</body></noframes>\r\n</html>\r\n");
// end
} catch (Throwable t) {
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -