資源簡介
北大青鳥-Java OOP寵物商店項目完整版,本人原創

代碼片段和文件信息
package?cn.petStore.dao;
import?cn.petStore.entity.Account;
/**
?*?AccountDao層
?*?
?*?@author?Administrator
?*
?*/
public?interface?AccountDao?{
/**
?*?添加臺賬信息
?*?
?*?@param?acc
?*????????????Account
?*?@return?受影響的行數
?*/
public?int?add(Account?acc);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-08-05?22:19??Chapter?12\
?????文件?????????355??2015-07-22?09:13??Chapter?12\.classpath
?????文件?????????386??2015-07-06?08:23??Chapter?12\.project
?????目錄???????????0??2015-08-05?22:19??Chapter?12\.settings\
?????文件?????????598??2015-07-06?08:23??Chapter?12\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2015-08-05?22:20??Chapter?12\bin\
?????目錄???????????0??2015-08-05?22:20??Chapter?12\bin\cn\
?????目錄???????????0??2015-08-05?22:20??Chapter?12\bin\cn\petStore\
?????目錄???????????0??2015-08-05?22:20??Chapter?12\bin\cn\petStore\dao\
?????文件?????????165??2015-08-05?22:20??Chapter?12\bin\cn\petStore\dao\AccountDao.class
?????文件????????2426??2015-08-05?22:20??Chapter?12\bin\cn\petStore\dao\ba
?????目錄???????????0??2015-08-05?22:20??Chapter?12\bin\cn\petStore\dao\impl\
?????文件????????1108??2015-08-05?22:20??Chapter?12\bin\cn\petStore\dao\impl\AccountDaoImpl.class
?????文件????????3470??2015-08-06?16:58??Chapter?12\bin\cn\petStore\dao\impl\OwnerDaoImpl.class
?????文件????????4534??2015-08-06?16:26??Chapter?12\bin\cn\petStore\dao\impl\PetDaoImpl.class
?????文件????????5268??2015-08-06?14:10??Chapter?12\bin\cn\petStore\dao\impl\StoreDaoImpl.class
?????文件?????????337??2015-08-06?16:58??Chapter?12\bin\cn\petStore\dao\OwnerDao.class
?????文件?????????480??2015-08-06?16:24??Chapter?12\bin\cn\petStore\dao\PetDao.class
?????文件?????????488??2015-08-06?14:18??Chapter?12\bin\cn\petStore\dao\StoreDao.class
?????目錄???????????0??2015-08-06?12:43??Chapter?12\bin\cn\petStore\entity\
?????文件????????1711??2015-08-05?22:20??Chapter?12\bin\cn\petStore\entity\Account.class
?????文件????????1297??2015-08-06?12:46??Chapter?12\bin\cn\petStore\entity\Deal.class
?????文件????????1266??2015-08-05?22:20??Chapter?12\bin\cn\petStore\entity\Owner.class
?????文件????????2051??2015-08-05?23:34??Chapter?12\bin\cn\petStore\entity\Pet.class
?????文件????????1272??2015-08-05?22:20??Chapter?12\bin\cn\petStore\entity\Store.class
?????目錄???????????0??2015-08-06?11:11??Chapter?12\bin\cn\petStore\manager\
?????文件???????10647??2015-08-06?17:02??Chapter?12\bin\cn\petStore\manager\PetShopManager.class
?????目錄???????????0??2015-08-06?11:11??Chapter?12\bin\cn\petStore\service\
?????文件?????????229??2015-08-05?22:20??Chapter?12\bin\cn\petStore\service\Accountable.class
?????文件?????????159??2015-08-05?22:20??Chapter?12\bin\cn\petStore\service\Buyable.class
?????目錄???????????0??2015-08-06?11:13??Chapter?12\bin\cn\petStore\service\impl\
............此處省略51個文件信息
評論
共有 條評論