mily: "Times New Roman"; font-size: 10.5pt; -ms-text-justify: inter-ideograph;'>
, 摘 要
人类已进入21世纪,科学突飞猛进,知识经济初见端倪,特别信息技术和网络技术的迅速发展和广泛应用对社会、经济、军事、科学和文化等领域产生越来越深刻的影响,正在改变着人们的工作、生活和交流方式。通过以前所采用的人工管理的方法来完成移动端客户管理中的各项工作,不仅效率低,而且不能及时准确了解客户的需求。近几年,随着计算机技术和信息管理技术的发展,建立基于Internet的移动端客户在线交流管理系统来管理移动端的各项工作成为了我国大多数移动端管理的一个发展方向。
本文所介绍的移动端客户投诉跟踪服务系统是基于开放的web服务器应用程序开发设计的,其主要特性是能动态完成信息的传递,具有高效的交互性,更有效的处理用户投诉内容,且具有更简单,更方便的数据库访问方法,易于维护和更新。本系统采用Html5、JavaScript等语言开发网站页面,用JSP、Java的技术实现动态设计,用SQL Server作为系统数据库。本系统根据实际的需求而设计,采用MVC模式和JSP+JavaBean模式,使得系统的安全性、可维护性、重用性和可扩展性都大大提高。本网站以移动端客户投诉跟踪为主,已经基本上成功地实现了设计要求,实现了用户的登录、注册、投诉跟踪,管理员的登录、管理投诉信息等功能,为广大用户提供一个借助网络进行“诉苦”的平台,也是网络与现实最贴近的实用型平台。
关键词:JSP JAVA SQL Server 投诉跟踪
ABSTRACT
In 21th century, with the rapid development of science and the emergence of knowledge economy, the rapid development and wide application of special information technology and network technology have more and more profound influence on the social, economic, military, scientific and cultural fields. Is changing the way people work, live and communicate. Through the manual management method used in the past to complete the work of mobile customer management, not only low efficiency, but also not timely and accurate understanding of customer needs. With the development of computer technology and information management technology, the mobile client online communication management system based on Internet is established to manage The work of mobile terminal has become a development direction of most mobile terminal management in our country.
This paper introduces the mobile terminal customer complaint tracking service system is designed and developed based on open web server application, its main characteristic is able to complete the dynamic transmission of information, high interactivity, handling customer complaints and content more effectively, and has a more simple, more convenient database access method, easy to maintain and update. The system uses Html5, JavaScript language to develop web pages with JSP, realize the dynamic design of Java technology, using SQL Server as database system. This system is designed according to the actual demand, using MVC mode and JS P JavaBean mode makes the security, maintainability, reusability and expansibility of the system greatly improved. The functions of complaint tracking, administrator's login and managing complaint information provide a platform for users to "complain" with the help of the network. It is also the practical platform that the network is closest to the reality.
Keyword: JSP JAVA SQL Server complaint tracking
目 录
摘 要 II
ABSTRACT III
目 录 IV
第1章 绪论 1
1.1. 课题背景 1
1.2. 研究意义 2
1.3. 主要研究内容 2
第2章 系统分析 3
2.1. 可行性分析 3
2.1.1. 技术可行性 3
2.1.2. 经济可行性 3
2.1.3. 操作可行性 3
2.2. 总体设计原则 4
2.3. 本章小结 4
2.4. 系统功能描述 5
2.5. 系统功能分析 5
2.6. 用例分析 6
2.6.1. 业务描述 6
2.6.2. 用例文档 8
2.7. 类图 9
2.8. 性能分析 10
2.9. 小结 10
第3章 系统设计 11
3.1. 业务流程设计 11
3.2. 系统功能设计 12
3.3. 顺序图设计 14
3.3.1. 用户注册,如下图 14
3.3.2. 用户登录,如下图 15
3.3.3. 用户修改个人信息顺序图,如下图 15
3.3.4. 用户投诉信息顺序图,如下图 16
3.3.5. 用户删除投诉信息顺序图,如下图 16
3.3.6. 管理员登录,如下图 17
3.3.7. 管理员管理投诉信息顺序图,如下图 17
3.4. 数据库设计 18
3.5. 小结 19
第4章 系统的设计与实现 20
4.1. 开发工具 20
4.2. 系统开发运行环境 21
4.3. 开发语言 21
4.4. 开发技术 22
4.5. 开发模式 22
4.5.1. 体系结构 22
4.5.2. 系统软件架构设计 23
4.6. 小结 25
第5章 代码实现 26
5.1. 数据库连接方法 26
5.2. 主界面 26
5.2.1. 登录界面 26
5.2.2. 找密码界面 27
5.2.3. 用户投诉 28
5.2.4. 用户修改信息 29
5.3. 管理员界面 31
5.3.1. 客户信息管理界面 31
5.4. 小结 33
第6章 系统运行测试 34
6.1. 系统测试的目标 34
6.2. 系统测试举例 34
6.2.1. 测试内容 34
6.2.2. 测试结果 34
6.2.3. 测试数据用例分析 34
6.3. 小结 35
第7章 总结 36
参考文献 37