資源簡介
北大青鳥寵物商店系統,基于java開發,有數據庫

代碼片段和文件信息
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??2011-08-31?21:07??epetShop\
?????文件?????????353??2011-02-13?14:22??epetShop\.classpath
?????文件?????????384??2011-02-13?14:22??epetShop\.project
?????目錄???????????0??2011-08-31?21:07??epetShop\.settings\
?????文件?????????629??2011-02-13?14:22??epetShop\.settings\org.eclipse.jdt.core.prefs
?????文件????????5163??2011-02-13?14:22??epetShop\.settings\org.eclipse.jdt.ui.prefs
?????目錄???????????0??2011-08-31?21:07??epetShop\bin\
?????目錄???????????0??2011-08-31?21:07??epetShop\bin\cn\
?????目錄???????????0??2011-08-31?21:07??epetShop\bin\cn\jbit\
?????目錄???????????0??2011-08-31?21:07??epetShop\bin\cn\jbit\epetShop\
?????目錄???????????0??2011-08-31?21:07??epetShop\bin\cn\jbit\epetShop\dao\
?????文件?????????389??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\dao\AccountDao.class
?????文件????????3010??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\dao\ba
?????文件?????????465??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\dao\PetDao.class
?????文件?????????407??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\dao\PetOwnerDao.class
?????文件?????????407??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\dao\PetStoreDao.class
?????目錄???????????0??2011-08-31?21:07??epetShop\bin\cn\jbit\epetShop\dao\impl\
?????文件????????2447??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\dao\impl\AccountDaoImpl.class
?????文件????????3092??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\dao\impl\PetDaoImpl.class
?????文件????????2816??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\dao\impl\PetOwnerDaoImpl.class
?????文件????????2739??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\dao\impl\PetStoreDaoImpl.class
?????目錄???????????0??2011-08-31?21:07??epetShop\bin\cn\jbit\epetShop\entity\
?????文件????????1726??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\entity\Account.class
?????文件????????1947??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\entity\Pet.class
?????文件????????1136??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\entity\PetOwner.class
?????文件????????1142??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\entity\PetStore.class
?????目錄???????????0??2011-08-31?21:07??epetShop\bin\cn\jbit\epetShop\model\
?????文件?????????336??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\model\Accountable.class
?????文件?????????190??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\model\Breadable.class
?????文件?????????167??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\model\Buyable.class
?????文件?????????199??2011-02-13?14:22??epetShop\bin\cn\jbit\epetShop\model\PetFactory.class
............此處省略48個文件信息
評論
共有 條評論