资源简介
北大青鸟-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个文件信息
相关资源
- jsp宠物商店(源码+数据库)
- Java版宠物商店
- java 宠物商店 管理系统
- JAVA面向对象开发宠物商店系统源码整
- 网上宠物商店系统JSP+JavaBean+JDBC
- 北大青鸟宠物商店
- 宠物商店 使用JSP 技术web应用
- 北大青鸟accp6.0java宠物商店
- JavaSwing版PetStore宠物商店项目源代码
- 北大青鸟Java宠物商店
- 用javafx写的宠物商店
- 宠物商店SSH实现
- 宠物商店管理系统设计
- Java Web EJB3+JPA+Struts2 分布式宠物商店源
- ssh电子商务系统--宠物商店
- 简易宠物商店Java源代码
- 数据库项目案例--宠物商店
- Java 数据库:宠物商店项目
- Java数据库 项目案例:宠物商店
- 北大青鸟ACCP6.0S2宠物商店项目java官方
- 宠物商店的java代码
- 北大青鸟项目案例 宠物商店
- 宠物商店 项目 java
- 北大青鸟java宠物商店+MySQL数据库
- 北大青鸟accp S2 java宠物商店项目案例
- 宠物商店系统
- 宠物商店Java web 源码
- U2: java数据库编程 项目:宠物商店
- 宠物商店实现了数据库的增删改查
- JAVA MySql宠物商店ACCP8.0
评论
共有 条评论