资源简介

长沙学院大三下学期软件工程课设是javaweb做商城,这个里面包含文档,欢迎同学们下载学习,学得不太好的同学,可以多看里面代码,然后自己改一改。

资源截图

代码片段和文件信息

package zhou.dao;

public class Comment {
public String commodityName;
public String userPhoneNum;
public String commentConent;
public String commentTime;

public Comment(String commodityNameString userPhoneNumString commentConentString commentTime) {
setCommentConent(commentConent);
setCommentTime(commentTime);
setCommodityName(commodityName);
setUserPhoneNum(userPhoneNum);
}

public String getCommodityName() {
return commodityName;
}
public void setCommodityName(String commodityName) {
this.commodityName = commodityName;
}
public String getUserPhoneNum() {
return userPhoneNum;
}
public void setUserPhoneNum(String userPhoneNum) {
this.userPhoneNum = userPhoneNum;
}
public String getCommentConent() {
return commentConent;
}
public void setCommentConent(String commentConent) {
this.commentConent = commentConent;
}
public String getCommentTime() {
return commentTime;
}
public void setCommentTime(String commentTime) {
this.commentTime = commentTime;
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-07-02 03:19  AhaMall-master\
     文件         994  2018-07-02 03:19  AhaMall-master\.classpath
     文件          66  2018-07-02 03:19  AhaMall-master\.gitattributes
     文件         876  2018-07-02 03:19  AhaMall-master\.project
     目录           0  2018-07-02 03:19  AhaMall-master\.settings\
     文件         555  2018-07-02 03:19  AhaMall-master\.settings\.jsdtscope
     文件         354  2018-07-02 03:19  AhaMall-master\.settings\org.eclipse.jdt.core.prefs
     文件         465  2018-07-02 03:19  AhaMall-master\.settings\org.eclipse.wst.common.component
     文件         295  2018-07-02 03:19  AhaMall-master\.settings\org.eclipse.wst.common.project.facet.core.xml
     文件          49  2018-07-02 03:19  AhaMall-master\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2018-07-02 03:19  AhaMall-master\.settings\org.eclipse.wst.jsdt.ui.superType.name
     文件         164  2018-07-02 03:19  AhaMall-master\README.md
     目录           0  2018-07-02 03:19  AhaMall-master\SqlStatement\
     文件       24540  2018-07-02 03:19  AhaMall-master\SqlStatement\AhaMAll.sql
     文件         203  2018-07-02 03:19  AhaMall-master\SqlStatement\others.txt
     目录           0  2018-07-02 03:19  AhaMall-master\WebContent\
     目录           0  2018-07-02 03:19  AhaMall-master\WebContent\meta-INF\
     文件          36  2018-07-02 03:19  AhaMall-master\WebContent\meta-INF\MANIFEST.MF
     目录           0  2018-07-02 03:19  AhaMall-master\WebContent\WEB-INF\
     目录           0  2018-07-02 03:19  AhaMall-master\WebContent\WEB-INF\lib\
     文件       20682  2018-07-02 03:19  AhaMall-master\WebContent\WEB-INF\lib\jstl.jar
     文件      999635  2018-07-02 03:19  AhaMall-master\WebContent\WEB-INF\lib\mysql-connector-java-5.1.44-bin.jar
     文件      393259  2018-07-02 03:19  AhaMall-master\WebContent\WEB-INF\lib\standard.jar
     文件         739  2018-07-02 03:19  AhaMall-master\WebContent\WEB-INF\web.xml
     目录           0  2018-07-02 03:19  AhaMall-master\WebContent\pages\
     目录           0  2018-07-02 03:19  AhaMall-master\WebContent\pages\comment\
     文件        2320  2018-07-02 03:19  AhaMall-master\WebContent\pages\comment\bg-detail.png
     文件        3584  2018-07-02 03:19  AhaMall-master\WebContent\pages\comment\comment.htm
     文件        5069  2018-07-02 03:19  AhaMall-master\WebContent\pages\comment\comment.jsp
     文件       12015  2018-07-02 03:19  AhaMall-master\WebContent\pages\comment\defaultface_user_after.png
     文件      130509  2018-07-02 03:19  AhaMall-master\WebContent\pages\comment\ec.css
............此处省略201个文件信息

评论

共有 条评论