Javaweb实现的优优图书商城源码


Javaweb实现的优优图书商城源码 主要功能介绍: 用户注册、登录、个人信息管理、通过邮件找回密码 图书搜索、购买、在线浏览,购物车管理 后台echart图表显示、源代码在线编辑 主要技术: 数据库 : mysql 后台语言: Java 后台框架: Hibernate Spring JPA Compass 前台插件: jquery kindeditor echart
资源截图
代码片段和文件信息
package com.liaoyu.bean;

import java.io.Serializable;

public class HostInfo implements Serializable {
private static final long serialVersionUID = 1L;
/*操作系统位数*/
private String systemPlatform;
/*项目所在的路径*/
private String realPath;
/*项目名称*/
private String appName;
/*服务器地址*/
private String hostPath;
/*服务器端口*/
private Integer hostPort;
/*Java版本*/
private String javaEdition;
/*Java安装路径*/
private String javaPath;
/*用户的工作目录*/
private String workPath;
public String getSystemPlatform() {
return systemPlatform;
}
public void setSystemPlatform(String systemPlatform) {
this.systemPlatform = systemPlatform;
}
public String getRealPath() {
return realPath;
}
public void setRealPath(String realPath) {
this.realPath = realPath;
}
public String getAppName() {
return appName;
}
public void setAppName(String appName) {
this.appName = appName;
}
public String getHostPath() {
return hostPath;
}
public void setHostPath(String hostPath) {
this.hostPath = hostPath;
}
public Integer getHostPort() {
return hostPort;
}
public void setHostPort(Integer i) {
this.hostPort = i;
}
public String getJavaEdition() {
return javaEdition;
}
public void setJavaEdition(String javaEdition) {
this.javaEdition = javaEdition;
}
public String getJavaPath() {
return javaPath;
}
public void setJavaPath(String javaPath) {
this.javaPath = javaPath;
}
public String getWorkPath() {
return workPath;
}
public void setWorkPath(String workPath) {
this.workPath = workPath;
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-11-13 10:14  uushop-master
     文件           8  2014-08-08 10:23  uushop-master.gitignore
     目录           0  2014-08-08 10:23  uushop-mastercompass_index
     目录           0  2014-08-08 10:23  uushop-mastercompass_indexindex
     目录           0  2014-08-08 10:23  uushop-mastercompass_indexindexook
     文件           0  2014-08-08 10:23  uushop-mastercompass_indexindexookclearcache
     文件          20  2014-08-08 10:23  uushop-mastercompass_indexindexooksegments.gen
     文件         245  2014-08-08 10:23  uushop-mastercompass_indexindexooksegments_1q
     文件      193123  2014-08-08 10:23  uushop-mastercompass_indexindexook\_1i.cfs
     文件          14  2014-08-08 10:23  uushop-mastercompass_indexindexook\_1i_3.del
     文件        3422  2014-08-08 10:23  uushop-mastercompass_indexindexook\_1j.cfs
     文件           9  2014-08-08 10:23  uushop-mastercompass_indexindexook\_1j_1.del
     文件        3422  2014-08-08 10:23  uushop-mastercompass_indexindexook\_1k.cfs
     文件           9  2014-08-08 10:23  uushop-mastercompass_indexindexook\_1k_1.del
     文件       10684  2014-08-08 10:23  uushop-mastercompass_indexindexook\_1l.cfs
     文件        3422  2014-08-08 10:23  uushop-mastercompass_indexindexook\_1m.cfs
     文件        7263  2014-08-08 10:23  uushop-mastercompass_indexindexook\_1n.cfs
     文件        1365  2014-08-08 10:23  uushop-mastercompass_indexindexook\_1o.cfs
     文件        1842  2018-11-13 10:15  uushop-masterREADME.md
     目录           0  2014-08-08 10:23  uushop-mastersrc
     文件        2951  2014-08-08 10:23  uushop-mastersrceans.xml
     目录           0  2014-08-08 10:23  uushop-mastersrccom
     目录           0  2014-08-08 10:23  uushop-mastersrccomliaoyu
     目录           0  2014-08-08 10:23  uushop-mastersrccomliaoyuean
     目录           0  2014-08-08 10:23  uushop-mastersrccomliaoyueanook
     文件        6266  2014-08-08 10:23  uushop-mastersrccomliaoyueanookBook.java
     文件        2417  2014-08-08 10:23  uushop-mastersrccomliaoyueanookBookType.java
     文件        2276  2014-08-08 10:23  uushop-mastersrccomliaoyueanookComment.java
     文件        4114  2014-08-08 10:23  uushop-mastersrccomliaoyueanookOrder.java
     文件        1795  2014-08-08 10:23  uushop-mastersrccomliaoyueanookOrderItem.java
     文件        1224  2014-08-08 10:23  uushop-mastersrccomliaoyueanookTransientBook.java
............此处省略810个文件信息

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

发表评论

评论列表(条)