-
大小: 984KB文件類(lèi)型: .zip金幣: 2下載: 0 次發(fā)布日期: 2021-06-01
- 語(yǔ)言: Java
- 標(biāo)簽: 寵物商店??北大青鳥(niǎo)??
資源簡(jiǎn)介
北大青鳥(niǎo)數(shù)據(jù)庫(kù)項(xiàng)目-----寵物商店
1寵物商店Java 源代碼(DAO)
2數(shù)據(jù)庫(kù)的建表結(jié)構(gòu)以及表中內(nèi)容,都有展示
3效果展示圖
數(shù)據(jù)庫(kù)信息修改src目錄下database.properties 文件

代碼片段和文件信息
package?cn.jbit.epetShop.dao;
import?java.util.List;
import?cn.jbit.epetShop.entity.Account;
public?interface?AccountDao?{
/**
?*?更新臺(tái)帳信息
?*/
public?abstract?int?updateAccount(String?sql?object[]?param);
/**
?*?根據(jù)查詢(xún)條件查詢(xún)出寵物商店帳單
?*/
public?abstract?List?getPetStoreAccount(String?sql?String[]?param);
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2018-01-25?22:33??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\
?????目錄???????????0??2018-01-25?22:22??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\
?????文件?????????378??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\.classpath
?????文件?????????384??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\.project
?????目錄???????????0??2018-01-25?22:22??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\.settings\
?????文件?????????598??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\.settings\org.eclipse.jdt.core.prefs
?????文件?????????215??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\.settings\vssver2.scc
?????目錄???????????0??2018-01-25?22:22??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\
?????目錄???????????0??2018-01-25?22:22??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\
?????目錄???????????0??2018-01-25?22:22??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\
?????目錄???????????0??2018-01-25?22:22??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\
?????目錄???????????0??2018-01-25?22:22??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\dao\
?????文件?????????389??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\dao\AccountDao.class
?????文件????????3236??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\dao\ba
?????文件?????????465??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\dao\PetDao.class
?????文件?????????407??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\dao\PetOwnerDao.class
?????文件?????????407??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\dao\PetStoreDao.class
?????目錄???????????0??2018-01-25?22:22??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\dao\impl\
?????文件????????2936??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\dao\impl\AccountDaoImpl.class
?????文件????????3700??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\dao\impl\PetDaoImpl.class
?????文件????????3303??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\dao\impl\PetOwnerDaoImpl.class
?????文件????????3294??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\dao\impl\PetStoreDaoImpl.class
?????文件?????????338??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\dao\impl\vssver2.scc
?????文件?????????347??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\dao\vssver2.scc
?????目錄???????????0??2018-01-25?22:22??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\entity\
?????文件????????1726??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\entity\Account.class
?????文件????????1944??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\entity\Pet.class
?????文件????????1136??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\entity\PetOwner.class
?????文件????????1142??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\entity\PetStore.class
?????文件?????????308??2017-01-17?15:11??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\entity\vssver2.scc
?????目錄???????????0??2018-01-25?22:22??數(shù)據(jù)庫(kù)項(xiàng)目案例--寵物商店\epetShop\bin\cn\jbit\epetShop\service\
............此處省略90個(gè)文件信息
評(píng)論
共有 條評(píng)論