摘要:本文阐述了以Microsoft SQL Server 2008作为后台数据库,ASP。NET作为界面设计工具,C#作为脚本语言开发一个智能停车场管理系统的思路与过程,具体的应用背景为大中型城市市民出行时在便捷停车与停车后车辆的安全保障方面的实际需求,旨在使得顾客在较短的时间内找到最适合自己的车位,同时可协助停车场管理人员高效地管理车位,有效保护停车车辆。进行了课题需求分析与可行性分析,完成了系统设计与功能实现。通过设计测试方案并进行系统各功能模块的测试,表明所开发网站系统可提供一个更方便快捷的停车方式,顾客可以简洁地注册为系统用户,使用系统获得查询车位、网上预订、查询车位信息等服务;管理员可以进行系统的维护与管理,随时随地修改用户信息,更新车位信息,在必要时修改用户的订单状态,收集用户评价信息等。网站系统整体功能实现良好,使用简洁顺畅。80542
毕业论文关键词: 停车场管理;ASP。NET;SQL Server数据库;网站;服务器
Design and Implementation of Intelligent Parking Management System
ABSTRACT: This paper describes the Microsoft SQL Server 2008 as a back-end database, ASP。NET as an interface design tool, C # as a scripting language to develop an intelligent car park management system ideas and processes, the specific application background for large and medium-sized city citizens travel And the actual needs of the safety of vehicles after parking, designed to enable customers in a short period of time to find the most suitable for their own parking spaces, and can help the parking lot management staff to efficiently manage the parking spaces, the effective protection of parking vehicles。 The subject demand analysis and feasibility analysis, completed the system design and function realization。 Through the design of the test program and the system of functional modules of the test, indicating that the development of the site system can provide a more convenient way to stop, the customer can be simply registered as a system user, the use of the system to obtain the query parking spaces, online booking, query parking information Service; administrators can carry out system maintenance and management, anytime, anywhere to modify user information, update parking information, if necessary, modify the user's order status, the collection of user evaluation information。 The overall function of the website system is good, the use of simple and smooth。
Keywords: Parking management; ASP。NET; SQL Server database; Website; server
目录
摘要。i
Abstract。 i
目录 iii
1绪论 1
1。1 选题的意义 1
1。3 发展趋势 2
1。4 调研情况 2
2系统分析 3
2。1 总体分析 3
2。1。1 可行性分析 3
2。1。2 需求分析 4
2。2 系统开发的相关技术 4
2。2。1 ASP。NET 介绍 4
2。2。2 Visual Studio C# 介绍 5
2。2。3 SQL 2008 介绍 6
2。2。4 。NET Framework 6
3系统设计 9
3。1 程序的功能与结构