• 大小: 27.85MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-06
  • 语言: Java
  • 标签: javaweb  java  

资源简介

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-master\compass_index\
     目录           0  2014-08-08 10:23  uushop-master\compass_index\index\
     目录           0  2014-08-08 10:23  uushop-master\compass_index\index\book\
     文件           0  2014-08-08 10:23  uushop-master\compass_index\index\book\clearcache
     文件          20  2014-08-08 10:23  uushop-master\compass_index\index\book\segments.gen
     文件         245  2014-08-08 10:23  uushop-master\compass_index\index\book\segments_1q
     文件      193123  2014-08-08 10:23  uushop-master\compass_index\index\book\_1i.cfs
     文件          14  2014-08-08 10:23  uushop-master\compass_index\index\book\_1i_3.del
     文件        3422  2014-08-08 10:23  uushop-master\compass_index\index\book\_1j.cfs
     文件           9  2014-08-08 10:23  uushop-master\compass_index\index\book\_1j_1.del
     文件        3422  2014-08-08 10:23  uushop-master\compass_index\index\book\_1k.cfs
     文件           9  2014-08-08 10:23  uushop-master\compass_index\index\book\_1k_1.del
     文件       10684  2014-08-08 10:23  uushop-master\compass_index\index\book\_1l.cfs
     文件        3422  2014-08-08 10:23  uushop-master\compass_index\index\book\_1m.cfs
     文件        7263  2014-08-08 10:23  uushop-master\compass_index\index\book\_1n.cfs
     文件        1365  2014-08-08 10:23  uushop-master\compass_index\index\book\_1o.cfs
     文件        1842  2018-11-13 10:15  uushop-master\README.md
     目录           0  2014-08-08 10:23  uushop-master\src\
     文件        2951  2014-08-08 10:23  uushop-master\src\beans.xml
     目录           0  2014-08-08 10:23  uushop-master\src\com\
     目录           0  2014-08-08 10:23  uushop-master\src\com\liaoyu\
     目录           0  2014-08-08 10:23  uushop-master\src\com\liaoyu\bean\
     目录           0  2014-08-08 10:23  uushop-master\src\com\liaoyu\bean\book\
     文件        6266  2014-08-08 10:23  uushop-master\src\com\liaoyu\bean\book\Book.java
     文件        2417  2014-08-08 10:23  uushop-master\src\com\liaoyu\bean\book\BookType.java
     文件        2276  2014-08-08 10:23  uushop-master\src\com\liaoyu\bean\book\Comment.java
     文件        4114  2014-08-08 10:23  uushop-master\src\com\liaoyu\bean\book\Order.java
     文件        1795  2014-08-08 10:23  uushop-master\src\com\liaoyu\bean\book\OrderItem.java
     文件        1224  2014-08-08 10:23  uushop-master\src\com\liaoyu\bean\book\TransientBook.java
............此处省略810个文件信息

评论

共有 条评论