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

  • 大小: 963KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-05-19
  • 語言: 數(shù)據(jù)庫
  • 標簽: java??

資源簡介

更新日志: List_版本1.1 1.增加按作者名查找 2.修改刪除功能內(nèi)部使用迭代器遍歷 ------------------------------------------------------------------------ 2019.3.28 數(shù)據(jù)庫版本2.0 1.使用mySQL數(shù)據(jù)庫 2.修改代碼使用JDBC連接數(shù)據(jù)庫 3.新增Manage操作類及DBUtils數(shù)據(jù)庫工具類 4.完善代碼(封裝及方法調(diào)用) ----------------------------------------------------------------------- 2019.3.29 數(shù)據(jù)庫版本2.1 1..封裝更徹底,除了查詢不會封其他都封了 2019.3.30 數(shù)據(jù)庫版本2.2 1.封裝了查詢 而且用了兩種方法 第一種偷懶的方法,第二種使用匿名內(nèi)部類和接口封裝

資源截圖

代碼片段和文件信息

package?com.lanou;

import?com.lanou.booksys.Manage;

public?class?MainClass?{

????public?static?void?main(String[]?args)?{

????????Manage?manage?=?new?Manage();
????????manage.start();
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????529??2019-03-15?16:02??圖書管理系統(tǒng)\.idea\artifacts\_war_exploded.xml

?????文件??????36158??2019-03-28?18:10??圖書管理系統(tǒng)\.idea\dataSources\c8faee97-2090-4fdb-8da8-1a1f7e70e3bd.xml

?????文件????????863??2019-03-28?18:22??圖書管理系統(tǒng)\.idea\dataSources.local.xml

?????文件????????915??2019-03-28?18:08??圖書管理系統(tǒng)\.idea\dataSources.xml

?????文件????????276??2019-03-15?16:02??圖書管理系統(tǒng)\.idea\misc.xml

?????文件????????283??2019-03-15?16:02??圖書管理系統(tǒng)\.idea\modules.xml

?????文件???????8915??2019-03-15?16:05??圖書管理系統(tǒng)\.idea\uiDesigner.xml

?????文件??????27979??2019-04-01?10:58??圖書管理系統(tǒng)\.idea\workspace.xml

?????文件????????431??2019-03-29?11:56??圖書管理系統(tǒng)\booksystem.sql

?????文件???????5087??2019-03-15?15:47??圖書管理系統(tǒng)\lib\BookSystem.jar

?????文件????1007502??2019-03-28?09:29??圖書管理系統(tǒng)\lib\mysql-connector-java-5.1.47.jar

?????文件???????1425??2019-03-29?15:58??圖書管理系統(tǒng)\out\production\圖書管理系統(tǒng)\com\lanou\bean\Book.class

?????文件???????4928??2019-03-31?13:22??圖書管理系統(tǒng)\out\production\圖書管理系統(tǒng)\com\lanou\booksys\Manage.class

?????文件????????511??2019-03-29?15:58??圖書管理系統(tǒng)\out\production\圖書管理系統(tǒng)\com\lanou\MainClass.class

?????文件???????1135??2019-03-31?13:22??圖書管理系統(tǒng)\out\production\圖書管理系統(tǒng)\com\lanou\utils\BookDB$1.class

?????文件???????3615??2019-03-31?13:22??圖書管理系統(tǒng)\out\production\圖書管理系統(tǒng)\com\lanou\utils\BookDB.class

?????文件???????4823??2019-03-29?20:34??圖書管理系統(tǒng)\out\production\圖書管理系統(tǒng)\com\lanou\utils\DBUtils.class

?????文件????????335??2019-03-29?20:34??圖書管理系統(tǒng)\out\production\圖書管理系統(tǒng)\com\lanou\utils\QueryHandler.class

?????文件????????735??2019-03-29?15:58??圖書管理系統(tǒng)\src\com\lanou\bean\Book.java

?????文件???????4922??2019-03-29?20:56??圖書管理系統(tǒng)\src\com\lanou\booksys\Manage.java

?????文件????????208??2019-03-29?15:43??圖書管理系統(tǒng)\src\com\lanou\MainClass.java

?????文件???????3159??2019-03-29?20:56??圖書管理系統(tǒng)\src\com\lanou\utils\BookDB.java

?????文件???????3839??2019-03-29?20:31??圖書管理系統(tǒng)\src\com\lanou\utils\DBUtils.java

?????文件????????182??2019-03-29?20:16??圖書管理系統(tǒng)\src\com\lanou\utils\QueryHandler.java

?????文件????????310??2019-03-15?16:02??圖書管理系統(tǒng)\web\index.jsp

?????文件????????304??2019-03-15?16:02??圖書管理系統(tǒng)\web\WEB-INF\web.xml

?????文件???????1327??2019-03-28?18:04??圖書管理系統(tǒng)\圖書管理系統(tǒng).iml

?????文件????????551??2019-03-31?16:53??圖書管理系統(tǒng)\更新日志.txt

?????目錄??????????0??2019-03-31?16:52??圖書管理系統(tǒng)\out\production\圖書管理系統(tǒng)\com\lanou\bean

?????目錄??????????0??2019-03-31?16:52??圖書管理系統(tǒng)\out\production\圖書管理系統(tǒng)\com\lanou\booksys

............此處省略22個文件信息

評論

共有 條評論