資源簡介
學校要求做的基于JSP的圖書館管理系統我覺得做的還不錯就放上來,給需要的同學們。僅供參考有問題可以私信我。我能解決的就盡量解決。沒有數據庫導入可以自己創建數據庫,因為不是很難。代碼不是很難該有的注釋也有希望能幫助到你。

代碼片段和文件信息
package?javabean;
public?class?Book?{
private?String?bid;
private?String?bname;
private?String?author;
private?String?bookprice;
private?String?press;
private?int?sum;
public?String?getBid()?{
return?bid;
}
public?void?setBid(String?bid)?{
this.bid?=?bid;
}
public?String?getBname()?{
return?bname;
}
public?void?setBname(String?bname)?{
this.bname?=?bname;
}
public?String?getAuthor()?{
return?author;
}
public?void?setAuthor(String?author)?{
this.author?=?author;
}
public?String?getBookprice()?{
return?bookprice;
}
public?void?setBookprice(String?bookprice)?{
this.bookprice?=?bookprice;
}
public?String?getPress()?{
return?press;
}
public?void?setPress(String?press)?{
this.press?=?press;
}
public?int?getSum()?{
return?sum;
}
public?void?setSum(int?sum)?{
this.sum?=?sum;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-06-19?20:09??library7\
?????文件?????????576??2018-07-12?20:15??library7\.classpath
?????文件????????1006??2018-07-12?20:15??library7\.project
?????目錄???????????0??2019-06-15?22:10??library7\.settings\
?????文件?????????555??2018-07-12?20:15??library7\.settings\.jsdtscope
?????文件?????????105??2019-06-19?20:10??library7\.settings\org.eclipse.core.resources.prefs
?????文件?????????357??2018-07-12?20:15??library7\.settings\org.eclipse.jdt.core.prefs
?????文件?????????471??2018-07-12?20:15??library7\.settings\org.eclipse.wst.common.component
?????文件?????????296??2018-07-12?20:15??library7\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2018-07-12?20:15??library7\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2018-07-12?20:15??library7\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2019-06-19?20:13??library7\WebContent\
?????文件???????15975??2019-06-01?17:27??library7\WebContent\1.jpg
?????文件???????20102??2019-06-18?16:54??library7\WebContent\10.jpg
?????文件???????24628??2019-06-05?10:08??library7\WebContent\2.jpg
?????文件??????204655??2019-06-03?20:47??library7\WebContent\3.jpg
?????文件???????40781??2019-06-03?20:59??library7\WebContent\4.jpg
?????文件??????573629??2019-06-05?10:32??library7\WebContent\5.jpg
?????文件???????41497??2019-06-18?15:34??library7\WebContent\6.jpg
?????文件????????9874??2019-06-18?16:43??library7\WebContent\7.jpg
?????文件????????8382??2019-06-18?16:43??library7\WebContent\8.jpg
?????文件???????19113??2019-06-18?16:54??library7\WebContent\9.jpg
?????文件????????1403??2019-06-18?16:58??library7\WebContent\AddBook.jsp
?????文件????????1573??2019-06-18?16:58??library7\WebContent\AddReader.jsp
?????文件????????4949??2019-06-18?16:53??library7\WebContent\Adminlogin.jsp
?????文件????????1454??2018-07-12?20:15??library7\WebContent\AllBookInfo.jsp
?????文件????????1103??2019-06-19?20:10??library7\WebContent\BookInfo.jsp
?????文件?????????998??2019-06-18?16:48??library7\WebContent\BookSeek.jsp
?????文件?????????408??2019-06-18?11:49??library7\WebContent\H_top.jsp
?????文件?????????850??2019-06-18?16:58??library7\WebContent\LendBooks.jsp
?????文件?????????505??2019-06-18?16:53??library7\WebContent\LibraryInfo.jsp
............此處省略87個文件信息
- 上一篇:j2ee的酒店管理系統
- 下一篇:在線衣貿商城
評論
共有 條評論