基于web service远程控制系统的设计与实现.doc

  
约47页DOC格式手机打开展开

基于web service远程控制系统的设计与实现,基于web service远程控制系统的设计与实现22800字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用 摘要 : 随着科技的不断发展,远程控制技术在计算机网络方面的应用越来越广泛,远程控制技术越来越成熟。远程控制技术在各个行业中都有较为广泛的需求,并且伴随着21世纪网络技术...
编号:99-481728大小:2.57M
分类: 论文>计算机论文

内容介绍

此文档由会员 jiji888 发布

基于Web Service远程控制系统的设计与实现

22800字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用

摘要 : 随着科技的不断发展,远程控制技术在计算机网络方面的应用越来越广泛,远程控制技术越来越成熟。远程控制技术在各个行业中都有较为广泛的需求,并且伴随着21世纪网络技术的飞速发展,远程控制技术在控制领域引发了深刻的技术变革。
为了实现计算机网络的这种应用,方便人们远程实现对各种设备系统的管理与操作,论文提出了一种基于Web Service的远程控制技术构建一种web服务,用户可以在该服务下不受时间与地点的限制来完成对远程设备的操作。
本文首先对国内外关于远程控制系统的研究作简单介绍,然后介绍Web服务关键技术以及应用。接着对整个远程控制系统进行需求分析和设计。最后构建以C#为主要技术构建应用程序系统。选用了Visual Studio2012和SQL Server2008搭建平台,该设计首先在.net环境下设计可以实现远程控制以及用户信息修改等功能的web service模块,模块根据远程控制系统的需求添加服务功能。通过VS2012的Web发布以及IIS信息服务管理器的应用发布,将Web服务功能上传到网络中,为用户提供服务。本文还将建立一个简单的网络后台,作为客户端调用该Web服务实现用户登录和远程设备控制的功能。
关键字:Web Service 远程控制技术 VS2012

Web Service-Based Design and Realization
for Remote Control System
abstract: With the booming development of technology, the Remote Control System, which has been more and more widely utilized in the computer network, as it matures with the time, is becoming indispensable across all walks of life. In the near future, the Remote Control System will trigger a profound technological revolution in the control filed.
To fulfil this computer network application which will contribute to the management and operation of varied equipment and system over a long distance , with that in mind, in the dissertation, a Web Service-Based Remote Control System is included, we constructed a web service for the subscriber to operate the remote device not affected by the space and time limit.
Specific to the dissertation itself, a brief introduction of the ongoing research of the Remote Control System will be mentioned firstly, and then, followed by the demand analysis and design of the entire Remote Control System, the knowledge of the core technology and applications of web service will also be taken into account. Finally, we constructed the application system based on the C# language. Using the Visual Studio 2010 and SQL Server 2008 to build the platform, this design will firstly construct a web service modular to actualize the remote control and user information, which can also add its service function according to the demand of the Remote Control System. Through the Web release of VS2012 and application release of IIS server, we can upload the web service to the Internet, which will in turn, provide service for the clients.

Key words :Web Service Remote Control System VS2012


目录
第一章 绪论 1
1.1 研究背景 1
1.2研究现状 2
1.2.1 国外研究现状 2
1.2.2 国内研究现状 2
1.3研究内容 3
1.4 论文结构 3
第二章 基于Web Service远端控制系统的相关技术 4
2.1 Web Service概述 4
2.1.1 Web Service 的定义 4
2.1.2 Web Service的技术架构 4
2.1.3 Web Service 体系结构 5
2.1.4 Web Service协议栈 5
2.2 Web Service关键技术 7
2.2.1 XML技术 7
2.2.2 SOAP 8
2.2.3 WSDL 9
2.2.4 UDDI 10
2.3 .NET平台技术介绍 11
2.4 B/S模式与C/S模式 13
2.4.1 B/S模式 13
2.5 系统开发工具简介 14
2.5.1 VS2012简介 14
2.5.2 SQL Server 2008 数据库 16
2.5.3 IIS6.0简介 17
第三章 系统需求分析 19
3.1 系统目标 19
3.2 系统设计原则 20
3.3 用户需求分析 20
3.4 管理员需求分析 21
3.5 安防监控需求分析 22
3.6 权限及隐私需求分析 23
第四章 基于Web Service远程控制系统的设计 24
4.1 系统功能及模块划分 24
4.2 信息服务模块设计 25
4.2.1 信息服务模块功能划分 25
4.2.2 模块流程图 25
4.2.3用户模块设计 26
4.2.4 管理员模块设计 29
4.2.5 注册界面的设计与实现 33
4.3 数据库设计 34
4.3.1 数据库分析 34
4.3.2 数据库设计 35
4.3.3 Visual Studio与SQL Server的连接 36
4.4 WebService设计 37
第五章 远程控制系统的实现 38
第六章 结语 41
致谢 42
参考文献 43