• 大小: 18.49MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-02
  • 语言: Java
  • 标签: Java  ssh2  毕业设计  

资源简介

本系统前台主要使用JSP作为开发语言,后台使用MySQL作为数据库管理系统,开发环境是MyEclipse,服务器采用tomcat,开发出的一个基于Web技术的B/S结构的酒店管理系统。

资源截图

代码片段和文件信息

package com.action;
//
import java.util.List;
import java.util.Map;

import org.apache.struts2.ServletActionContext;

import com.dao.TAdminDAO;
import com.model.TAdmin;
import com.opensymphony.xwork2.ActionSupport;

public class adminAction extends ActionSupport
{
private int userId;
private String userName;
private String userPw;
 
private String message;
private String path;

private int index=1;

private TAdminDAO adminDAO;


public String adminAdd()
{
TAdmin admin=new TAdmin();
admin.setUserName(userName);
admin.setUserPw(userPw);
adminDAO.save(admin);
this.setMessage(“操作成功“);
this.setPath(“adminManage.action“);
return “succeed“;
}



public String adminManage()
{
List adminList=adminDAO.findAll();
Map request=(Map)ServletActionContext.getContext().get(“request“);
request.put(“adminList“ adminList);
return ActionSupport.SUCCESS;
}
public String adminDel()
{
adminDAO.delete(adminDAO.findById(userId));
this.setMessage(“删除成功“);
this.setPath(“adminManage.action“);
return “succeed“;
}



public TAdminDAO getAdminDAO()
{
return adminDAO;
}

public void setAdminDAO(TAdminDAO adminDAO)
{
this.adminDAO = adminDAO;
}

public String getMessage()
{
return message;
}

public int getIndex()
{
return index;
}



public void setIndex(int index)
{
this.index = index;
}



public void setMessage(String message)
{
this.message = message;
}

public String getPath()
{
return path;
}

public void setPath(String path)
{
this.path = path;
}

public int getUserId()
{
return userId;
}

public void setUserId(int userId)
{
this.userId = userId;
}

public String getUserName()
{
return userName;
}

public void setUserName(String userName)
{
this.userName = userName;
}

public String getUserPw()
{
return userPw;
}

public void setUserPw(String userPw)
{
this.userPw = userPw;
}
 
}

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

     文件          0  2013-06-07 10:48  有需要联系QQ:649070713

     文件       7747  2013-06-07 10:44  Jsp酒店客房预订系统\db_jdkf.sql

     文件       5186  2012-05-24 00:14  Jsp酒店客房预订系统\jdkf\.classpath

     目录          0  2012-05-11 11:44  Jsp酒店客房预订系统\jdkf\.myeclipse

     文件        527  2012-05-24 00:15  Jsp酒店客房预订系统\jdkf\.myhibernatedata

     文件        285  2012-05-24 00:14  Jsp酒店客房预订系统\jdkf\.mymetadata

     文件       1632  2012-05-11 11:44  Jsp酒店客房预订系统\jdkf\.project

     文件        330  2012-05-11 11:44  Jsp酒店客房预订系统\jdkf\.settings\org.eclipse.jdt.core.prefs

     目录          0  2012-10-16 20:24  Jsp酒店客房预订系统\jdkf\.settings

     文件        332  2012-05-24 00:15  Jsp酒店客房预订系统\jdkf\.springBeans

     文件       2080  2013-06-07 10:48  Jsp酒店客房预订系统\jdkf\src\com\action\adminAction.java

     文件       2312  2012-05-11 11:56  Jsp酒店客房预订系统\jdkf\src\com\action\catelogAction.java

     文件       3470  2012-05-11 11:44  Jsp酒店客房预订系统\jdkf\src\com\action\gonggaoAction.java

     文件       1630  2012-05-11 11:44  Jsp酒店客房预订系统\jdkf\src\com\action\indexAction.java

     文件       8032  2012-05-24 00:17  Jsp酒店客房预订系统\jdkf\src\com\action\kefangAction.java

     文件       2657  2012-05-11 11:44  Jsp酒店客房预订系统\jdkf\src\com\action\liuyanAction.java

     文件       3360  2012-05-24 00:49  Jsp酒店客房预订系统\jdkf\src\com\action\ruzhuAction.java

     文件       5399  2012-05-11 11:44  Jsp酒店客房预订系统\jdkf\src\com\action\UserAction.java

     文件       3292  2012-05-24 00:39  Jsp酒店客房预订系统\jdkf\src\com\action\yudingAction.java

     目录          0  2013-06-07 10:48  Jsp酒店客房预订系统\jdkf\src\com\action

     文件       3980  2012-05-11 11:44  Jsp酒店客房预订系统\jdkf\src\com\dao\TAdminDAO.java

     文件       4191  2012-05-11 11:44  Jsp酒店客房预订系统\jdkf\src\com\dao\TCatelogDAO.java

     文件       5495  2012-05-11 11:44  Jsp酒店客房预订系统\jdkf\src\com\dao\TGonggaoDAO.java

     文件       5021  2012-05-11 11:44  Jsp酒店客房预订系统\jdkf\src\com\dao\TKefangDAO.java

     文件       4153  2012-05-11 11:44  Jsp酒店客房预订系统\jdkf\src\com\dao\TLiuyanDAO.java

     文件       4279  2012-05-11 11:44  Jsp酒店客房预订系统\jdkf\src\com\dao\TPinglunDAO.java

     文件       3733  2012-05-24 00:15  Jsp酒店客房预订系统\jdkf\src\com\dao\TRuzhuDAO.java

     文件       3729  2012-05-11 11:44  Jsp酒店客房预订系统\jdkf\src\com\dao\TUserDAO.java

     文件       4551  2012-05-11 11:44  Jsp酒店客房预订系统\jdkf\src\com\dao\TYudingDAO.java

     目录          0  2013-01-24 19:52  Jsp酒店客房预订系统\jdkf\src\com\dao

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

评论

共有 条评论