-
大小: 19.98MB文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2023-07-20
- 語言: Java
- 標(biāo)簽:
資源簡(jiǎn)介
javaweb企業(yè)車輛管理系統(tǒng),附帶簡(jiǎn)單的論文。畢業(yè)設(shè)計(jì)參考。
代碼片段和文件信息
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?TAdminDAO?adminDAO;
public?String?adminAdd()
{
TAdmin?admin=new?TAdmin();
admin.setUserName(userName);
admin.setUserPw(userPw);
admin.setType(“putong“);
adminDAO.save(admin);
this.setMessage(“操作成功“);
this.setPath(“adminMana.action“);
return?“succeed“;
}
public?String?adminMana()
{
List?adminList=adminDAO.getHibernateTemplate().find(“from?TAdmin?where?type=‘putong‘“);
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?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;
}
?
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-02-22?21:19??jsp0064企業(yè)車輛管理系統(tǒng)whk\
?????目錄???????????0??2016-02-22?23:33??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\
?????文件????????5328??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\.classpath
?????目錄???????????0??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\.myeclipse\
?????文件?????????526??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\.myhibernatedata
?????文件?????????282??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\.myme
?????文件????????1819??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\.project
?????目錄???????????0??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\.settings\
?????文件?????????500??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\.settings\.jsdtscope
?????文件?????????330??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\.settings\org.eclipse.jdt.core.prefs
?????文件??????????49??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件?????????415??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\.springBeans
?????目錄???????????0??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\
?????目錄???????????0??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\
?????目錄???????????0??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\action\
?????文件????????1982??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\action\adminAction.java
?????文件????????4682??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\action\cheAction.java
?????文件????????3646??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\action\chucheAction.java
?????文件????????3508??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\action\sijiAction.java
?????目錄???????????0??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\dao\
?????文件????????3980??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\dao\TAdminDAO.java
?????文件????????4617??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\dao\TCheDAO.java
?????文件????????4571??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\dao\TChucheDAO.java
?????文件????????4643??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\dao\TSijiDAO.java
?????目錄???????????0??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\model\
?????文件?????????907??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\model\TAdmin.hbm.xm
?????文件????????1031??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\model\TAdmin.java
?????文件????????1325??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\model\TChe.hbm.xm
?????文件????????1467??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\model\TChe.java
?????文件????????1200??2016-02-22?23:51??jsp0064企業(yè)車輛管理系統(tǒng)whk\che\src\com\model\TChuche.hbm.xm
............此處省略1122個(gè)文件信息
評(píng)論
共有 條評(píng)論