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

资源简介

基于JSP+servlet+javabean的服装管理系统,项目导入即可使用,内附文档和说明

资源截图

代码片段和文件信息

package com.bean;

public class ClothesBean {
private String clothes_number;
private String clothes_name;
private String clothes_color;
private String clothes_size;
private int storage;
private String clothes_rack;
private String status;
public String getClothes_number() {
return clothes_number;
}
public void setClothes_number(String clothes_number) {
this.clothes_number = clothes_number;
}
public String getClothes_name() {
return clothes_name;
}
public void setClothes_name(String clothes_name) {
this.clothes_name = clothes_name;
}
public String getClothes_color() {
return clothes_color;
}
public void setClothes_color(String clothes_color) {
this.clothes_color = clothes_color;
}
public String getClothes_size() {
return clothes_size;
}
public void setClothes_size(String clothes_size) {
this.clothes_size = clothes_size;
}
public int getStorage() {
return storage;
}
public void setStorage(int storage) {
this.storage = storage;
}
public String getClothes_rack() {
return clothes_rack;
}
public void setClothes_rack(String clothes_rack) {
this.clothes_rack = clothes_rack;
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status;
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-07-02 20:14  JSP服装管理系统\
     目录           0  2018-07-02 20:13  JSP服装管理系统\ClothesManage\
     文件         866  2018-06-20 13:24  JSP服装管理系统\ClothesManage\.classpath
     文件         913  2018-06-25 14:51  JSP服装管理系统\ClothesManage\.project
     目录           0  2018-07-02 20:13  JSP服装管理系统\ClothesManage\.settings\
     文件         567  2018-06-19 14:29  JSP服装管理系统\ClothesManage\.settings\.jsdtscope
     文件         364  2018-06-19 14:29  JSP服装管理系统\ClothesManage\.settings\org.eclipse.jdt.core.prefs
     文件         491  2018-06-25 14:51  JSP服装管理系统\ClothesManage\.settings\org.eclipse.wst.common.component
     文件         305  2018-06-19 14:29  JSP服装管理系统\ClothesManage\.settings\org.eclipse.wst.common.project.facet.core.xml
     文件          49  2018-06-19 14:29  JSP服装管理系统\ClothesManage\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2018-06-19 14:29  JSP服装管理系统\ClothesManage\.settings\org.eclipse.wst.jsdt.ui.superType.name
     目录           0  2018-07-02 20:13  JSP服装管理系统\ClothesManage\WebContent\
     文件        4205  2018-06-20 21:37  JSP服装管理系统\ClothesManage\WebContent\AddClothes.jsp
     文件        1460  2018-06-20 13:05  JSP服装管理系统\ClothesManage\WebContent\AddClothesProperty.jsp
     文件        1431  2018-06-21 19:57  JSP服装管理系统\ClothesManage\WebContent\AddInput.jsp
     文件        2291  2018-06-21 15:43  JSP服装管理系统\ClothesManage\WebContent\AddInput_information.jsp
     文件        1433  2018-06-21 19:57  JSP服装管理系统\ClothesManage\WebContent\AddOutput.jsp
     文件        2302  2018-06-21 15:46  JSP服装管理系统\ClothesManage\WebContent\AddOutput_information.jsp
     文件        1810  2018-06-20 14:44  JSP服装管理系统\ClothesManage\WebContent\AddUser.jsp
     文件        3253  2018-06-20 14:50  JSP服装管理系统\ClothesManage\WebContent\AdminLogin.jsp
     文件         822  2018-06-19 15:21  JSP服装管理系统\ClothesManage\WebContent\AdminLoginCheck.jsp
     文件         497  2018-06-10 10:32  JSP服装管理系统\ClothesManage\WebContent\AdminMenu.jsp
     文件        1806  2018-06-25 08:33  JSP服装管理系统\ClothesManage\WebContent\AdminSelectClothes.jsp
     文件        2907  2018-06-25 08:33  JSP服装管理系统\ClothesManage\WebContent\DeleteClothes.jsp
     文件        2713  2018-06-21 20:34  JSP服装管理系统\ClothesManage\WebContent\DeleteInput.jsp
     文件        3435  2018-06-21 20:34  JSP服装管理系统\ClothesManage\WebContent\DeleteInput_information.jsp
     文件        2726  2018-06-21 20:34  JSP服装管理系统\ClothesManage\WebContent\DeleteOutput.jsp
     文件        3459  2018-06-21 20:34  JSP服装管理系统\ClothesManage\WebContent\DeleteOutput_information.jsp
     目录           0  2018-07-02 20:13  JSP服装管理系统\ClothesManage\WebContent\meta-INF\
     文件          39  2018-06-19 14:29  JSP服装管理系统\ClothesManage\WebContent\meta-INF\MANIFEST.MF
     文件        1851  2018-06-25 08:33  JSP服装管理系统\ClothesManage\WebContent\SelectClothes.jsp
............此处省略118个文件信息

评论

共有 条评论