结构物安全监测网站.doc

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

结构物安全监测网站, 1.27万字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要 随着信息技术的飞速发展,数据库管理系统、网络编程软件和软件开发平台迅猛发展,大大提高了软件开发的效率,为各行各业实现信息化管理提供了可能。因此创建专属网站,实时监测结构物,为其提供安全监测及专业数...
编号:99-423111大小:1.36M
分类: 论文>计算机论文

内容介绍

此文档由会员 淘宝大梦 发布

结构物安全监测网站

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

摘要 随着信息技术的飞速发展,数据库管理系统、网络编程软件和软件开发平台迅猛发展,大大提高了软件开发的效率,为各行各业实现信息化管理提供了可能。因此创建专属网站,实时监测结构物,为其提供安全监测及专业数据分析,也不是不可以。鉴于结构物很广泛,特做了个车站安全监测网站。本文主要阐述的是车站安全监测网站的设计过程,以及功能的实现。本文立足于目前软件开发技术发展的前沿,对当前最流行的.NET 开发工具 Microsoft Visual Studio 2012、浏览器/服务器(B/S)模式、C#、ASP.NET 编程语言和数据库 SQL Server 2008以及整个信息系统的分析设计进行了比较详细的研究与实践,在此基础上完成了论文的创作。本论文主要研究内容和工作重点如下:
(1)对整个网站开发过程从需求分析、数据库设计、公共类设计、前台和后台设计及实现和测试的全过程进行了深入系统的分析与研究。
(2)网站主页开发采用浏览器/服务器(B/S)体系结构,提出了采用此种结构的优缺点。
(3)系统采用.NET 平台下B/S模式开发信息系统的开发框架,使用当前最流行的.NET开发工具 Microsoft Visual Studio 2012开发平台,使.NET系统开发效率高的优势充分体现出来。
(4)网站主页开发开发采用在 Visual Studio 2012开发平台下C#编程语言。使用C#编程语言来构建在.NET Framework 上运行的服务器应用程序、数据库应用程序。Microsoft Visual Studio 2012开发平台为C#提供了高级代码编辑器、方便的用户界面设计器、集成调试器和许多其他工具,加快应用程序的开发。本系统中公共类模块、前后台设计大量使用了C#语言。
(5)系统在开发过程中研究了.NET平台下ASP.NET新一代Web开发构架的使用,通过ASP.NET 实现动态网站开发,开发Web应用程序和Web服务。系统在设计过程中有针对性地采用了大量的.NET 控件。
关键词: ASP.NET C# Visual Studio 2012 B/S模式 SQL数据库

The Structure safety monitoring System
Abstract With the rapid development of information technology, database management system, network programming software and software development platform develop rapidly. All these will greatly improve the efficiency of software development and make all walks of life’s information management possible.So it is not impossible that we can create a dedicated website, which can monitor structures all the time and provides security monitoring and professional data analysis.Given there are all kinds of structure,we make a safety monitoring station system as a example.This paper describes the main design process and the realization of the station safety monitoring system.This paper is based on the newest development of software development technology at the moment. This paper carefully analyzes the studies and practices of the popular .NET development device —Microsoft Visual Studio 2012, Browser/Server mode ,C#, ASP .NET programming language , database SQL Server 2008 and the whole information system’s design analysis. The main points are as follows:
(1) The paper thoroughly analyzes and studies the whole process of software development,including needs analysis, database design, public class design and the realization and test of front and back design.
(2) The paper raises the strengths and weaknesses of the adoption of Browse/Server structure in the web site home page.
(3) In order to reflect the efficiency of .NET system, this system uses B/S mode in .NET platform to develop information system and uses the popular .NET development device on Microsoft Visual Studio 2012 development platform.
(4) The web site home page uses C# programming language in Visual Studio 2012 development platform. It uses C# programming language to construct server application and database application on .NET Framework.. Microsoft Visual Studio 2012 development platform provides high code editor, convenient user interface designer, integrated debugger and many other devices for C#. All these devices can improve the development of applications. This system uses a great deal of C# programming language in public class module and front and back design.
(5) This system studies the use of the new generation of Web development framework ---ASP.NET in .NET platform. By using ASP.NET, it can realize dynamic Web development, Web application development and Web service. In the design process, this system targetedly uses a great deal of .NET control.
Key Words: ASP.NET C# Visual Studio 2012 B/S mode SQL database

目录
第一章 绪论 1
1.1 研究背景意义 1
1.2 系统的国内外研究现状 2
1.3 研究的目的和意义 2
1.4 论文结构 2
第二章 系统理论基础及C#语言分析 4
2.1 ASP.NET技术 4
2.2 开发环境与语言 6
2.3 SQL Server数据库管理系统 7
2.4 ASP.NET 三层架构 8
2.5网站前端html、javascript 10
2.6网站后端WCF+AJAX,ADO.NET 10
第三章 网站的设计与实现 12
3.1 需求分析 12
3.1.1 系统的功能需求 12
3.1.2 界面设计原则 12
3.1.3 系统质量要求 13
3.2 母版页 Site.master 13
3.3 用户管理界面 14
3.3.1 用户数据表 T_User 15
3.3.2 管理界面的实现 16
3.4 用户登录界面 17
3.5 网站主页的设计 18
3.5.1系统和功能框架 18
3.5.2监测拓扑展示 19
3.5.3监测项 20
3.5.4告警管理 21
第四章 系统测试 2..