📄 _hydetail__jsp.java
字号:
/*
* JSP generated by Resin 2.1.4 (built Fri Aug 2 14:16:52 PDT 2002)
*/
import javax.servlet.*;
import javax.servlet.jsp.*;
import javax.servlet.http.*;
public class _hydetail__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, null, 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();
response.setContentType("text/html; charset=GBK");
request.setCharacterEncoding("GBK");
try {
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
sk.taocanadd_resBean hydetail;
synchronized (session) {
hydetail = (sk.taocanadd_resBean) session.getValue("hydetail");
if (hydetail == null) {
hydetail = new sk.taocanadd_resBean();
session.putValue("hydetail", hydetail);
}
}
pageContext.write(_jsp_string1, 0, _jsp_string1.length);
hydetail.getHuiyuaninfo().executeQuery();
hydetail.getHuiyuaninfo().first();
for( int i=0 ; i< hydetail.getHuiyuaninfo().getRowCount() ;i++)
{
if (hydetail.getHuiyuaninfo().getInt("id")==Integer.parseInt(request.getParameter("id")))
{
pageContext.write(_jsp_string2, 0, _jsp_string2.length);
out.print((hydetail.getHuiyuaninfo().getInt("id")));
pageContext.write(_jsp_string3, 0, _jsp_string3.length);
out.print((hydetail.getHuiyuaninfo().getString("username")));
pageContext.write(_jsp_string3, 0, _jsp_string3.length);
out.print((hydetail.getHuiyuaninfo().getString("xingming")));
pageContext.write(_jsp_string3, 0, _jsp_string3.length);
out.print((hydetail.getHuiyuaninfo().getString("phone")));
pageContext.write(_jsp_string3, 0, _jsp_string3.length);
out.print((hydetail.getHuiyuaninfo().getString("fax")));
pageContext.write(_jsp_string4, 0, _jsp_string4.length);
out.print((hydetail.getHuiyuaninfo().getString("email")));
pageContext.write(_jsp_string5, 0, _jsp_string5.length);
out.print((hydetail.getHuiyuaninfo().getString("handphone")));
pageContext.write(_jsp_string3, 0, _jsp_string3.length);
out.print((hydetail.getHuiyuaninfo().getString("companyname")));
pageContext.write(_jsp_string3, 0, _jsp_string3.length);
out.print((hydetail.getHuiyuaninfo().getString("taocan")));
pageContext.write(_jsp_string6, 0, _jsp_string6.length);
out.print((request.getParameter("id")));
pageContext.write(_jsp_string7, 0, _jsp_string7.length);
break;
}
else hydetail.getHuiyuaninfo().next();
}
pageContext.write(_jsp_string8, 0, _jsp_string8.length);
out.print((hydetail.getHuiyuaninfo().getInt("id")));
pageContext.write(_jsp_string9, 0, _jsp_string9.length);
hydetail.getHuiyuaninfo().close();
pageContext.write(_jsp_string10, 0, _jsp_string10.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() != 2057024146)
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("_hydetail__jsp.java", "/back/hydetail.jsp");
_caucho_line_map.add(1, 1);
_caucho_line_map.add(1, 26);
_caucho_line_map.add(23, 36);
_caucho_line_map.add(33, 47);
_caucho_line_map.add(34, 49);
_caucho_line_map.add(35, 51);
_caucho_line_map.add(36, 53);
_caucho_line_map.add(37, 55);
_caucho_line_map.add(38, 57);
_caucho_line_map.add(39, 59);
_caucho_line_map.add(40, 61);
_caucho_line_map.add(41, 63);
_caucho_line_map.add(71, 73);
_caucho_line_map.add(76, 75);
com.caucho.vfs.Depend depend;
depend = new com.caucho.vfs.Depend(appDir.lookup("hydetail.jsp"), 1033192326000L, 2727L);
_caucho_depends.add(depend);
}
private static byte []_jsp_string8;
private static byte []_jsp_string4;
private static byte []_jsp_string9;
private static byte []_jsp_string3;
private static byte []_jsp_string10;
private static byte []_jsp_string2;
private static byte []_jsp_string5;
private static byte []_jsp_string6;
private static byte []_jsp_string0;
private static byte []_jsp_string1;
private static byte []_jsp_string7;
static {
try {
_jsp_string8 = "\r\n</table>\r\n<p>设定:</p>\r\n<form name=\"form1\" method=\"post\" action=\"start.jsp\">\r\n <p>试用时间\r\n <select name=\"trialtime\">\r\n<option value=\"0\">请选择</option>\r\n <option value=\"3 day\">3天</option>\r\n <option value=\"5 day\">5天</option>\r\n <option value=\"7 day\">7天</option>\r\n <option value=\"1 month\">一个月</option>\r\n </select>\r\n </p>\r\n <p>开通期限\r\n <select name=\"validperiod\">\r\n<option value=\"0\">请选择</option>\r\n <option value=\"1 year\">1</option>\r\n <option value=\"2 year\">2</option>\r\n <option value=\"3 year\">3</option>\r\n </select>\r\n 年</p>\r\n\r\n <input type=\"hidden\" value=".getBytes("GBK");
_jsp_string4 = "</td>\r\n <td width=\"12%\">".getBytes("GBK");
_jsp_string9 = " name=\"userid\">\r\n <p>\r\n <input type=\"submit\" value=\"开通权限\">\r\n </p>\r\n</form>\r\n".getBytes("GBK");
_jsp_string3 = "</td>\r\n <td width=\"10%\">".getBytes("GBK");
_jsp_string10 = "\r\n<p> </p>\r\n</body>\r\n</html>\r\n".getBytes("GBK");
_jsp_string2 = "\r\n <tr>\r\n <td width=\"10%\">".getBytes("GBK");
_jsp_string5 = "</td>\r\n <td width=\"7%\">".getBytes("GBK");
_jsp_string6 = "</td>\r\n <td width=\"11%\"><a href=\"hydiy.jsp?id=".getBytes("GBK");
_jsp_string0 = "\r\n".getBytes("GBK");
_jsp_string1 = "\r\n<html>\r\n<head>\r\n<title>Untitled Document</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n</head>\r\n\r\n<body bgcolor=\"#FFFFFF\">\r\n<table width=\"100%\" border=\"1\">\r\n <tr>\r\n <td width=\"10%\" height=\"25\">序号</td>\r\n <td width=\"10%\" height=\"25\">用户名</td>\r\n <td width=\"10%\" height=\"25\">联系人</td>\r\n <td width=\"10%\" height=\"25\">电话</td>\r\n <td width=\"10%\" height=\"25\">传真</td>\r\n <td width=\"12%\" height=\"25\">电子信箱</td>\r\n <td width=\"7%\" height=\"25\">手机</td>\r\n <td width=\"10%\" height=\"25\">公司名</td>\r\n <td width=\"10%\" height=\"25\">套餐</td>\r\n <td width=\"11%\" height=\"25\">自选</td>\r\n </tr>\r\n ".getBytes("GBK");
_jsp_string7 = "\">详情</a></td>\r\n </tr>\r\n ".getBytes("GBK");
} catch (java.io.UnsupportedEncodingException e) {
e.printStackTrace();
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -