1、本科生毕业设计(论文) 场站管理项目物资绿化模块设计与实现 摘 要 进入 21 世纪以来,公交车由于管理服务水平较低,调度方式单一等问题,导致城市交通流量不 断加大,交通事故频发,早晚高峰拥挤等问题日益突出。为了及时解决以上问题,更好地改进公交 管理系统,故提出公交场地管理系统。 本文对场地管理系统进行了分析研究, 首先阐述了公交场地管理的背景和发展趋势等理论知识, 建立起场地管理系统的需求分析和可行性分析,接下来明确了系统的设计目标、功能模块、数据库 设计和系统流程等,通过编写代码,最终实现系统模块的功能。 本系统采用 B/S 结构进行开发,基于 ASP.NET(C#)技术,使用.NET F
2、ramework 4.0 框架,以 SQL Server 2008 作为数据库,程序架构采用 ASP.NETMVC 三层架构(模型、视图、控制器)进行设计。 通过对信息的查看、增加、修改、删除、上传、下载等方面的操作,实现物资绿化模块的设计与实 现功能。 关键词:MVC,公交,场地管理 本科生毕业设计(论文) SITE MANAGEMENT PROJECT Materials Green Design and Implementation ABSTRACT In the 21 century, Because of the public transportation management se
3、rvice level is low, scheduling a single pattern, which has resulted in the urban traffic flow constantly increasing, the traffic accident frequency, the morning and evening rush traffic congestion aggravating. In order to solve the above problem in time, and to better improve public transport manage
4、ment system, bus site management is proposed. In this paper, the site management system was analyzed, the first expounded bus site management background and the trend of development theory knowledge, set up the site management system requirements analysis and feasibility analysis, then the system de
5、sign goal clear, function module, database design and system process, and so on, by writing code, finally realize the system module function. The system uses the B/S structure of development, based on ASP.net (C#) technology, use Framework 4.0 Framework, take SQL Server 2008 as the database, and th
6、e program structure by using MVC three layer architecture (model, view, controller) to carry on the design. Through the view of information, add, modify and delete, upload and download areas of operation, realize the functions of safe organization management and safe activities material management. Keywords:MVC, bus, site management 本科生毕业设计(论文) 目 录 第一章 绪论 . 1 1.1 课题研究的背景与意义 . 1 1.2 国内外研究现状及发展趋势 1 1.3 项目研究的目的及主要工作 2 1.4 系统的开发运行环境 . 2 第二章 系统分析 2 2.1 MVC 架构简介 2 2.1.1 MVC 架构的优点 3 2.1.2