• 大小: 123KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-01-02
  • 语言: 其他
  • 标签: Java/oracle  

资源简介

宠物主人和宠物商店分别登陆程序 宠物主人可以从商店购买宠物和卖出宠物 每发生一项交易对应的商店记录在账单上 商店可以查询该店铺所有账单信息 商店可以培育新品种供宠物主人购买

资源截图

代码片段和文件信息

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\baseDao.class
     文件         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个文件信息

评论

共有 条评论

相关资源