资源简介
jsp,servlet,web,企业客户管理系统,可用于中期检查,课程设计,毕业设计等等。有论文,有数据库,可运行。
代码片段和文件信息
package cn.itcast.dao;
import java.util.List;
import cn.itcast.domain.Customer;
public interface CustomerDao {
public void add(Customer customer);
public void update(Customer customer);
public void delete(String id);
public Customer find(String id);
public int getTotalRecord();
public List getPageData(int startindexint pagesize);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 813 2010-11-15 13:44 客户管理系统\CustomerSystem\.classpath
文件 315 2010-11-15 13:44 客户管理系统\CustomerSystem\.myme
文件 1420 2010-11-17 22:22 客户管理系统\CustomerSystem\.project
文件 500 2010-11-17 22:22 客户管理系统\CustomerSystem\.settings\.jsdtscope
文件 330 2010-11-15 13:39 客户管理系统\CustomerSystem\.settings\org.eclipse.jdt.core.prefs
文件 49 2010-11-17 22:22 客户管理系统\CustomerSystem\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2010-11-17 22:22 客户管理系统\CustomerSystem\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 358 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\dao\CustomerDao.java
文件 5176 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\dao\impl\CustomerDaoImpl.java
文件 1436 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\domain\Customer.java
文件 2541 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\domain\Page.java
文件 513 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\exception\DaoException.java
文件 1154 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\factory\CustomerFactory.java
文件 377 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\service\BusinessService.java
文件 1073 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\service\impl\BusinessServiceImpl.java
文件 189 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\utils\Globals.java
文件 1612 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\utils\JdbcUtils.java
文件 1057 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\utils\WebUtils.java
文件 1337 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\web\controller\AddCustomerServlet.java
文件 1481 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\web\controller\DeleteCustomerServlet.java
文件 1290 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\web\controller\EditCustomerServlet.java
文件 1420 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\web\controller\ListCustomerServlet.java
文件 983 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\web\UI\AddCustomerUIServlet.java
文件 1562 2010-11-15 13:39 客户管理系统\CustomerSystem\src\cn\itcast\web\UI\EditCustomerUIServlet.java
文件 1514 2010-11-15 13:39 客户管理系统\CustomerSystem\src\junit\test\DaoTest.java
文件 104 2010-11-15 13:39 客户管理系统\CustomerSystem\src\properties\db.properties
文件 100 2010-11-15 13:39 客户管理系统\CustomerSystem\src\properties\impl.properties
文件 252 2010-11-15 13:37 客户管理系统\CustomerSystem\WebRoot\body.jsp
文件 519 2010-11-15 13:37 客户管理系统\CustomerSystem\WebRoot\head.jsp
文件 406 2010-11-15 13:37 客户管理系统\CustomerSystem\WebRoot\index.jsp
............此处省略83个文件信息
- 上一篇:android坦克大战源代码
- 下一篇:蓝桥杯Java历年真题及答案
评论
共有 条评论