資源簡介
jsp做的網上書店,代碼準備,調試通過,適合做畢業設計

代碼片段和文件信息
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;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2010-06-07?10:59??青鳥網上書店\
?????文件???????10714??2010-06-07?10:59??青鳥網上書店\books.sql
?????目錄???????????0??2010-06-07?10:16??青鳥網上書店\Y2JAVAEE\
?????目錄???????????0??2010-06-07?10:16??青鳥網上書店\Y2JAVAEE\bin\
?????目錄???????????0??2010-06-07?10:16??青鳥網上書店\Y2JAVAEE\src\
?????目錄???????????0??2010-06-07?10:16??青鳥網上書店\Y2JAVAEE\src\com\
?????目錄???????????0??2010-06-07?10:16??青鳥網上書店\Y2JAVAEE\src\com\entity\
?????文件????????1625??2007-12-06?00:00??青鳥網上書店\Y2JAVAEE\src\com\entity\BookBean.java
?????文件?????????804??2007-12-06?00:00??青鳥網上書店\Y2JAVAEE\src\com\entity\CartItemBean.java
?????目錄???????????0??2010-06-07?10:16??青鳥網上書店\Y2JAVAEE\src\com\operation\
?????文件????????1958??2007-12-06?00:00??青鳥網上書店\Y2JAVAEE\src\com\operation\ti
?????目錄???????????0??2010-06-07?10:16??青鳥網上書店\Y2JAVAEE\src\com\servlet\
?????文件????????1819??2007-12-06?00:00??青鳥網上書店\Y2JAVAEE\src\com\servlet\AddBookToCart.java
?????目錄???????????0??2010-06-07?10:16??青鳥網上書店\Y2JAVAEE\src\com\util\
?????文件????????1778??2008-11-20?00:00??青鳥網上書店\Y2JAVAEE\src\com\util\ConnectionManager.java
?????文件?????????606??2007-12-06?00:00??青鳥網上書店\Y2JAVAEE\src\com\util\DBAccessException.java
?????文件?????????879??2007-12-06?00:00??青鳥網上書店\Y2JAVAEE\src\com\util\Env.java
?????文件?????????129??2008-11-20?00:00??青鳥網上書店\Y2JAVAEE\src\db.properties
?????目錄???????????0??2010-06-07?10:16??青鳥網上書店\Y2JAVAEE\src\y2javaee\
?????目錄???????????0??2010-06-07?10:16??青鳥網上書店\Y2JAVAEE\src\y2javaee\sg\
?????目錄???????????0??2010-06-07?10:16??青鳥網上書店\Y2JAVAEE\src\y2javaee\sg\ch02\
?????文件????????1799??2007-12-06?00:00??青鳥網上書店\Y2JAVAEE\src\y2javaee\sg\ch02\Authenticate.java
?????文件????????1811??2007-12-06?00:00??青鳥網上書店\Y2JAVAEE\src\y2javaee\sg\ch02\HelloServlet.java
?????目錄???????????0??2010-06-07?10:16??青鳥網上書店\Y2JAVAEE\src\y2javaee\sg\ch03\
?????文件????????2107??2007-12-06?00:00??青鳥網上書店\Y2JAVAEE\src\y2javaee\sg\ch03\BookBean.java
?????文件????????1995??2008-11-20?00:00??青鳥網上書店\Y2JAVAEE\src\y2javaee\sg\ch03\ConnectionManager.java
?????文件????????1762??2007-12-06?00:00??青鳥網上書店\Y2JAVAEE\src\y2javaee\sg\ch03\Counter.java
?????文件????????1652??2007-07-30?00:00??青鳥網上書店\Y2JAVAEE\src\y2javaee\sg\ch03\ti
?????目錄???????????0??2010-06-07?10:16??青鳥網上書店\Y2JAVAEE\src\y2javaee\sg\ch04\
?????文件????????2266??2007-12-06?00:00??青鳥網上書店\Y2JAVAEE\src\y2javaee\sg\ch04\AddBookToCart.java
?????文件?????????876??2007-12-06?00:00??青鳥網上書店\Y2JAVAEE\src\y2javaee\sg\ch04\CartItemBean.java
............此處省略268個文件信息
- 上一篇:超級手電筒源代碼_android版
- 下一篇:基于MySQL+JSP的公交查詢系統
評論
共有 條評論