91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 27.85MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-08-06
  • 語(yǔ)言: Java
  • 標(biāo)簽: javaweb??java??

資源簡(jiǎn)介

Javaweb實(shí)現(xiàn)的優(yōu)優(yōu)圖書商城源碼 主要功能介紹: 用戶注冊(cè)、登錄、個(gè)人信息管理、通過(guò)郵件找回密碼 圖書搜索、購(gòu)買、在線瀏覽,購(gòu)物車管理 后臺(tái)echart圖表顯示、源代碼在線編輯 主要技術(shù): 數(shù)據(jù)庫(kù) : mysql 后臺(tái)語(yǔ)言: Java 后臺(tái)框架: Hibernate Spring JPA Compass 前臺(tái)插件: jquery kindeditor echart

資源截圖

代碼片段和文件信息

package?com.liaoyu.bean;

import?java.io.Serializable;

public?class?HostInfo?implements?Serializable?{
private?static?final?long?serialVersionUID?=?1L;
/*操作系統(tǒng)位數(shù)*/
private?String?systemPlatform;
/*項(xiàng)目所在的路徑*/
private?String?realPath;
/*項(xiàng)目名稱*/
private?String?appName;
/*服務(wù)器地址*/
private?String?hostPath;
/*服務(wù)器端口*/
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;
}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????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個(gè)文件信息

評(píng)論

共有 條評(píng)論