📄 category_005fmod_jsp.java
字号:
package org.apache.jsp.bbsadmin;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.sql.*;
import java.util.*;
import java.util.Date;
import java.text.*;
public final class Category_005fmod_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
String Layer_name;
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(2);
_jspx_dependants.add("/bbsadmin/../admin/checkmaster.jsp");
_jspx_dependants.add("/bbsadmin/../inc/conn.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("\r\n");
out.write(" \r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write('\r');
out.write('\n');
String bbsadmin=null;
bbsadmin = (String)session.getAttribute("bbsadmin");
if(bbsadmin==""||bbsadmin==null)
{
out.print("<script>window.open('../admin/index.jsp');</script>");
//out.print("<script>");
//out.print("alert('你的权限太低无法进入!');");
//out.print("window.location.href='../admin/index.jsp';");
//out.print("</script>");
}
out.write('\r');
out.write('\n');
out.write('\r');
out.write('\n');
out.write('\r');
out.write('\n');
//java.sql.Connection conn;
//java.sql.Statement stmt;
//java.sql.ResultSet rs;
//Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance();
//String url="jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=bbs";
//String user="sa";
//String password="";
//conn=DriverManager.getConnection(url,user,password);
//stmt=conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);
//Class.forName("net.sourceforge.jtds.jdbc.Driver").newInstance();
//String url="jdbc:jtds:sqlserver://localhost:1433/bbs;USER=sa;PASSWORD=";
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
String url="jdbc:odbc:db2000";
Connection conn= DriverManager.getConnection(url);
Statement stmt=conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);
//Statement stmt=conn.createStatement();
/*String sql="select BBS_Cate_Name,BBS_Cate_ID,BBS_Cate_PID from BBS_Cate where BBS_Cate_PID='0' and BBS_Cate_ID<>'A_3' and deleted=0 order by totop asc";
ResultSet rs=stmt.executeQuery(sql);
while(rs.next())
out.print(rs.getString("BBS_Cate_Name"));*/
/*String BoardID_1="1",BoardID_2="2",user_id="123",name="3",title="4",menu="5",IP="6",date1="20:00:10",redate="20:00:10",zhiye="123",bbs_img_display="123",bbs_img_text="123",img_url_display="123",deleted="123",picture="123";
String sql="insert into bbstitle(BoardID_1,BoardID_2,user_id,name,title,menu,ip,date1,redate,zhiye,bbs_img_display,bbs_img_text,img_url_display,deleted,picture)";
sql=sql=sql+" values('"+BoardID_1+"','"+BoardID_2+"','"+user_id+"','"+name+"','"+title+"','"+menu+"','"+IP+"','"+date1+"','"+redate+"',"+zhiye+",1,'"+bbs_img_text+"',0,0,'"+picture+"')";
stmt.executeUpdate(sql);*/
/*while(rs.next())
{
out.print(rs.getObject("id"));
}*/
out.write('\r');
out.write('\n');
out.write('\r');
out.write('\n');
String sql,strsql,BBS_Cate_ID,BBS_Cate_Name,BBS_Cate_Manager_Name,BBS_Cate_Manager_Email,BBS_Cate_PID,Layer;
BBS_Cate_PID=request.getParameter("BBS_Cate_PID");
BBS_Cate_ID=request.getParameter("BBS_Cate_ID");
Layer=request.getParameter("layer");
BBS_Cate_Name=new String(request.getParameter("BBS_Cate_Name").getBytes("iso-8859-1"));
//url=request.getHeader("referer");
url="../bbsadmin/index.jsp?layer="+Layer+"&BBS_Cate_PID="+BBS_Cate_PID+"&BBS_Cate_Name="+BBS_Cate_Name;
if(Layer.equals("0")){
Layer_name="一级类别";
BBS_Cate_PID="0";
}
if(Layer.equals("1")){
Layer_name="二级类别";
}
sql="select * from BBS_CATE where BBS_Cate_ID='"+BBS_Cate_ID+"'";
ResultSet rs=stmt.executeQuery(sql);
rs.next();
out.write("\r\n");
out.write("<html>\r\n");
out.write("<head>\r\n");
out.write("<title>Untitled Document</title>\r\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n");
out.write("<link href=\"../css/xmwuye.css\" rel=\"stylesheet\" type=\"text/css\">\r\n");
out.write("\r\n");
out.write("<script language=\"javascript\">\r\n");
out.write("<!--\r\n");
out.write("\tfunction check(form)\r\n");
out.write("\t\t{\r\n");
out.write("\r\n");
out.write("\t\tif (form.BBS_Cate_Name.value==\"\")\r\n");
out.write("\t\t\t{\r\n");
out.write("\t\t\talert(\"请输入论坛类别名称!\");\r\n");
out.write("\t\t\tform.BBS_Cate_Name.focus();\r\n");
out.write("\t\t\treturn false;\r\n");
out.write("\t\t\t}\r\n");
out.write("\t\tif (form.BBS_Cate_Manager_Name.value==\"\")\r\n");
out.write("\t\t\t{\r\n");
out.write("\t\t\talert(\"请输入版主姓名!\");\r\n");
out.write("\t\t\tform.BBS_Cate_Manager_Name.focus();\r\n");
out.write("\t\t\treturn false;\r\n");
out.write("\t\t\t}\r\n");
out.write("\t\t\treturn true;\r\n");
out.write("\t\t}\r\n");
out.write("//-->\r\n");
out.write("</script>\r\n");
out.write("</head>\r\n");
out.write("<body bgcolor=\"#FFFFFF\" text=\"#000000\">\r\n");
out.write("<form name=\"myform\" method=\"post\" action=\"Category_mod_act.jsp\" onSubmit=\"return check(this)\">\r\n");
out.write(" <table width=\"500\" border=\"0\" align=\"center\" cellspacing=\"1\" cellpadding=\"2\" bgcolor=\"#333333\">\r\n");
out.write(" <tr bgcolor=\"#d6dff7\"> \r\n");
out.write(" <td colspan=\"2\"> \r\n");
out.write(" <div align=\"center\"><b>");
out.print(Layer_name);
out.write("修改</b></div>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr bgcolor=\"#FFFFFF\"> \r\n");
out.write(" <td width=\"30%\">");
out.print(Layer_name);
out.write("名称:</td>\r\n");
out.write(" <td> \r\n");
out.write(" <input type=\"text\" name=\"BBS_Cate_Name\" size=\"40\" value=\"");
out.print(rs.getString("BBS_Cate_Name"));
out.write("\">\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr bgcolor=\"#FFFFFF\"> \r\n");
out.write(" <td>");
out.print(Layer_name);
out.write("版主:</td>\r\n");
out.write(" <td> \r\n");
out.write(" <input type=\"text\" name=\"BBS_Cate_Manager_Name\" size=\"40\" value=\"");
out.print(rs.getString("BBS_Cate_Manager_Name"));
out.write("\">\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr bgcolor=\"#FFFFFF\"> \r\n");
out.write(" <td>");
out.print(Layer_name);
out.write("版主Email:</td>\r\n");
out.write(" <td> \r\n");
out.write(" <input type=\"text\" name=\"BBS_Cate_Manager_Email\" size=\"40\" value=\"");
out.print(rs.getString("BBS_Cate_Manager_Email"));
out.write("\">\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr bgcolor=\"#FFFFFF\"> \r\n");
out.write(" <td>位置排列</td>\r\n");
out.write(" <td> \r\n");
out.write(" <input name=\"totop\" type=\"text\" id=\"totop\" value=\"");
out.print(rs.getString("totop"));
out.write("\" size=\"40\">\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr bgcolor=\"#FFFFFF\"> \r\n");
out.write(" <td colspan=\"2\"> \r\n");
out.write(" <div align=\"center\"> \r\n");
out.write(" <input type=\"hidden\" name=\"BBS_Cate_ID\" value=\"");
out.print(BBS_Cate_ID);
out.write("\">\r\n");
out.write(" <input type=\"hidden\" name=\"url\" value=\"");
out.print(url);
out.write("\">\r\n");
out.write(" <input type=\"submit\" name=\"Submit\" value=\"修改信息\">\r\n");
out.write(" <input type=\"reset\" name=\"Submit2\" value=\"取消\">\r\n");
out.write(" </div>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
out.write("</form>\r\n");
out.write("</body>\r\n");
out.write("</html>");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -