• 大小: 3.31MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-19
  • 语言: Java
  • 标签:

资源简介

利用servlet技术写的小项目,数据库sql语句,jsp,持久层,业务层

资源截图

代码片段和文件信息

package chenxin;

public class AllValue {
String id;
String category;
String model;
String no;
String price;
String autoId;
String customer;
String leasedate;
String returned ;
String returndate;
public String getAutoId() {
return autoId;
}
public void setAutoId(String autoId) {
this.autoId = autoId;
}
public String getCategory() {
return category;
}
public void setCategory(String category) {
this.category = category;
}
public String getCustomer() {
return customer;
}
public void setCustomer(String customer) {
this.customer = customer;
}
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public String getLeasedate() {
return leasedate;
}
public void setLeasedate(String leasedate) {
this.leasedate = leasedate;
}
public String getModel() {
return model;
}
public void setModel(String model) {
this.model = model;
}
public String getNo() {
return no;
}
public void setNo(String no) {
this.no = no;
}
public String getPrice() {
return price;
}
public void setPrice(String price) {
this.price = price;
}
public String getReturndate() {
return returndate;
}
public void setReturndate(String returndate) {
this.returndate = returndate;
}
public String getReturned() {
return returned;
}
public void setReturned(String returned) {
this.returned = returned;
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         153  2016-10-28 09:56  系统要求.txt
     文件      435712  2016-10-28 09:47  设计文档.doc
     目录           0  2016-10-28 09:28  car\
     目录           0  2016-10-28 09:28  car\src\chenxin\form\
     目录           0  2016-10-28 09:28  car\src\chenxin\action\
     目录           0  2016-10-28 09:28  car\.settings\
     目录           0  2016-10-28 09:28  car\src\chenxin\
     目录           0  2016-10-28 09:28  car\src\
     目录           0  2016-10-28 09:28  car\build\classes\chenxin\form\
     目录           0  2016-10-28 09:28  car\build\classes\chenxin\action\
     目录           0  2016-10-28 09:28  car\build\classes\chenxin\
     目录           0  2016-10-28 09:28  car\build\classes\
     目录           0  2016-10-28 09:28  car\WebContent\
     目录           0  2016-10-28 09:28  car\WebContent\meta-INF\
     目录           0  2016-10-28 09:28  car\build\
     目录           0  2016-10-28 09:28  car\WebContent\WEB-INF\
     文件        3106  2016-10-28 02:38  car.sql
     目录           0  2016-10-28 09:28  car\WebContent\WEB-INF\classes\
     目录           0  2016-10-28 09:28  car\WebContent\WEB-INF\classes\chenxin\
     目录           0  2016-10-28 09:28  car\WebContent\image\navigation\
     目录           0  2016-10-28 09:28  car\WebContent\image\logo\
     目录           0  2016-10-28 09:28  car\WebContent\image\
     目录           0  2016-10-28 09:28  car\WebContent\WEB-INF\lib\
     目录           0  2016-10-28 09:28  car\WebContent\WEB-INF\classes\chenxin\form\
     目录           0  2016-10-28 09:28  car\WebContent\WEB-INF\classes\chenxin\action\
     文件         834  2016-10-28 09:17  car\.classpath
     文件        1036  2016-10-28 09:17  car\.project
     文件         567  2016-10-28 09:17  car\.settings\.jsdtscope
     文件         364  2016-10-28 09:17  car\.settings\org.eclipse.jdt.core.prefs
     文件         461  2016-10-28 09:17  car\.settings\org.eclipse.wst.common.component
     文件         345  2016-10-28 09:18  car\.settings\org.eclipse.wst.common.project.facet.core.xml
............此处省略158个文件信息

评论

共有 条评论