• 大小: 18.84MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-14
  • 语言: Java
  • 标签:

资源简介

这是一款JSP+SQL做的计算机毕业设计作品。 只能用于作业设计。

资源截图

代码片段和文件信息

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;
import com.util.Pagination;

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 adminManageFenye()
{
List adminList=adminDAO.findAll();
int pageSize=3;
int fromIndex = (index - 1) * pageSize;
int toIndex = Math.min(fromIndex + pageSize adminList.size());
List adminListFenye = adminList.subList(fromIndex toIndex);


        Pagination p = new Pagination();//创建 分页对象
        p.setIndex(index);//设置页数
        p.setPageSize(pageSize);
        p.setTotle(adminList.size());//设置总共的条数
        p.setData(adminListFenye);//设置数据
        p.setPath(“adminManageFenye.action?“);//跳转的路径

Map request=(Map)ServletActionContext.getContext().get(“request“);
request.put(“page“ p);
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;
}
 
}

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

     文件    1048576  2012-08-11 08:07  247JSP医院预约挂号系统\db_yygh_Data.MDF

     文件       5256  2012-08-10 23:13  247JSP医院预约挂号系统\yygh\.classpath

     文件        539  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\.myhibernatedata

     文件        285  2012-08-10 23:11  247JSP医院预约挂号系统\yygh\.mymetadata

     文件       1632  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\.project

     文件        330  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\.settings\org.eclipse.jdt.core.prefs

     文件        273  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\.springBeans

     文件       2785  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\src\com\action\adminAction.java

     文件       4936  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\src\com\action\UserAction.java

     文件       3980  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\src\com\dao\TAdminDAO.java

     文件       4809  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\src\com\dao\TYishengDAO.java

     文件        782  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\src\com\model\TAdmin.hbm.xml

     文件       1364  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\src\com\model\TKeshi.java

     文件       1339  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\src\com\model\TYisheng.hbm.xml

     文件       3058  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\src\com\service\loginService.java

     文件       2451  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\src\com\util\Pagination.java

     文件       1300  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\src\com\util\safeFileter.java

     文件       2922  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\src\com\util\upload.java

     文件       2534  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\src\com\util\Util.java

     文件       3526  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\src\struts.properties

     文件       5924  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\src\struts.xml

     文件         61  2013-05-16 08:58  247JSP医院预约挂号系统\yygh\WebRoot\admin\default.jsp

     文件          0  2012-08-10 23:19  247JSP医院预约挂号系统\yygh\WebRoot\admin\index\sysPro.jsp

     文件         88  2013-03-29 12:10  247JSP医院预约挂号系统\yygh\WebRoot\admin\index.jsp

     文件       1003  2012-08-10 23:23  247JSP医院预约挂号系统\yygh\WebRoot\admin\js\list_nav.js

     文件       2299  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\WebRoot\admin\liuyan\liuyanMana.jsp

     文件       8346  2012-08-10 23:19  247JSP医院预约挂号系统\yygh\WebRoot\admin\menu.jsp

     文件       1603  2012-08-10 23:18  247JSP医院预约挂号系统\yygh\WebRoot\admin\top.jsp

     文件       3764  2012-08-10 23:19  247JSP医院预约挂号系统\yygh\WebRoot\admin\userinfo\userPw.jsp

     文件        802  2012-04-01 23:04  247JSP医院预约挂号系统\yygh\WebRoot\common\add_success.jsp

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

评论

共有 条评论