登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 经济学类 > 电子商务 > 正文

电子商务在线客服模块研发毕业论文

 2022-05-26 09:05  

论文总字数:39385字

摘 要

近年来随着各行业信息化的快速发展,社会群体对各种网络应用的依赖程度逐步增高。网络商务在线管理模块在各行各业都展现了其优势,信息化、规模化、网络化已然成为是否保证一个企业去留的关键所在,从而使得电子商务在线客服模块成为了信息化发展的必然选择。本文借助于江苏省南京市鼓楼区知识产权协同运营中心平台,旨在建立一个双向交互式在线客服模块。当然,因为客服模块的相对独立性,它不仅方便协同运营中心的对外交流,也适合用作其它电子商务系统的客户服务模块。通过这样的在线客服模块,企业实现了买卖双方的零距离沟通,提高了沟通的有效性,达到了互利共赢的新局面。

本文完成了对在线客服模块的现状及发展的分析,掌握了伴随商务科技的发展,网络互连、及时通讯的重要性和关键要素。在此基础上,观察比较威客——猪八戒网站、健一网、维普网各个经典网站上在线客服模块的界面布局,咨询方式,链接匹配精准度,信息查询响应速度等的差异,总结归纳适合自身平台的在线客服模式,为进一步研发奠定基础。针对模块的研发,基于流行的Web网络B/S模式,文中从整体模块的框架结构入手,提出了基于Hibernate的MVC(模型、视图、控制器)模型设计,使用JavaEE作为开发语言,融合JSP Hibernate Ajax Javascript技术,既简化了对数据库的增加、删除、修改、查询等更改扩充操作,还使Java类与数据库表成功实现一一对应,这样在数据处理时只需要对对象进行操作,大量减少了人工使用SQL语句和JDBC处理数据的时间。同时,在实际研发实施阶段,根据Java中定义的实体对象,本实验中的MsgBean.java也由Hibernate框架自动生成数据库表。从测试理论模型的目的出发,将自己的PC当作服务器载体,使得PC既充当客户端又充当服务器端,成功实现了简单的英文文本交互通讯。

与其他第三方通讯软件(QQ、MSN等)相比,网站自带的在线客服模块与网站模块相契合,为网站与用户创建了一个实时沟通与交流的平台,促进了网站服务方式的转型和升级。随着社会发展,在线客服也将在不断满足各类用户对企业网站服务需求的道路上越走越远。

关键字:电子商务  客户关系  在线服务  B/S  系统研发

E-commerce Online Customer Service Module Research

ABSTRACT

In recent years, with the rapid development of industry informatization, social groups have increased reliance on the application of the various networks. Network business online management module shows its advantages in all walks of life. Informatization, large-scale and network have become the key of whether an enterprise is located, so the electronic commerce online customer service module becomes the inevitable choice of informatization development. In this paper, with the aid of gulou district, Nanjing city of Jiangsu province intellectual property rights cooperation operations center platform, we try to build a two-way interactive online customer service module. Of course, because of the relative independence of the service module, it is not only convenient for collaborative operations of foreign exchanges, also suitable for other e-commerce system modules of customer service. Through the online customer service module, the enterprises implement the zero distance of communication between the sellers and the buyers, improve the effectiveness of the communication and come to a new situation of mutual benefit and win-win results.

This paper completed the analysis of the present situation and development of online customer service module, mastered the accompanying with the development of business technology, network interconnection, as well as the importance and key elements of timely communication. On this basis, we observe online customer service module interface layout, consulting, link matching accuracy, information query response speed differences in Job - Pig Eight Quit Website, Kenichi Net, VIP and all classic websites of China Telecom, sum up the online customer service mode to suit for their own platforms, lay a foundation for further research and development. In view of the module of research and development, based on the popular Web network B/S model, starting with the frame structure of the whole module, this paper puts forward (model, view and controller) model designs based on Hibernate MVC, uses JavaEE as development language, mixes the JSP Hibernate Ajax JavaScript technology, simplifies the increase, delete, modify, query and so on of the database in the expansion

operation, also makes the Java classes and database tables achieving one to one correspondence, and lets it only need the object during the data processing operations, which makes a substantial reduction in the using times of artificial SQL and JDBC data processing. Meanwhile, during the actual research and development stage of implementation, the experiment of MsgBean Java is automatically generated by the Hibernate framework database tables according to the entity objects defined in Java. Starting from the purpose of testing theory model, we use our own PC as a server carrier, which makes the PC is both a client and a server. It implements simple English text interactive communications successfully.

Compared with other third party softwares (QQ, MSN, etc.), the online customer service module which corresponds to the module website creates a real-time communication and exchange platform for the sites and the users, as well as promotes the transformation and upgrade of the site service manners. Along with the social development, online customer service will constantly try to meet higher needs of all types of users to supply the enterprise service.

KEY WORDS:electronic commerce;customer relationship;online service;B/S;system development

目 录

摘 要 Ⅰ

ABSTRACT Ⅱ

目 录 Ⅳ

第一章 绪论 1

1.1课题来源 1

1.2选题背景 1

1.3研究方法 2

第二章 文献综述 3

2.1国内外电子商务在线客服模块的研究和应用现状 3

2.1.1 在线客服的起源 3

2.1.2 在线客服发展历程 3

2.1.3 在线客服模块特点及应用 4

2.1.4 在线客服经典模式分析与比较 5

2.2在线客服存在的问题 9

第三章 在线客服模块分析 11

3.1模块框架结构 11

3.1.1 MVC视图 12

3.1.2 MVC模型 13

3.1.3 MVC控制器 13

3.2技术分析 13

3.2.1 Ajax技术 13

3.2.2 JSP技术 15

3.2.3 数据库连接技术 15

3.3模块开发环境 16

3.3.1 Eclipse开发环境 16

3.3.2 MyEclipse开发环境 16

3.4模块开发工具 16

3.4.1 JDK工具 16

3.4.2 Tomcat服务器 17

3.4.3 SQL Server数据库管理系统 17

3.5模块耦合与细分 18

3.6模块层次分析 19

3.7模块需求 20

第四章 在线客服模块详细设计 21

4.1存储模块设计 21

4.1.1 功能模块设计 21

4.1.2 物理结构设计 26

4.2数据库设计 29

请支付后下载全文,论文总字数:39385字

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图