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.settingsorg.eclipse.jdt.core.prefs
     文件         491  2018-06-25 14:51  JSP服装管理系统ClothesManage.settingsorg.eclipse.wst.common.component
     文件         305  2018-06-19 14:29  JSP服装管理系统ClothesManage.settingsorg.eclipse.wst.common.project.facet.core.xml
     文件          49  2018-06-19 14:29  JSP服装管理系统ClothesManage.settingsorg.eclipse.wst.jsdt.ui.superType.container
     文件           6  2018-06-19 14:29  JSP服装管理系统ClothesManage.settingsorg.eclipse.wst.jsdt.ui.superType.name
     目录           0  2018-07-02 20:13  JSP服装管理系统ClothesManageWebContent
     文件        4205  2018-06-20 21:37  JSP服装管理系统ClothesManageWebContentAddClothes.jsp
     文件        1460  2018-06-20 13:05  JSP服装管理系统ClothesManageWebContentAddClothesProperty.jsp
     文件        1431  2018-06-21 19:57  JSP服装管理系统ClothesManageWebContentAddInput.jsp
     文件        2291  2018-06-21 15:43  JSP服装管理系统ClothesManageWebContentAddInput_information.jsp
     文件        1433  2018-06-21 19:57  JSP服装管理系统ClothesManageWebContentAddOutput.jsp
     文件        2302  2018-06-21 15:46  JSP服装管理系统ClothesManageWebContentAddOutput_information.jsp
     文件        1810  2018-06-20 14:44  JSP服装管理系统ClothesManageWebContentAddUser.jsp
     文件        3253  2018-06-20 14:50  JSP服装管理系统ClothesManageWebContentAdminLogin.jsp
     文件         822  2018-06-19 15:21  JSP服装管理系统ClothesManageWebContentAdminLoginCheck.jsp
     文件         497  2018-06-10 10:32  JSP服装管理系统ClothesManageWebContentAdminMenu.jsp
     文件        1806  2018-06-25 08:33  JSP服装管理系统ClothesManageWebContentAdminSelectClothes.jsp
     文件        2907  2018-06-25 08:33  JSP服装管理系统ClothesManageWebContentDeleteClothes.jsp
     文件        2713  2018-06-21 20:34  JSP服装管理系统ClothesManageWebContentDeleteInput.jsp
     文件        3435  2018-06-21 20:34  JSP服装管理系统ClothesManageWebContentDeleteInput_information.jsp
     文件        2726  2018-06-21 20:34  JSP服装管理系统ClothesManageWebContentDeleteOutput.jsp
     文件        3459  2018-06-21 20:34  JSP服装管理系统ClothesManageWebContentDeleteOutput_information.jsp
     目录           0  2018-07-02 20:13  JSP服装管理系统ClothesManageWebContentmeta-INF
     文件          39  2018-06-19 14:29  JSP服装管理系统ClothesManageWebContentmeta-INFMANIFEST.MF
     文件        1851  2018-06-25 08:33  JSP服装管理系统ClothesManageWebContentSelectClothes.jsp
............此处省略118个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)