⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _huiyuan__jsp.java

📁 javaWEB应用网立足于提供从WEB技术到WEB应用全方位免费 ║ ║ 共享服务。这个平台是大家学习、应用、交流WEB技术的最 ║ ║ 有力平台。我们坚信成功来源于共享和合作
💻 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 _huiyuan__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 huiyuan;
      synchronized (session) {
        huiyuan = (sk.taocanadd_resBean) session.getValue("huiyuan");
        if (huiyuan == null) {
          huiyuan = new sk.taocanadd_resBean();
          session.putValue("huiyuan", huiyuan);
        }
      }
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      
String bianji="bj";
String shichang="sc";
String admin="zh";
if(session.getValue("type").toString().equals(shichang)||session.getValue("type").toString().equals("admin"))
;
else response.sendRedirect("login.htm");


      pageContext.write(_jsp_string1, 0, _jsp_string1.length);
      
    huiyuan.getHuiyuaninfo().executeQuery();
    huiyuan.getHuiyuaninfo().first();
for( int i=0 ; i< huiyuan.getHuiyuaninfo().getRowCount() ;i++)
{

      pageContext.write(_jsp_string2, 0, _jsp_string2.length);
      out.print((huiyuan.getHuiyuaninfo().getInt("id")));
      pageContext.write(_jsp_string3, 0, _jsp_string3.length);
      out.print((huiyuan.getHuiyuaninfo().getInt("id")));
      pageContext.write(_jsp_string4, 0, _jsp_string4.length);
      out.print((huiyuan.getHuiyuaninfo().getInt("id")));
      pageContext.write(_jsp_string3, 0, _jsp_string3.length);
      out.print((huiyuan.getHuiyuaninfo().getString("username")));
      pageContext.write(_jsp_string5, 0, _jsp_string5.length);
      out.print((huiyuan.getHuiyuaninfo().getInt("id")));
      pageContext.write(_jsp_string6, 0, _jsp_string6.length);
      if(huiyuan.getHuiyuaninfo().getString("companyname")=="")
 out.println("未填");
 else
  out.print(huiyuan.getHuiyuaninfo().getString("companyname"));
      pageContext.write(_jsp_string7, 0, _jsp_string7.length);
      
huiyuan.getHuiyuaninfo().next();
}
huiyuan.getHuiyuaninfo().close();

      pageContext.write(_jsp_string8, 0, _jsp_string8.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("_huiyuan__jsp.java", "/back/huiyuan.jsp");
    _caucho_line_map.add(1, 1);
    _caucho_line_map.add(1, 26);
    _caucho_line_map.add(3, 36);
    _caucho_line_map.add(27, 46);
    _caucho_line_map.add(35, 53);
    _caucho_line_map.add(35, 55);
    _caucho_line_map.add(37, 59);
    _caucho_line_map.add(38, 61);
    _caucho_line_map.add(39, 63);
    _caucho_line_map.add(45, 68);
    com.caucho.vfs.Depend depend;
    depend = new com.caucho.vfs.Depend(appDir.lookup("huiyuan.jsp"), 1035009088000L, 1564L);
    _caucho_depends.add(depend);
  }

  private static byte []_jsp_string4;
  private static byte []_jsp_string7;
  private static byte []_jsp_string2;
  private static byte []_jsp_string8;
  private static byte []_jsp_string6;
  private static byte []_jsp_string5;
  private static byte []_jsp_string1;
  private static byte []_jsp_string0;
  private static byte []_jsp_string3;
  static {
    try {
      _jsp_string4 = "</a>\r\n   </td>\r\n    <td width=\"18%\"><a href=\"hydetail.jsp?id=".getBytes("GBK");
      _jsp_string7 = "</a></td>\r\n\r\n  </tr>\r\n  ".getBytes("GBK");
      _jsp_string2 = "\r\n  <tr>\r\n    <td width=\"18%\">\r\n      <a href=\"hydetail.jsp?id=".getBytes("GBK");
      _jsp_string8 = "\r\n</table>\r\n</body>\r\n</html>\r\n".getBytes("GBK");
      _jsp_string6 = "\">\r\n".getBytes("GBK");
      _jsp_string5 = "</a></td>\r\n    <td width=\"36%\"><a href=\"hydetail.jsp?id=".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=\"75%\" border=\"1\" height=\"98\">\r\n\r\n<tr>\r\n    <td height=\"43\" width=\"18%\">序号</td>\r\n    <td height=\"43\" width=\"18%\">用户名</td>\r\n    <td height=\"43\" width=\"36%\">公司名称</td>\r\n\r\n  </tr>\r\n  ".getBytes("GBK");
      _jsp_string0 = "\r\n".getBytes("GBK");
      _jsp_string3 = "\">".getBytes("GBK");
    } catch (java.io.UnsupportedEncodingException e) {
      e.printStackTrace();
    }
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -