• 大小: 3.94MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-03-19
  • 语言: Java
  • 标签: 火车票  

资源简介

火车票售票系统,技术一般,但是潜入到你的网站或许可以带来意想不到的流量。

资源截图

代码片段和文件信息

package com.action;
/**
 * 管理员登陆 增加 修改 删除 删除登陆日志
 */
import java.io.IOException;
import java.util.List;
import java.util.StringTokenizer;

import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;

import com.bean.AdminBean;
import com.bean.SystemBean;
import com.util.Constant;
import com.util.MD5;

public class AdminServlet extends HttpServlet {

/**
 * Constructor of the object.
 */
public AdminServlet() {
super();
}

/**
 * Destruction of the servlet. 

 */
public void destroy() {
super.destroy(); // Just puts “destroy“ string in log
// Put your code here
}

/**
 * The doGet method of the servlet. 

 *
 * This method is called when a form has its tag value method equals to get.
 * 
 * @param request the request send by the client to the server
 * @param response the response send by the server to the client
 * @throws ServletException if an error occurred
 * @throws IOException if an error occurred
 */
public void doGet(HttpServletRequest request HttpServletResponse response)
throws ServletException IOException {

doPost(requestresponse);
}

/**
 * The doPost method of the servlet. 

 *
 * This method is called when a form has its tag value method equals to post.
 * 
 * @param request the request send by the client to the server
 * @param response the response send by the server to the client
 * @throws ServletException if an error occurred
 * @throws IOException if an error occurred
 */
public void doPost(HttpServletRequest request HttpServletResponse response)
throws ServletException IOException {

response.setContentType(Constant.CONTENTTYPE);
request.setCharacterEncoding(Constant.CHARACTERENCODING);
try{
String method=request.getParameter(“method“).trim();
AdminBean loginbean = new AdminBean();
HttpSession session = request.getSession();
session.setMaxInactiveInterval(1200);
SystemBean systembean = new SystemBean();
String sysdir = systembean.getDir();
if(method.equals(“one“)){//admin登录
String username = request.getParameter(“username“);
String password = request.getParameter(“password“);
if(username == null||username.trim().equals(““)){
request.setAttribute(“message“ “请正确输入用户名!“);
request.getRequestDispatcher(sysdir+“/login.jsp“).forward(request response);
}
else if(password == null||password.trim().equals(““)){
request.setAttribute(“message“ “请输入密码!“);
request.getRequestDispatcher(sysdir+“/login.jsp“).forward(request response);
}
else{
String md5password = MD5.MD5(password);
String agent = request.getHeader(“user-agent“); 
StringTokenizer st = new StringTokenizer(agent“;“); 
String useros=st.nextToken();
String loginip = request.getRemot

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    2097152  2011-02-26 13:56  JSP 火车票售票系统\cpyd.mdf

     文件    2097152  2011-02-26 13:56  JSP 火车票售票系统\cpyd_log.ldf

    ..A..H.       162  2010-05-22 00:21  JSP 火车票售票系统\~$论文.doc

    ..A..H.    613376  2010-05-22 00:20  JSP 火车票售票系统\~WRL0002.tmp

     文件    2097152  2008-04-12 13:18  JSP 火车票售票系统\火车票售票系统\cpyd.mdf

     文件    2097152  2008-04-12 13:18  JSP 火车票售票系统\火车票售票系统\cpyd_log.ldf

     文件        373  2008-04-06 10:04  JSP 火车票售票系统\火车票售票系统\readme.txt

     文件        781  2010-12-29 02:51  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\.classpath

     文件        285  2010-12-30 03:06  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\.mymetadata

     文件       1410  2010-12-30 03:03  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\.project

     文件        500  2010-12-29 02:32  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\.settings\.jsdtscope

     文件        151  2010-12-29 02:36  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\.settings\com.genuitec.eclipse.core.prefs

     文件         49  2010-12-29 02:32  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\.settings\org.eclipse.wst.jsdt.ui.superType.container

     文件          6  2010-12-29 02:32  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\.settings\org.eclipse.wst.jsdt.ui.superType.name

     文件      10175  2008-04-10 17:31  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\action\AdminServlet.java

     文件       7426  2008-04-10 17:31  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\action\JobServlet.java

     文件       6060  2008-04-10 17:31  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\action\LoginServlet.java

     文件       6522  2008-04-04 11:39  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\action\MemberManageServlet.java

     文件      13552  2008-04-04 11:39  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\action\MemberServlet.java

     文件       7947  2008-04-04 11:39  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\bean\AdminBean.java

     文件      14426  2010-12-30 00:01  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\bean\MemberBean.java

     文件      16718  2008-04-04 11:39  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\bean\MemberManageBean.java

     文件       7604  2008-04-04 11:39  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\bean\SystemBean.java

     文件       8676  2008-04-05 10:48  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\bean\TrainBean.java

     文件       1838  2008-04-04 11:39  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\util\Common.java

     文件        533  2008-04-04 11:39  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\util\Constant.java

     文件       2503  2010-12-29 02:56  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\util\DBO.java

     文件        650  2008-04-04 11:39  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\util\Filter.java

     文件        836  2008-04-04 11:39  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\util\Log.java

     文件        792  2008-04-04 11:39  JSP 火车票售票系统\火车票售票系统\源文件\Cpyd\src\com\util\MD5.java

............此处省略435个文件信息

评论

共有 条评论