网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 资料论文下载 -> 基于JSP的企业CRM系统开发
计算机论文资料| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

基于JSP的企业CRM系统开发

本文ID:LW20014 字数:16181,页数:48 价格:¥50.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 基于JSP的企业CRM系统开发 (收费:5000 积分)  如何获取积分?
基于JSP的企业CRM系统开发

^论文字数:16181,页数:48

摘要

随着IT技术和产业的发展和成熟,先进生产手段进入各个传统行业已是大势所趋,而且其价值也得到了愈来愈广泛的认同。于此同时,企业的发展更多的着重在如何保留老客户,吸引新客户,从而提升企业业绩。客户是企业的生存之本,客户信息资料对企业来说至关重要。经调查研究显示,企业普遍存在的客户资源利用率低的问题,此次开发的这个Customer Relationship Management(CRM)系统通过对数据的统计分析,从而提升工作效率、深度挖掘客户需求、提供科学决策,为业务的快速发展提供有力保障。本文论述了客户关系管理的基本思想,对它的概念、背景等方面作了一个简略概述;论述了客户关系管理系统的设计思想、 技术支持、数据库的结构以及主要实现的功能模块。
本系统结合Anywhere快递有限公司实际的客户管理的情况,经过实际的需求分析、现象反映,以Tomcat网络信息服务作为应用服务器,采用JSP技术、MyEclipse和SQL Server2000数据库开发一套客户管理(CRM)系统。

关键词:客户管理系统,客户信息,MyEclipse,Tomcat,SQL Server2000

ABSTRACT
 
With the developing and maturing of IT technology and industry, methods of advanced production are inevitable trend into traditional industries, and identity of their value also got more and more widely. Meanwhile, the development of enterprise is more emphasizing on how to retain customers and attract new customers, so it can enhance the enterprise performance. Customer is the survival of enterprise, the customer information to the enterprise is very important. The research shows that the common problem of enterprise is low of efficiency on Customer resources, so the development of the Customer Relationship Management (CRM) system in this time based on a statistical analysis of the data, it can enhance work efficiency and depth excavation Customer needs, provide scientific decision-making for the rapid development of the business, and provide a powerful guarantee. The report discusses the basic idea of customer relationship management, and gives a brief overview of its concept, background, such as, Discusses the customer relationship management system design, technical support, database structure and main function modules.
This system combining the actual information of customer management in the Anywhere Company, after the actual demand analysis and reflection of the network information service, using a technique application server in Tomcat, MyEclipse and SQL JSP Server2000 database development of a customer management (CRM) system.
 Keywords: Customer Relationship Management, Customer Information, MyEclipse,Tomcat,SQL Server2000
目录

摘要 I
ABSTRACT II
目录 III
第1章 绪论 1
 1.1 背景 1
 1.1.1 CRM系统重要性 1
 1.1.2 课题发展背景 2
 1.2 研究内容 2
第2章 系统开发相关技术分析 4
 2.1 B/S结构以及三层架构模式的简介 4
 2.2基于JSP的MVC开发模式 4
 2.2.1 MVC模式的基本实现过程 4
 2.2.2 MVC 模型(Model)1 5
 2.2.3 MVC 模型(Model)2 6
 2.2.4 JSP中struts框架的工作原理 6
 2.3 JDBC结构分析 7
 2.3.1 JDBC的基本概念 7
 2.3.2JDBC对B/S模型的支持以及保持SQL的一致性 8
 2.3 开发环境介绍 9
 2.3.1 MyEclipse 9
 2.3.2 Microsoft SQL Server 2000 9
 2.3.3 JSP语言 10
 2.3.4 java script脚本语言 10
 2.4 本章小结 11
第3章 系统总体设计分析 12
 3.1系统功能需求分析和总体目标 12
 3.1.1 系统功能需求 12
 3.1.2 系统总体目标 12
 3.1.3 系统模块分析 13
 3.2 系统总体流程图 15
 3.3 本章小结 16
第4章 数据库设计 17
 4.1 数据库需求分析 17
 4.2 逻辑结构设计 17
 4.3 数据库的链接 19
 4.4 本章小结 20
第5章 系统设计与实现 21
 5.1 系统总体框架及模块功能设计 21
 5.2 系统类的分布 22
 5.3 系统模块设计及技术实现 23
 5.3.1 用户登录模块 23
 5.3.2基础信息管理模块 25
 5.3.3客户信息管理模块 30
 5.3.4客户反馈模块 32
 5.3.5信息查询模块 32
 5.3.6数据打印模块 36
 5.4 本章小结 37
第6章 系统测试与分析 38
 6.1 测试环境 38
 6.1.1 硬件平台 38
 6.1.2 软件平台 38
 6.2 测试项目 38
 6.2.1 添加客户投诉测试 38
 6.2.2 处理客户投诉模块测试 39
 6.3 本章小结 41
第7章 结论 42
致谢 43
参考文献 44

基于JSP的企业CRM系统开发由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:基于Struts和JSP的企业业务管理系.. 下一篇:基于PB9.0的服装专卖店管理系统设..
推荐论文 本专业最新论文
Tags:基于 JSP 企业 CRM 系统 开发 2011-06-01 08:07:46【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有