?? manager_jsp.java
字號(hào):
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.util.*;
import com.sunnitech.bean.*;
public final class manager_jsp extends org.apache.jasper.runtime.HttpJspBase implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(2);
_jspx_dependants.add("/title.jsp");
_jspx_dependants.add("/menu.jsp");
}
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, 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('\n');
out.write('\n');
out.write('\n');
com.sunnitech.bean.usrInfo usrinfo = null;
synchronized(session) {
usrinfo = (com.sunnitech.bean.usrInfo)_jspx_page_context.getAttribute("usrinfo", PageContext.SESSION_SCOPE);
if(usrinfo == null) {
usrinfo = new com.sunnitech.bean.usrInfo();
_jspx_page_context.setAttribute("usrinfo", usrinfo, PageContext.SESSION_SCOPE);
}
}
out.write("\n");
out.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n");
out.write("<html>\n");
out.write("<head>\n");
out.write("<title>Manage Page</title>\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\n");
out.write("</head>\n");
out.write("<body>\n");
out.write("<table align=\"center\" border=\"0\">\n");
out.write(" <tr><td colspan=\"2\">");
out.write("\n");
out.write("\n");
out.write("<table width=\"830\" height=\"25\" bgcolor=\"#BBCCDD\" align=center cellpadding=0 cellspacing=0 class=table1>\n");
out.write(" <tr>\n");
out.write(" <td width=\"830\" class=table2> \n");
out.write(" \n");
out.write(" <a href=\"login.jsp\" target=\"_top\">鐢ㄦ埛鐧誨綍</a> \n");
out.write(" <a href=\"addusr.jsp\" target=\"_top\">鐢ㄦ埛娉ㄥ唽</a> \n");
out.write("\t<a href=\"getpwd.jsp\" target=\"_top\">蹇樿
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -