資源簡介
基于JSP+MySQL+Tomcat的網上書店系統,簡單實用
代碼片段和文件信息
package?bookstore.bean;
import?java.util.Vector;
import?org.apache.log4j.*;
import?bookstore.model.DBAccess;
public?class?BookBean?{
public?Logger?log?=?Logger.getLogger(this.getClass().getName());
private?int?bookId?=?0;
private?int?sortId?=?0;
private?String?bookName?=?null;
private?float?price?=?0;
private?float?salePrice?=?0;
private?String?bookDesc?=?null;
private?String?author?=?null;
private?String?image?=?null;
private?String?publish?=?null;
public?BookBean()?{
}
public?void?setBookId(int?bookId)?{
this.bookId?=?bookId;
}
public?int?getBookId()?{
return?bookId;
}
public?void?setSortId(int?sortId)?{
this.sortId?=?sortId;
}
public?int?getSortId()?{
return?sortId;
}
public?void?setBookName(String?bookName)?{
this.bookName?=?bookName;
}
public?String?getBookName()?{
return?this.bookName;
}
public?void?setPrice(float?price)?{
this.price?=?price;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????872??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\addBookContent.jsp
?????文件????????852??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\addCart.jsp
?????文件????????864??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\bottom.jsp
?????文件???????1116??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\checkLogin.jsp
?????文件????????880??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\checkReg.jsp
?????文件???????3578??2007-08-09?01:05??網上書店JSP+MySQL\bookstore\createOrder.jsp
?????文件???????1348??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\delBook.jsp
?????文件???????1237??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\emptycart.jsp
?????文件????????863??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\error.jsp
?????文件???????1236??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\fr
?????文件???????1514??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\header.jsp
?????文件????????870??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\historyOrder.jsp
?????文件???????2177??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\00-1.gif
?????文件???????2144??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\00-2.gif
?????文件???????3787??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\book00001.jpg
?????文件??????10626??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\book1.jpg
?????文件???????2204??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\book_003.gif
?????文件????????210??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\button.gif
?????文件????????550??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\button002.gif
?????文件????????547??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\button005.gif
?????文件????????251??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\button2.gif
?????文件???????1926??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\gwc_bt_gwc1.gif
?????文件???????1908??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\j2me1.jpg
?????文件??????12524??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\j2me2.jpg
?????文件???????2505??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\j2mebook.jpg
?????文件???????3491??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\java2.jpg
?????文件???????1947??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\java22.jpg
?????文件???????2088??2007-08-21?00:28??網上書店JSP+MySQL\bookstore\images\jxgm.gif
?????文件????????547??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\logon.gif
?????文件????????180??2007-08-08?10:26??網上書店JSP+MySQL\bookstore\images\order.gif
............此處省略70個文件信息
- 上一篇:java websocket框架
- 下一篇:Java線程開發小程序(隨機點名器)
評論
共有 條評論