文件名称:ssh_crm

  • 所属分类:
  • JSP源码/Java
  • 资源属性:
  • [Java] [源码]
  • 上传时间:
  • 2017-09-15
  • 文件大小:
  • 19.82mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 风卷***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

本项目为客户关系管理系统,主要模块分为:客户管理模块、联系人管理模块、客户拜访管理模块、综合查询模块和统计分析模块;实现了客户与联系人的增删改查,分页显示、级联删除、多条件组合查询和统计分析。本项目结构上分为表现层、业务层和数据访问层,采用Spring+Struts+Hibernate实现。(This is a project of customer relationship management system, the main module includes: customer management module, contact management module, customer call management module, integrated query module and statistical analysis module; the customer contact crud and paging display, a cascade delete query and statistical analysis. The structure of this project is divided into presentation layer, business layer and data access layer, and implemented by Spring+Struts+Hibernate.)
相关搜索: crm
java

(系统自动生成,下载前可以参看下载内容)

下载文件列表

ssh_crm\.classpath

ssh_crm\.project

ssh_crm\.settings

ssh_crm\.settings\.jsdtscope

ssh_crm\.settings\org.eclipse.jdt.core.prefs

ssh_crm\.settings\org.eclipse.wst.jsdt.ui.superType.container

ssh_crm\.settings\org.eclipse.wst.jsdt.ui.superType.name

ssh_crm\build

ssh_crm\build\classes

ssh_crm\build\classes\bean.xml

ssh_crm\build\classes\cn

ssh_crm\build\classes\cn\itcast

ssh_crm\build\classes\cn\itcast\action

ssh_crm\build\classes\cn\itcast\action\CustomerAction.class

ssh_crm\build\classes\cn\itcast\action\LinkManAction.class

ssh_crm\build\classes\cn\itcast\action\UserAction.class

ssh_crm\build\classes\cn\itcast\action\VisitAction.class

ssh_crm\build\classes\cn\itcast\dao

ssh_crm\build\classes\cn\itcast\dao\BaseDao.class

ssh_crm\build\classes\cn\itcast\dao\BaseDaoImpl.class

ssh_crm\build\classes\cn\itcast\dao\CustomerDao.class

ssh_crm\build\classes\cn\itcast\dao\CustomerDaoImpl.class

ssh_crm\build\classes\cn\itcast\dao\LinkManDao.class

ssh_crm\build\classes\cn\itcast\dao\LinkManDaoImpl.class

ssh_crm\build\classes\cn\itcast\dao\UserDao.class

ssh_crm\build\classes\cn\itcast\dao\UserDaoImpl.class

ssh_crm\build\classes\cn\itcast\dao\VisitDao.class

ssh_crm\build\classes\cn\itcast\dao\VisitDaoImpl.class

ssh_crm\build\classes\cn\itcast\entity

ssh_crm\build\classes\cn\itcast\entity\Customer.class

ssh_crm\build\classes\cn\itcast\entity\Customer.hbm.xml

ssh_crm\build\classes\cn\itcast\entity\Dict.class

ssh_crm\build\classes\cn\itcast\entity\Dict.hbm.xml

ssh_crm\build\classes\cn\itcast\entity\LinkMan.class

ssh_crm\build\classes\cn\itcast\entity\LinkMan.hbm.xml

ssh_crm\build\classes\cn\itcast\entity\PageBean.class

ssh_crm\build\classes\cn\itcast\entity\User.class

ssh_crm\build\classes\cn\itcast\entity\User.hbm.xml

ssh_crm\build\classes\cn\itcast\entity\Visit.class

ssh_crm\build\classes\cn\itcast\entity\Visit.hbm.xml

ssh_crm\build\classes\cn\itcast\service

ssh_crm\build\classes\cn\itcast\service\CustomerService.class

ssh_crm\build\classes\cn\itcast\service\LinkManService.class

ssh_crm\build\classes\cn\itcast\service\UserService.class

ssh_crm\build\classes\cn\itcast\service\VisitService.class

ssh_crm\build\classes\customer.xml

ssh_crm\build\classes\hibernate.cfg.xml

ssh_crm\build\classes\linkman.xml

ssh_crm\build\classes\log4j.properties

ssh_crm\build\classes\struts.xml

ssh_crm\build\classes\visit.xml

ssh_crm\src

ssh_crm\src\bean.xml

ssh_crm\src\cn

ssh_crm\src\cn\itcast

ssh_crm\src\cn\itcast\action

ssh_crm\src\cn\itcast\action\CustomerAction.java

ssh_crm\src\cn\itcast\action\LinkManAction.java

ssh_crm\src\cn\itcast\action\UserAction.java

ssh_crm\src\cn\itcast\action\VisitAction.java

ssh_crm\src\cn\itcast\dao

ssh_crm\src\cn\itcast\dao\BaseDao.java

ssh_crm\src\cn\itcast\dao\BaseDaoImpl.java

ssh_crm\src\cn\itcast\dao\CustomerDao.java

ssh_crm\src\cn\itcast\dao\CustomerDaoImpl.java

ssh_crm\src\cn\itcast\dao\LinkManDao.java

ssh_crm\src\cn\itcast\dao\LinkManDaoImpl.java

ssh_crm\src\cn\itcast\dao\UserDao.java

ssh_crm\src\cn\itcast\dao\UserDaoImpl.java

ssh_crm\src\cn\itcast\dao\VisitDao.java

ssh_crm\src\cn\itcast\dao\VisitDaoImpl.java

ssh_crm\src\cn\itcast\entity

ssh_crm\src\cn\itcast\entity\Customer.hbm.xml

ssh_crm\src\cn\itcast\entity\Customer.java

ssh_crm\src\cn\itcast\entity\Dict.hbm.xml

ssh_crm\src\cn\itcast\entity\Dict.java

ssh_crm\src\cn\itcast\entity\LinkMan.hbm.xml

ssh_crm\src\cn\itcast\entity\LinkMan.java

ssh_crm\src\cn\itcast\entity\PageBean.java

ssh_crm\src\cn\itcast\entity\User.hbm.xml

ssh_crm\src\cn\itcast\entity\User.java

ssh_crm\src\cn\itcast\entity\Visit.hbm.xml

ssh_crm\src\cn\itcast\entity\Visit.java

ssh_crm\src\cn\itcast\service

ssh_crm\src\cn\itcast\service\CustomerService.java

ssh_crm\src\cn\itcast\service\LinkManService.java

ssh_crm\src\cn\itcast\service\UserService.java

ssh_crm\src\cn\itcast\service\VisitService.java

ssh_crm\src\customer.xml

ssh_crm\src\hibernate.cfg.xml

ssh_crm\src\linkman.xml

ssh_crm\src\log4j.properties

ssh_crm\src\struts.xml

ssh_crm\src\visit.xml

ssh_crm\WebContent

ssh_crm\WebContent\css

ssh_crm\WebContent\css\Manage.css

ssh_crm\WebContent\css\Style.css

ssh_crm\WebContent\images

ssh_crm\WebContent\images\info.png

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org