某Java web商城源码


这是自己学习过的一个Java web网上商城项目源码,适合初学者学习
资源截图
代码片段和文件信息
package com.itheima.constant;

public interface Constant {
/**
 * 用户未激活
 */
int USER_IS_NOT_ACTIVE = 0;


/**
 * 用户已激活
 */
int USER_IS_ACTIVE = 1;


/**
 * 记住用户名
 */
String SAVE_NAME =“ok“;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-03-29 10:24  store
     文件         841  2016-10-25 15:14  store.classpath
     文件        1038  2016-10-25 15:14  store.project
     目录           0  2017-03-29 10:24  store.settings
     文件         567  2016-10-25 15:14  store.settings.jsdtscope
     文件         364  2016-10-25 15:14  store.settingsorg.eclipse.jdt.core.prefs
     文件         467  2016-10-25 15:14  store.settingsorg.eclipse.wst.common.component
     文件         345  2016-10-25 15:14  store.settingsorg.eclipse.wst.common.project.facet.core.xml
     文件          49  2016-10-25 15:14  store.settingsorg.eclipse.wst.jsdt.ui.superType.container
     文件           6  2016-10-25 15:14  store.settingsorg.eclipse.wst.jsdt.ui.superType.name
     目录           0  2017-03-29 10:24  storeWebContent
     文件         418  2016-10-25 16:03  storeWebContent404.jsp
     文件         383  2016-10-25 16:02  storeWebContent500.jsp
     目录           0  2017-03-29 10:24  storeWebContentmeta-INF
     文件          39  2016-10-25 15:14  storeWebContentmeta-INFMANIFEST.MF
     目录           0  2017-03-29 10:24  storeWebContentWEB-INF
     目录           0  2017-03-29 10:24  storeWebContentWEB-INFlib
     文件      610790  2016-10-25 15:14  storeWebContentWEB-INFlibc3p0-0.9.1.2.jar
     文件      232019  2016-10-25 15:14  storeWebContentWEB-INFlibcommons-beanutils-1.8.3.jar
     文件       49572  2016-10-25 15:14  storeWebContentWEB-INFlibcommons-dbutils-1.4.jar
     文件       57779  2016-10-25 15:14  storeWebContentWEB-INFlibcommons-fileupload-1.2.1.jar
     文件      109043  2016-10-25 15:14  storeWebContentWEB-INFlibcommons-io-1.4.jar
     文件       60841  2016-10-25 15:14  storeWebContentWEB-INFlibcommons-logging-1.1.1.jar
     文件       20682  2016-10-25 15:14  storeWebContentWEB-INFlibjstl.jar
     文件      494975  2016-10-25 15:14  storeWebContentWEB-INFlibmail.jar
     文件      495944  2016-10-25 15:14  storeWebContentWEB-INFlibmysql-connector-java-5.0.4-bin.jar
     文件      393259  2016-10-25 15:14  storeWebContentWEB-INFlibstandard.jar
     文件        1465  2016-10-25 16:04  storeWebContentWEB-INFweb.xml
     目录           0  2017-03-29 10:24  storeWebContentadmin
     文件         858  2016-10-25 15:16  storeWebContentadminottom.jsp
     目录           0  2017-03-29 10:24  storeWebContentadmincategory
............此处省略468个文件信息

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

发表评论

评论列表(条)