资源简介
网站分为前台和后台两部分,注册用户在前台可注册成为网站用户,浏览网站信息,在线留言,论坛交流,宠物领养申请,管理员登录系统后可以对自己的登录密码信息、注册用户信息、新闻资讯信息、系统公告信息、宠物类别信息、留言信息、论坛信息以及宠物信息进行管理
代码片段和文件信息
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(“adminMana.action“);
return “succeed“;
}
public String adminMana()
{
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(“adminMana.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;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 529 2018-12-10 14:57 JSP宠物领养系统\axcw\.classpath
文件 552 2018-12-04 19:49 JSP宠物领养系统\axcw\.externalToolBuilders\org.eclipse.wst.common.project.facet.core.builder (1).launch
文件 548 2018-12-06 18:56 JSP宠物领养系统\axcw\.externalToolBuilders\org.eclipse.wst.jsdt.core.ja
文件 566 2018-12-10 17:10 JSP宠物领养系统\axcw\.myhibernatedata
文件 285 2018-12-08 19:07 JSP宠物领养系统\axcw\.myme
文件 2627 2018-12-06 06:59 JSP宠物领养系统\axcw\.project
文件 500 2018-12-10 21:21 JSP宠物领养系统\axcw\.settings\.jsdtscope
文件 395 2018-12-03 04:18 JSP宠物领养系统\axcw\.settings\org.eclipse.jdt.core.prefs
文件 450 2018-12-06 11:27 JSP宠物领养系统\axcw\.settings\org.eclipse.wst.common.component
文件 252 2018-12-04 21:38 JSP宠物领养系统\axcw\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2018-12-06 04:01 JSP宠物领养系统\axcw\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2018-12-01 11:44 JSP宠物领养系统\axcw\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 474 2018-12-07 20:48 JSP宠物领养系统\axcw\.springBeans
文件 9381414 2018-12-03 09:44 JSP宠物领养系统\axcw\JSP宠物领养系统录像.exe
文件 2042 2018-12-07 22:24 JSP宠物领养系统\axcw\src\com\action\adminAction.java
文件 2020 2018-12-05 21:24 JSP宠物领养系统\axcw\src\com\action\catelogAction.java
文件 2320 2018-12-08 00:15 JSP宠物领养系统\axcw\src\com\action\indexAction.java
文件 3980 2018-12-04 08:07 JSP宠物领养系统\axcw\src\com\dao\TAdminDAO.java
文件 4191 2018-12-05 01:53 JSP宠物领养系统\axcw\src\com\dao\TCatelogDAO.java
文件 4872 2018-12-06 10:53 JSP宠物领养系统\axcw\src\com\dao\TChongwuDAO.java
文件 782 2018-12-02 00:26 JSP宠物领养系统\axcw\src\com\model\TAdmin.hbm.xm
文件 887 2018-12-02 09:38 JSP宠物领养系统\axcw\src\com\model\TAdmin.java
文件 809 2018-12-07 19:29 JSP宠物领养系统\axcw\src\com\model\TCatelog.hbm.xm
文件 694 2018-12-06 05:15 JSP宠物领养系统\axcw\src\com\model\TCatelog.java
文件 582 2018-12-11 02:48 JSP宠物领养系统\axcw\src\com\service\catelogService.java
文件 2932 2018-12-08 17:54 JSP宠物领养系统\axcw\src\com\service\loginService.java
文件 2922 2018-12-10 02:49 JSP宠物领养系统\axcw\src\com\util\upload.java
文件 3526 2018-12-08 14:43 JSP宠物领养系统\axcw\src\struts.properties
文件 9571 2018-12-10 04:11 JSP宠物领养系统\axcw\src\struts.xm
文件 2518 2018-12-08 11:11 JSP宠物领养系统\axcw\WebRoot\admin\catelog\catelogAdd.jsp
............此处省略843个文件信息
- 上一篇:JAVA JSP养老院系统
- 下一篇:基于Jsp的大学生社团管理系统项目.zip
评论
共有 条评论