资源简介
基于JSP的酒店管理系统,可以用于本科阶段学习和答辩
后台管理
登录
注销
用户管理
员工管理
房间管理
开房/退房管理
权限管理
用户界面
登录
注册
首页
客房查看
客房商品
退订房管理
留言
个人信息
技术介绍
开发语言:Java
开发工具:eclipse
数据库:MySQL

代码片段和文件信息
package com.action;
/**
* 管理员登陆 增加 修改 删除
*/
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
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.ComBean;
import com.util.Constant;
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);
String date=new SimpleDateFormat(“yyyy-MM-dd HH:mm:ss“).format(Calendar.getInstance().getTime());
String date2=new SimpleDateFormat(“yyyy-MM-dd“).format(Calendar.getInstance().getTime());
try{
String method=request.getParameter(“method“).trim();
ComBean cBean = new ComBean();
HttpSession session = request.getSession();
if(method.equals(“one“)){//用户登录
String username = request.getParameter(“username“);
String password = request.getParameter(“password“);
String str=cBean.getString(“select realname from admin where username=‘“+username+“‘ and password=‘“+password+“‘ “);
if(str==null){
request.setAttribute(“message“ “登录信息错误!“);
request.getRequestDispatcher(“login2.jsp“).forward(request response);
}
else{
session.setAttribute(“user“ username);
request.getRequestDispatcher(“admin/index.jsp“).forward(request response);
}
}
else if(method.equals(“uppwd“)){//修改密码
String username=(String)session.getAttribute(“user“);
String oldpwd = request.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-05-02 09:16 jdgl\
文件 1529 2017-12-18 20:04 jdgl\.classpath
目录 0 2020-04-06 16:52 jdgl\.myeclipse\
文件 285 2018-04-28 16:11 jdgl\.myme
文件 1410 2017-12-18 20:07 jdgl\.project
目录 0 2020-04-06 16:51 jdgl\.settings\
文件 500 2017-12-18 19:55 jdgl\.settings\.jsdtscope
文件 330 2017-12-18 19:55 jdgl\.settings\org.eclipse.jdt.core.prefs
文件 49 2017-12-18 19:55 jdgl\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2017-12-18 19:55 jdgl\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 7749 2018-04-16 21:10 jdgl\db.sql
目录 0 2020-04-06 16:51 jdgl\src\
目录 0 2020-04-06 16:51 jdgl\src\com\
目录 0 2020-04-06 16:51 jdgl\src\com\action\
文件 7276 2017-12-18 20:18 jdgl\src\com\action\AdminServlet.java
文件 17735 2018-04-28 16:24 jdgl\src\com\action\ComServlet.java
文件 8416 2017-12-18 20:23 jdgl\src\com\action\MemberServlet.java
文件 6201 2017-12-18 20:04 jdgl\src\com\action\UpServlet.java
目录 0 2020-04-06 16:51 jdgl\src\com\bean\
文件 4310 2017-12-18 20:04 jdgl\src\com\bean\ComBean.java
目录 0 2020-04-06 16:51 jdgl\src\com\util\
文件 1838 2017-12-18 20:04 jdgl\src\com\util\Common.java
文件 533 2017-12-18 20:04 jdgl\src\com\util\Constant.java
文件 2480 2017-12-18 20:08 jdgl\src\com\util\DBO.java
文件 650 2017-12-18 20:04 jdgl\src\com\util\Filter.java
目录 0 2020-04-06 16:51 jdgl\WebRoot\
目录 0 2020-04-06 16:51 jdgl\WebRoot\admin\
目录 0 2020-04-06 16:51 jdgl\WebRoot\admin\dd\
文件 7609 2017-12-18 20:04 jdgl\WebRoot\admin\dd\index.jsp
文件 2288 2017-12-18 20:04 jdgl\WebRoot\admin\dd\s.jsp
文件 4121 2017-12-18 20:04 jdgl\WebRoot\admin\dd\sh.jsp
............此处省略523个文件信息
- 上一篇:JAVA核心面试知识整理.pdf
- 下一篇:java对PDF签名签章demo
相关资源
- java串口通信全套完整代码-导入eclip
- jsonarray所必需的6个jar包.rar
- JSP企业人事管理系统设计(源代码+论
- 三角网构TIN生成算法,Java语言实现
- java代码编写将excel数据导入到mysql数据
- 实现一个图书管理系统
- Java写的cmm词法分析器源代码及javacc学
- JAVA JSP公司财务管理系统 源代码 论文
- JSP+MYSQL旅行社管理信息系统
- 推荐算法的JAVA实现
- 基于Java的酒店管理系统源码(毕业设
- java-图片识别 图片比较
- android毕业设计
- java23种设计模式+23个实例demo
- java Socket发送/接受报文
- JAVA828436
- java界面美化 提供多套皮肤直接使用
- 在线聊天系统(java代码)
- 基于Java的图书管理系统807185
- java中实现将页面数据导入Excel中
- java 企业销售管理系统
- java做的聊天系统(包括正规课程设计
- JSP,SQL,MVC的选课系统
- Java编写的qq聊天室
- 基于JSP的学生宿舍管理系统(源码 数
- JSP选课管理系统
- mysql jsp网站源码下载
- JSP做的化妆品商城
- Jsp购物车实例
- 商店商品管理系统 JAVA写的 有界面
评论
共有 条评论