-
大小: 7.42MB文件類(lèi)型: .zip金幣: 2下載: 0 次發(fā)布日期: 2023-11-02
- 語(yǔ)言: Java
- 標(biāo)簽:
資源簡(jiǎn)介
jsp做的網(wǎng)上書(shū)店,代碼準(zhǔn)備,調(diào)試通過(guò),適合做畢業(yè)設(shè)計(jì)

代碼片段和文件信息
package?com.entity;
import?java.io.Serializable;
public?class?BookBean?implements?Serializable?{
private?static?final?long?serialVersionUID?=?1L;
private?String?ISBN;
private?String?title;
private?String?copyright;
private?String?imageFile;
private?int?editionNumber?publisherID;
private?double?price;
//?set?ISBN?number
public?void?setISBN(String?isbn)?{
ISBN?=?isbn;
}
//?return?ISBN?number
public?String?getISBN()?{
return?ISBN;
}
//?set?book?title
public?void?settitle(String?booktitle)?{
title?=?booktitle;
}
//?return?book?title
public?String?gettitle()?{
return?title;
}
//?set?copyright?year
public?void?setCopyright(String?year)?{
copyright?=?year;
}
//?return?copyright?year
public?String?getCopyright()?{
return?copyright;
}
//?set?file?name?of?image?representing?product?cover
public?void?setImageFile(String?fileName)?{
imageFile?=?fileName;
}
//?return?file?name?of?image?representing?product?cover
public?String?getImageFile()?{
return?imageFile;
}
//?set?edition?number
public?void?setEditionNumber(int?edition)?{
editionNumber?=?edition;
}
//?return?edition?number
public?int?getEditionNumber()?{
return?editionNumber;
}
//?set?publisher?ID?number
public?void?setPublisherID(int?id)?{
publisherID?=?id;
}
//?return?publisher?ID?number
public?int?getPublisherID()?{
return?publisherID;
}
//?set?price
public?void?setPrice(double?amount)?{
price?=?amount;
}
//?return?price
public?double?getPrice()?{
return?price;
}
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2010-06-07?10:59??青鳥(niǎo)網(wǎng)上書(shū)店\
?????文件???????10714??2010-06-07?10:59??青鳥(niǎo)網(wǎng)上書(shū)店\books.sql
?????目錄???????????0??2010-06-07?10:16??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\
?????目錄???????????0??2010-06-07?10:16??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\bin\
?????目錄???????????0??2010-06-07?10:16??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\
?????目錄???????????0??2010-06-07?10:16??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\com\
?????目錄???????????0??2010-06-07?10:16??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\com\entity\
?????文件????????1625??2007-12-06?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\com\entity\BookBean.java
?????文件?????????804??2007-12-06?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\com\entity\CartItemBean.java
?????目錄???????????0??2010-06-07?10:16??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\com\operation\
?????文件????????1958??2007-12-06?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\com\operation\ti
?????目錄???????????0??2010-06-07?10:16??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\com\servlet\
?????文件????????1819??2007-12-06?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\com\servlet\AddBookToCart.java
?????目錄???????????0??2010-06-07?10:16??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\com\util\
?????文件????????1778??2008-11-20?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\com\util\ConnectionManager.java
?????文件?????????606??2007-12-06?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\com\util\DBAccessException.java
?????文件?????????879??2007-12-06?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\com\util\Env.java
?????文件?????????129??2008-11-20?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\db.properties
?????目錄???????????0??2010-06-07?10:16??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\y2javaee\
?????目錄???????????0??2010-06-07?10:16??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\y2javaee\sg\
?????目錄???????????0??2010-06-07?10:16??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\y2javaee\sg\ch02\
?????文件????????1799??2007-12-06?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\y2javaee\sg\ch02\Authenticate.java
?????文件????????1811??2007-12-06?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\y2javaee\sg\ch02\HelloServlet.java
?????目錄???????????0??2010-06-07?10:16??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\y2javaee\sg\ch03\
?????文件????????2107??2007-12-06?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\y2javaee\sg\ch03\BookBean.java
?????文件????????1995??2008-11-20?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\y2javaee\sg\ch03\ConnectionManager.java
?????文件????????1762??2007-12-06?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\y2javaee\sg\ch03\Counter.java
?????文件????????1652??2007-07-30?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\y2javaee\sg\ch03\ti
?????目錄???????????0??2010-06-07?10:16??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\y2javaee\sg\ch04\
?????文件????????2266??2007-12-06?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\y2javaee\sg\ch04\AddBookToCart.java
?????文件?????????876??2007-12-06?00:00??青鳥(niǎo)網(wǎng)上書(shū)店\Y2JAVAEE\src\y2javaee\sg\ch04\CartItemBean.java
............此處省略268個(gè)文件信息
評(píng)論
共有 條評(píng)論