91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 619KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-09
  • 語(yǔ)言: Java
  • 標(biāo)簽: java??汽車租賃??

資源簡(jiǎn)介

簡(jiǎn)單的汽車租賃系統(tǒng),運(yùn)用了jsp,servlet,功能有登錄、注冊(cè)。登錄分為普通管理員和超級(jí)管理員登錄。1) 超級(jí)管理員功能: a) 查看所有汽車租用記錄,所有汽車都會(huì)在此頁(yè)面展示出來(lái) b) 查看單個(gè)汽車租用記錄,如果此汽車被租賃出去,那么可以通過(guò)查看詳情按鈕查看租用人和汽車信息 c) 刪除汽車,當(dāng)汽車沒有被租賃的情況下,可以刪除汽車 d) 添加汽車,添加新的可租用汽車到數(shù)據(jù)庫(kù)中 e) 修改汽車基本信息 2) 普通用戶 a) 查看自己所有租車記錄:自己租用的車都可以顯示出來(lái) b) 租車,可以查看所有未被租用的汽車,并把他們顯示出來(lái),當(dāng)想租用某個(gè)汽車的時(shí)候,可以對(duì)他們租用 c) 還車

資源截圖

代碼片段和文件信息

package?com.hp.bean;

public?class?CarInfo?{
/*
?*?id?int?primary?key?identity(11)
cname?varchar(50)?not?null
status?int?default(0)?not?null
ctime?varchar(50)?not?null
?*/

private?int?id;
private?String?cname;
private?int?status;
private?String?ctime;
private?int?cnum;
private?int?price;

public?int?getId()?{
return?id;
}
public?void?setId(int?id)?{
this.id?=?id;
}
public?String?getCname()?{
return?cname;
}
public?void?setCname(String?cname)?{
this.cname?=?cname;
}
public?int?getStatus()?{
return?status;
}
public?void?setStatus(int?status)?{
this.status?=?status;
}
public?String?getCtime()?{
return?ctime;
}
public?void?setCtime(String?ctime)?{
this.ctime?=?ctime;
}
public?int?getCnum()?{
return?

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-09-03?09:56??汽車租賃系統(tǒng)\
?????文件????????1593??2018-08-20?10:18??汽車租賃系統(tǒng)\cardb.sql
?????目錄???????????0??2018-09-03?09:56??汽車租賃系統(tǒng)\rentCar\
?????文件?????????436??2018-08-16?10:18??汽車租賃系統(tǒng)\rentCar\.classpath
?????目錄???????????0??2018-09-03?09:56??汽車租賃系統(tǒng)\rentCar\.myeclipse\
?????文件?????????294??2018-08-28?12:05??汽車租賃系統(tǒng)\rentCar\.mymetadata
?????文件????????1280??2018-08-17?08:52??汽車租賃系統(tǒng)\rentCar\.project
?????目錄???????????0??2018-09-03?09:56??汽車租賃系統(tǒng)\rentCar\.settings\
?????文件?????????330??2018-08-16?10:15??汽車租賃系統(tǒng)\rentCar\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2018-09-03?09:56??汽車租賃系統(tǒng)\rentCar\WebRoot\
?????文件????????1960??2018-08-28?12:39??汽車租賃系統(tǒng)\rentCar\WebRoot\AllCarList.jsp
?????文件????????1552??2018-08-20?10:13??汽車租賃系統(tǒng)\rentCar\WebRoot\AllNoRentCarList.jsp
?????目錄???????????0??2018-09-03?09:56??汽車租賃系統(tǒng)\rentCar\WebRoot\meta-INF\
?????文件??????????36??2018-08-16?10:15??汽車租賃系統(tǒng)\rentCar\WebRoot\meta-INF\MANIFEST.MF
?????目錄???????????0??2018-09-03?09:56??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\
?????目錄???????????0??2018-09-03?09:56??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\
?????目錄???????????0??2018-09-03?09:56??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\com\
?????目錄???????????0??2018-09-03?09:56??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\com\hp\
?????目錄???????????0??2018-09-03?09:56??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\com\hp\bean\
?????文件????????1456??2018-08-28?12:05??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\com\hp\bean\CarInfo.class
?????文件????????2577??2018-08-28?12:05??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\com\hp\bean\UserInfo.class
?????目錄???????????0??2018-09-03?09:56??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\com\hp\dao\
?????文件?????????684??2018-08-28?12:55??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\com\hp\dao\CarDao.class
?????文件?????????329??2018-08-29?09:44??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\com\hp\dao\UserDao.class
?????目錄???????????0??2018-09-03?09:56??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\com\hp\dao\impl\
?????文件????????8737??2018-08-28?12:58??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\com\hp\dao\impl\CarDaoImpl.class
?????文件????????2950??2018-08-29?10:49??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\com\hp\dao\impl\UserDaoImpl.class
?????目錄???????????0??2018-09-03?09:56??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\com\hp\service\
?????文件?????????696??2018-08-28?12:58??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\com\hp\service\CarService.class
?????文件?????????341??2018-08-28?12:05??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\com\hp\service\UserService.class
?????目錄???????????0??2018-09-03?09:56??汽車租賃系統(tǒng)\rentCar\WebRoot\WEB-INF\classes\com\hp\service\impl\
............此處省略62個(gè)文件信息

評(píng)論

共有 條評(píng)論