• 大小: 9.65MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-06
  • 语言: Java
  • 标签: javaee  mysql  jsp  servlet  

资源简介

本影像租赁管理系统分为用户端和管理端,使用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.xml
     文件          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\meta-INF\MANIFEST.MF
     文件        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.xml
     文件         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\style.css
     文件         976  2018-08-02 02:47  RentSystem\WebContent\css\styleUser.css
     文件         754  2018-08-01 02:56  RentSystem\WebContent\css\style_main.css
     文件         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个文件信息

评论

共有 条评论