(完整版)计算机毕业设计程序系统 联系客服

发布时间 : 星期六 文章(完整版)计算机毕业设计程序系统更新完毕开始阅读

摘 要

随着计算机网络的普及与Internet的发展,基于Web的汽车销售网站成了今后汽车信息化的发展方向。它可以使管理员在任何时间、任何地点都可以对信息进行管理,从而提高了信息的管理效率。考虑到汽车销售集团的业务流程和系统性能的要求,于是基于Web的数据库也就应运而生了,而且数据库技术更是需要和Web技术相结合,才有更为广阔的前景,因此系统采用SQL Server 2000和JSP技术进行开发,使汽车销售系统具备良好的稳定性和安全性。

论文介绍了系统的开发背景、目的以及所采用的技术,阐述了系统的特点,对系统的模型进行了简要分析,并对系统的可行性,市场的需求性进行了分析。在系统的总体框架分析中介绍了系统的功能模块并画出系统的整体文件架构。在数据库的设计与实现中,提出了数据库的设计思想,并在数据库的模型设计中给出了数据流图、实体联系图及数据表结构。最后在系统的设计与实现中,确定了系统的配置开发环境,给出系统中模块的详细设计与实现过程,并对系统模块涉及到的关键源代码进行了详细的分析。

本系统所实现的汽车销售系统网站集订购、客服等业务于一身,它的成功架设将会为汽车销售集团带来非常良好的社会效益和经济效益。

关键词:汽车专卖店 管理系统 销售 JSP

ABSTRACT

With the popularization of computer network with the development of the Internet, and the car sales based on WEB site became the development direction of future car information. This allows administrators at any time, any place can manage and improve the efficiency of management of information. So based on Web database also arises at the the system analysis, described the system characteristics, a brief analysis of the system model, and the system to conduct a feasibility analysis to determine the present conditions, development of automobile sales system is feasible. Then the system's overall design, the right system, market demand analysis, the overall framework of analysis of the system described in the system's functional modules, and draw the system as a whole file structure. In the database design and implementation, database design put forward ideas and models in the database design gives the data flow diagram, entity-relationship diagram and data table structure. Finally, system design and implementation, to determine the configuration of the system development environment, the system modules are given the detailed design and implementation process, and the key system modules involved in a detailed source code analysis.

The system achieved that car sales site collection system, ordering, customer service and other business in one, and its success will set up auto sales group to bring a very good social and economic benefits.

Key words: Auto Store Manage System Sales JSP

目 录

第一章 绪论 ............................................................ 1 1.1课题的来源及意义 ..................................................... 1 1.2 国内外现状 .......................................................... 1 第二章 关键技术介绍 .................................................... 3 2.1 JSP ................................................................. 3 2.2 JAVABEAN ............................................................ 3 2.3 TOMCAT开发环境 ...................................................... 3 2.4 JDBC ................................................................ 4 2.5 CSS样式表设计 ....................................................... 5 第三章 系统分析 ........................................................ 6 3.1可行性分析 ........................................................... 6 3.1.1经济可行性分析 ..................................................... 6 3.1.2技术可行性分析 ..................................................... 6 3.1.3方案可行性分析 ..................................................... 6 3.1.4操作可行性分析 ..................................................... 7 3.1.5社会可行性分析 ..................................................... 7 3.2 用例分析 ............................................................ 7 3.2.1使用UML用例图描述汽车专卖店系统的需求 ............................. 7 3.2.2用例分析 ........................................................... 7 第四章 系统设计 ........................................................ 9 4.1系统总体设计 ......................................................... 9 4.1.1系统总体设计简介 ................................................... 9 4.1.2系统总体模块设计 ................................................... 9 4.2前台功能模块 ......................................................... 9 4.3后台功能模块 ........................................................ 10 4.4数据库的设计 ........................................................ 11 4.4.1简介关系数据库 .................................................... 11 4.4.2概念模型设计 ...................................................... 11 4.4.3物理结构设计 ...................................................... 15

4.4.4类图的设计 ........................................................ 17 第五章 系统实现 ....................................................... 19 5.1主界面设计 .......................................................... 19 5.2前台模块设计 ........................................................ 19 5.2.1展示中心模块 ...................................................... 19 5.2.2预定中心界面 ...................................................... 20 5.3后台模块设计 ........................................................ 21 5.3.1身份验证模块 ...................................................... 21 5.3.2车辆信息管理模块 .................................................. 22 5.3.3订单信息管理模块 .................................................. 23 第六章 系统测试 ....................................................... 24 6.1软件测试方法 ........................................................ 24 6.2汽车专卖店销售系统测试 .............................................. 24 结 论 ................................................................. 26 谢 辞 ................................................................. 27 参考文献 ............................................................... 28