資源簡介
寵物主人和寵物商店分別登陸程序
寵物主人可以從商店購買寵物和賣出寵物
每發生一項交易對應的商店記錄在賬單上
商店可以查詢該店鋪所有賬單信息
商店可以培育新品種供寵物主人購買
代碼片段和文件信息
package?DAO;
import?java.util.ArrayList;
import?entity.Account;
public?interface?AccountDao?{
ArrayList?accountlist=new?ArrayList();
ArrayList?accountstorelist=new?ArrayList();
void?createAccountList();
ArrayList?getAccountstorelist(int?store_id);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-10-13?16:55??epetShop\
?????文件?????????374??2017-10-13?21:18??epetShop\.classpath
?????文件?????????384??2017-10-13?16:55??epetShop\.project
?????目錄???????????0??2017-10-13?16:55??epetShop\.settings\
?????文件?????????598??2017-10-13?16:55??epetShop\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2017-10-14?12:32??epetShop\bin\
?????目錄???????????0??2017-10-14?13:12??epetShop\bin\DAO\
?????文件?????????584??2017-10-15?16:58??epetShop\bin\DAO\AccountDao.class
?????文件????????3208??2017-10-15?17:29??epetShop\bin\DAO\AccountDaoOracleImpl.class
?????文件????????2903??2017-10-15?13:49??epetShop\bin\DAO\ba
?????文件?????????505??2017-10-15?14:16??epetShop\bin\DAO\PetDao.class
?????文件????????4232??2017-10-15?14:59??epetShop\bin\DAO\PetDaoOracleImpl.class
?????文件?????????428??2017-10-14?20:17??epetShop\bin\DAO\PetOwnerDao.class
?????文件????????2876??2017-10-14?20:28??epetShop\bin\DAO\PetOwnerDaoOracleImpl.class
?????文件?????????431??2017-10-14?18:43??epetShop\bin\DAO\PetStoreDao.class
?????文件????????2546??2017-10-15?16:51??epetShop\bin\DAO\PetStoreDaoOracleImpl.class
?????目錄???????????0??2017-10-13?21:21??epetShop\bin\DB\
?????文件????????2565??2017-10-14?16:46??epetShop\bin\DB\DB.class
?????目錄???????????0??2017-10-14?12:34??epetShop\bin\Service\
?????文件?????????228??2017-10-15?09:49??epetShop\bin\Service\PetOwnerService.class
?????文件????????6793??2017-10-15?17:58??epetShop\bin\Service\PetOwnerServiceImpl.class
?????文件?????????226??2017-10-15?19:05??epetShop\bin\Service\PetStoreService.class
?????文件????????4217??2017-10-15?19:05??epetShop\bin\Service\PetStoreServiceImpl.class
?????目錄???????????0??2017-10-14?11:43??epetShop\bin\entity\
?????文件????????1967??2017-10-15?16:36??epetShop\bin\entity\Account.class
?????文件????????2426??2017-10-15?09:36??epetShop\bin\entity\Pet.class
?????文件????????1043??2017-10-14?15:07??epetShop\bin\entity\Petowner.class
?????文件????????1049??2017-10-14?20:47??epetShop\bin\entity\Petstore.class
?????目錄???????????0??2017-10-15?17:40??epetShop\bin\main\
?????文件????????3770??2017-10-15?17:28??epetShop\bin\main\MainUI.class
?????文件????????1579??2017-10-15?18:56??epetShop\bin\main\PetownerUI$1.class
............此處省略42個文件信息
- 上一篇:win8 加載 gif 圖像 透明底
- 下一篇:個人理財App
評論
共有 條評論