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

📄 _delete__jsp.java

📁 一套大型Office网络办公系统
💻 JAVA
字号:
/*
 * JSP generated by Resin 2.0.3 (built Wed Oct 17 10:11:08 PDT 2001)
 */

import java.io.*;
import javax.servlet.*;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
import javax.servlet.http.*;
import java.io.*;
import java.util.*;
import java.sql.*;
import javax.servlet.*;
import javax.servlet.http.*;

public class _delete__jsp extends com.caucho.jsp.JavaPage{
  private boolean _caucho_isDead;

  public String getServletInfo() { return "database handler"; }
  
  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=gb2312");
    request.setCharacterEncoding("GB2312");
    try {
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string1, 0, _jsp_string1.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string2, 0, _jsp_string2.length);
      test.bbs bbs;
      bbs = (test.bbs) pageContext.getAttribute("bbs");
      if (bbs == null) {
        bbs = new test.bbs();
        pageContext.setAttribute("bbs", bbs);
      }
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      String tempSTR,whereTo;int bbsid,boardid;tempSTR=request.getParameter("bbsid");if (tempSTR==null){ bbsid=0;}else{ bbsid=java.lang.Integer.parseInt(tempSTR);}tempSTR=(String)session.getValue("superlogin");if ((tempSTR!="true")||(bbsid==0)) {  whereTo="about.jsp";}else{  bbs.delBbs(bbsid);  boardid=bbs.getBbsBoardid();  whereTo="bbslist.jsp?method=8&boardid="+boardid;}
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.forward(whereTo);
      if (true) return;
    } 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() != 2058990000)
      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("_delete__jsp.java", "d:\\guestbook\\jsp-access\\delete.jsp");
    _caucho_line_map.add("/delete.jsp", 1, 1);
    _caucho_line_map.add("/incdb.jsp", 2, 1);
    _caucho_line_map.add("/delete.jsp", 1, 35);
    _caucho_line_map.add("/incdb.jsp", 2, 38);
    _caucho_line_map.add("d:\\guestbook\\jsp-access\\delete.jsp", 4, 44);
    _caucho_line_map.add(5, 51);
    _caucho_line_map.add(23, 87);
    com.caucho.vfs.Depend depend;
    depend = new com.caucho.vfs.Depend(mergePath.lookup("file:/d:/guestbook/jsp-access/incdb.jsp"), 972283860000L, 251L);
    _caucho_depends.add(depend);
    depend = new com.caucho.vfs.Depend(mergePath.lookup("file:/d:/guestbook/jsp-access/delete.jsp"), 972226808000L, 610L);
    _caucho_depends.add(depend);
  }

  private static byte []_jsp_string2;
  private static byte []_jsp_string1;
  private static byte []_jsp_string0;
  static {
    try {
      _jsp_string2 = "\r\n<!--导入结束-->\r\n".getBytes("GB2312");
      _jsp_string1 = "<!--开始导入packages-->\r\n".getBytes("GB2312");
      _jsp_string0 = "\r\n".getBytes("GB2312");
    } catch (java.io.UnsupportedEncodingException e) {
      e.printStackTrace();
    }
  }
}

⌨️ 快捷键说明

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