資源簡介
北大青鳥數據庫項目-----寵物商店
1寵物商店Java 源代碼(DAO)
2數據庫的建表結構以及表中內容,都有展示
3效果展示圖
數據庫信息修改src目錄下database.properties 文件

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