资源简介
JAVAEE开发,学生火车订票系统,可以后台管理火车各种列车和出车时间,到达时间,还可以设置出发城市,经过城市,终点城市,前台支持团购,学生寒暑假半价功能,等等常用的火车票售卖系统
代码片段和文件信息
package com.controll;
import java.io.IOException;
import java.util.HashMap;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.database.Database;
public class Login extends HttpServlet {
/**
* Constructor of the object.
*/
public Login() {
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 {
this.doPost(request response);
}
/**
* 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 {
request.setCharacterEncoding(“UTF-8“);
String username = request.getParameter(“username“);
String password = request.getParameter(“password“);
String sql = “select * from user where username=‘“+username+“‘ and password=‘“+password+“‘“;
Database db = new Database();
Listject> list = db.doSelect(sql);
if(list.size()>0){
request.setAttribute(“username“((HashMap)list.get(0)).get(“username“));
request.setAttribute(“rolename“((HashMap)list.get(0)).get(“rolename“));
request.setAttribute(“name“((HashMap)list.get(0)).get(“name“));
request.setAttribute(“id“((HashMap)list.get(0)).get(“id“));
request.getRequestDispatcher(“/index.jsp“).forward(request response);
}else{
request.setAttribute(“message““提示:登录失败,请重试!“);
request.getRequestDispatcher(“/login.jsp“).forward(request response);
}
}
/**
* Initialization of the servlet.
*
* @throws ServletException if an error occurs
*/
public void init() throws ServletException {
// Put your code here
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 771 2018-05-19 22:07 test\test\.classpath
文件 1253 2018-05-19 22:07 test\test\.project
文件 503 2018-03-08 18:28 test\test\.settings\.jsdtscope
文件 348 2018-05-17 20:30 test\test\.settings\org.eclipse.core.resources.prefs
文件 364 2018-03-08 18:28 test\test\.settings\org.eclipse.jdt.core.prefs
文件 440 2018-03-08 18:35 test\test\.settings\org.eclipse.wst.common.component
文件 345 2018-03-08 18:28 test\test\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2018-03-08 18:28 test\test\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2018-03-08 18:28 test\test\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 2629 2018-05-19 22:07 test\test\build\classes\com\controll\cc\Cc.class
文件 3454 2018-05-19 22:07 test\test\build\classes\com\controll\cc\CcAdd.class
文件 1876 2018-05-19 22:07 test\test\build\classes\com\controll\cc\CcDel.class
文件 2279 2018-05-19 22:07 test\test\build\classes\com\controll\cc\CcDetail.class
文件 3226 2018-05-19 22:07 test\test\build\classes\com\controll\cc\CcDoEdit.class
文件 2395 2018-05-19 22:07 test\test\build\classes\com\controll\cc\CcEdit.class
文件 2557 2018-05-19 22:07 test\test\build\classes\com\controll\gg\Gg.class
文件 1955 2018-05-19 22:07 test\test\build\classes\com\controll\gg\GgAdd.class
文件 1779 2018-05-19 22:07 test\test\build\classes\com\controll\gg\GgDel.class
文件 2033 2018-05-19 22:07 test\test\build\classes\com\controll\gg\GgDoEdit.class
文件 2101 2018-05-19 22:07 test\test\build\classes\com\controll\gg\GgEdit.class
文件 2617 2018-05-19 22:07 test\test\build\classes\com\controll\Login.class
文件 2576 2018-05-19 22:07 test\test\build\classes\com\controll\order\Order.class
文件 4142 2018-05-19 22:07 test\test\build\classes\com\controll\order\OrderChange.class
文件 2695 2018-05-19 22:07 test\test\build\classes\com\controll\order\OrderChangeCheck.class
文件 5378 2018-05-19 22:07 test\test\build\classes\com\controll\order\OrderChangeUpdate.class
文件 3281 2018-05-19 22:07 test\test\build\classes\com\controll\order\OrderDel.class
文件 2565 2018-05-19 22:07 test\test\build\classes\com\controll\user\User.class
文件 2133 2018-05-19 22:07 test\test\build\classes\com\controll\user\UserAdd.class
文件 1788 2018-05-19 22:07 test\test\build\classes\com\controll\user\UserDel.class
文件 2238 2018-05-19 22:07 test\test\build\classes\com\controll\user\UserDoEdit.class
............此处省略351个文件信息
相关资源
- JSP MYSQL电影订票系统
- 6008203169 王意 基于JSP技术的网上影院
- Java+MySQL航空在线订票系统的设计与实
- 火车票订票系统
- 软件工程课程设计飞机订票系统Java
- java航空订票系统毕业设计论文
- android 的一个电影票订票系统
- JSP网上订票系统
- 基于jsp和mysql的学生订票系统
- 在线订票系统源码(毕业设计_C#+SQL)
- jsp+mysql火车订票系统
- 航空客运订票系统JAVA课程设计
- jsp飞机票订票系统
- Java+SQL Server航班查询与订票系统
- 航空订票系统的源代码完整版
- 航空公司定订票系统B/S版
- Java Web项目开发案例精粹18-航空订票系
- 火车订票系统
- 简易C语言航空订票系统
- android航空订票系统
- 航空订票系统+毕业论文+程序
- 在线火车订票系统
- Android航空订票软件源码
- 用java链接Mysql数据库的飞机订票系统
- android 火车票订票系统
- 飞机订票系统jsp版
- 飞机订票系统源代码Java绝对实用
- JAVA航空订票系统(源码+文档+数据库
- jsp 飞机订票系统
- ssh火车订票系统源码(附数据库脚本
评论
共有 条评论