資源簡介
本影像租賃管理系統分為用戶端和管理端,使用Eclipse+MySQL開發,基于jsp+servlet+javabean+mysql,適合做javaee和數據庫的課程設計。

代碼片段和文件信息
package?bean;
import?java.util.Date;
public?class?BespeakInfo?{
private?int?id;
private?int?user_id;
private?int?video_id;
private?String?title;
private?String?bespeak_date;
public?int?getUser_id()?{
return?user_id;
}
public?int?getId()?{
return?id;
}
public?void?setId(int?id)?{
this.id?=?id;
}
public?void?setUser_id(int?user_id)?{
this.user_id?=?user_id;
}
public?int?getVideo_id()?{
return?video_id;
}
public?void?setVideo_id(int?video_id)?{
this.video_id?=?video_id;
}
public?String?getBespeak_date()?{
return?bespeak_date;
}
public?void?setBespeak_date(String?bespeak_date)?{
this.bespeak_date?=?bespeak_date;
}
public?String?gettitle()?{
return?title;
}
public?void?settitle(String?title)?{
this.title?=?title;
}
public?BespeakInfo(int?user_id?int?video_id?String?title?String?bespeak_date)?{
super();
this.user_id?=?user_id;
this.video_id?=?video_id;
this.title?=?title;
this.bespeak_date?=?bespeak_date;
}
public?BespeakInfo()?{
super();
//?TODO?Auto-generated?constructor?stub
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????939??2018-07-28?11:22??RentSystem\.classpath
?????文件?????????910??2018-07-27?16:43??RentSystem\.project
?????文件?????????567??2018-07-27?16:43??RentSystem\.settings\.jsdtscope
?????文件?????????301??2018-08-01?14:25??RentSystem\.settings\org.eclipse.core.resources.prefs
?????文件?????????364??2018-07-27?16:43??RentSystem\.settings\org.eclipse.jdt.core.prefs
?????文件?????????482??2018-07-27?16:43??RentSystem\.settings\org.eclipse.wst.common.component
?????文件?????????345??2018-07-27?16:43??RentSystem\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2018-07-27?16:43??RentSystem\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2018-07-27?16:43??RentSystem\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件??????????39??2018-07-27?16:43??RentSystem\WebContent\me
?????文件????????4808??2018-08-01?21:55??RentSystem\WebContent\U_Register.jsp
?????文件????????2004??2018-08-01?12:08??RentSystem\WebContent\U_UserInformation.jsp
?????文件????????2622??2018-08-02?02:40??RentSystem\WebContent\U_index.jsp
?????文件????????2746??2018-08-01?13:49??RentSystem\WebContent\U_rentInformation.jsp
?????文件????????2337??2018-08-02?01:28??RentSystem\WebContent\U_rentVideo.jsp
?????文件????????2131??2018-08-01?15:04??RentSystem\WebContent\U_rent_bespeakVideo.jsp
?????文件????????2761??2018-08-01?21:43??RentSystem\WebContent\U_updatePassword.jsp
?????文件????????2506??2018-08-01?21:50??RentSystem\WebContent\U_update_UserInformation.jsp
?????文件??????990927??2018-07-28?11:21??RentSystem\WebContent\WEB-INF\lib\mysql-connector-java-5.1.40-bin.jar
?????文件?????????886??2018-08-02?01:29??RentSystem\WebContent\WEB-INF\web.xm
?????文件?????????451??2018-08-01?02:17??RentSystem\WebContent\bespeakSuccess.jsp
?????文件?????????815??2018-08-02?02:18??RentSystem\WebContent\contact.jsp
?????文件?????????977??2018-08-01?22:16??RentSystem\WebContent\css\st
?????文件?????????976??2018-08-02?02:47??RentSystem\WebContent\css\st
?????文件?????????754??2018-08-01?02:56??RentSystem\WebContent\css\st
?????文件?????????419??2018-08-01?11:33??RentSystem\WebContent\exit.jsp
?????文件?????1134545??2018-08-01?20:04??RentSystem\WebContent\image\bg1.jpg
?????文件?????1047525??2018-08-01?20:32??RentSystem\WebContent\image\bg2.jpg
?????文件??????366431??2018-08-01?20:34??RentSystem\WebContent\image\bg3.jpg
?????文件??????558222??2018-08-01?20:39??RentSystem\WebContent\image\bg4.jpg
?????文件??????586286??2018-08-01?20:58??RentSystem\WebContent\image\bg5.jpg
............此處省略79個文件信息
- 上一篇:深入理解java虛擬機.mobi
- 下一篇:基于java的點餐系統
評論
共有 條評論