jsp汽车信息管理系统的设计与实现

主要分为系统管理、会员管理、洗车单管理、车辆管理等。而在技术方面主要是前台的实现方式主要是采用了HTML5的标签来进行页面的展示。


摘要:在当前的互联网态势下,汽车销售商越来越需要进行数据的网络化和服务的网络化。而随着人们生活水平提高、经济的不断的发展,人们对车辆的需求越来越大。因为市场上缺少汽车销售系统来供消费者使用,因此开发此系统来供消费者来获取到更加及时准确的汽车信息,而在汽车销售商方面也缺少相应的系统来给消费者提供服务和汽车销售的信息,因此根据汽车销售商和消费者的共同需求开发此系统。

此汽车销售系统主要由前端的页面和后端的管理系统组成。前端的主要用往后台传递数据。而后台管理系统需要对前台传递的数据进行管理。主要分为系统管理、会员管理、洗车单管理、车辆管理等。而在技术方面主要是前台的实现方式主要是采用了HTML5的标签来进行页面的展示,通过AJAX异步请求的方式将前台的数据传递到后台。在后台管理系统方面,此系统在后台页面展示方面主要采用了easyUI的前端框架进行页面的展示,数据传输的框架主要使用SpringMVC+Mybastis的框架来进行数据传输。在数据库方面系统采用了Mysql数据库进行数据的存储。 将这三种技术解决方案结合在一起,使得程序耦合度和整体性大大的提升,也使代码的复用性和程序的重用性大大提升。

通过此系统的开发,让我受益匪浅。让我的HTML5标签使用更加成熟,也让我学习到了easyUI前端框架的基本使用方法,也让我学习到了springMVC的控制反转和面向切面编程、依赖注入的特点。也让我学习到了Mysql数据库的安装和使用。 以及前后台数据交互的方式。在前端方面我也学习到了AJAX异步传输的原理和使用方式。

关键字 : easyUI; 汽车信息管理; Spring; AJAX;

Abstruct:In the current Internet situation,  car dealers are increasingly in need of data networking and service network.  With the improvement of people's living standards, the continuous economic development, people's growing demand for vehicles. Because of the lack of a car sales system available to consumers, the system was developed to provide consumers with more timely and accurate vehicle information, and the lack of a system for car dealers to provide services and automobiles to consumers Sales of information, so according to the car dealers and consumers to develop the common needs of this system.

This car sales system mainly by the front of the page and back-end management system components. The front-end is mainly used to transfer data to the background. The background management system need to manage the data passed to the foreground. Mainly pided into system management, membership management, car wash single management, vehicle management. In terms of technology is mainly the front of the implementation is mainly used HTML5 tags to the page display, through the AJAX asynchronous request to the foreground of the data to the background. In the background management system, the system in the background page display mainly used easyUI front-end framework for page display, data transmission framework mainly use SpringMVC + Mybastis framework for data transmission. In the database system using the Mysql database for data storage. The combination of these three technology solutions, making the program greatly improve the coupling and integrity, but also to reuse the code and program reusability greatly enhanced.

Through this system development, let me benefit greatly. Let me use the HTML5 label more mature, but also let me learn to easyUI front-end framework of the basic use, but also let me learn the springMVC control inversion and aspect-oriented programming, dependency injection features. I also learned to the Mysql database installation and use. As well as front and back data interaction. In the front-end I also learned to the AJAX asynchronous transfer of the principles and use.

KeyWord:easyUI; Automotive Information Management; Spring; AJAX;