1、 I 小区车辆管理系统的设计与实现小区车辆管理系统的设计与实现 专业: 学生: 指导老师: 摘 要 小区车辆管理系统是一个通过人机交互系统,将小区车辆、驾驶员和出车情 况进行存储,并同时对小区车辆进行全面管理的系统。它主要实现了车辆信息管 理、 驾驶员信息管理、 出车信息管理等功能。 它的目的是加强对小区车辆的管理, 使其智能化,意义是降低人力成本。 小区车辆管理系统基于 B/S 结构和 J2EE 平台,采用两层架构构建。表示层: 负责完成用户体验,主要实现用户数据的采集和处理结果数据到客户端的渲染; 选用基于 MVC 模式构建的表示层开源框架 Struts2 构建。视图采用 JSP 实现,配
2、 合 html、CSS 和 Javascript 以建立良好的用户体验环境。持久层负责与数据库 的交互,主要实现实体数据的增、删、改、查等操作,采用开源的持久层框架 Hibernate实现。系统同时采用 SQLServer 数据库实现数据存储。 本文主要完成和车辆管理,驾驶员管理的设计实现,汽车信息管理功能,简 要介绍了系统的背景,技术背景,需求分析,系统架构设计,及相关功能的实现 方法,最后对数据库的设计进行了介绍。 关键词:关键词: 车辆管理 B/S J2EE Struts2 II The design and implementation of district vehicle mana
3、gement system Major: Software Engineering Student: Li Yuqing Supervisor: Zhao Chun Abstract District vehicle management system is an interactive system through the cell vehicle, the driver and the bus case for storage, and also for the overall management of the district vehicle systems. It is the ma
4、in achievement of the vehicle information management, driver information management, information management, and other functions of the bus. Its purpose is to strengthen the management of district vehicles to intelligent, meaning lower labor costs. District vehicle management system based on B / S s
5、tructure and the J2EE platform to build a two-tier architecture. Presentation Layer: is responsible for completing the user experience, the main results of the data collection and processing of user data to render the client; the use of open-source framework for building the presentation layer-based
6、 build Struts2 MVC pattern. View using JSP to achieve, with html, CSS and Javascript to create a good user experience environment. Persistence layer is responsible for interacting with the database, the main achievement of entity data add, delete, change, and other operations, the use of open source persistence framework Hibernate implementation. System while using SQLServer database for data storage. Thesis completed vehicle management, design and implementation of the bus driver managemen