登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 计算机科学与技术 > 正文

基于J2EE的汽车销售管理系统设计与实现毕业论文

 2022-03-18 09:03  

论文总字数:26024字

摘 要

21世纪以来,随着人们生活水平的不断提高,人们对于私家车的需求也越来越大。然而,很多汽车销售公司的业务和环节仍然采用人工记账的传统方法,这样既会出差错,又很容易导致账目上的混乱,并且查询和统计数据起来也极其不方便,既费浪费时间,又很耗费精力,后果严重时甚至会给公司带来不可估计的损失。如何管理好这些事务,让整个公司在销售管理上协调一致,外部高效率地运转,是当今各公司急需解决的问题。

当今时代,汽车产业逐渐成为国民经济的重要组成部分,在经济社会发展的过程中起着举足轻重的作用。在经济全球化趋势的带动下,国际上汽车产业的竞争也显得越来越激烈。与此同时,我国的汽车产业也面临着巨大的和机遇挑战。因此,采用国际先进的管理思想、现代的管理方式成为产业价值链上企业提升核心竞争力的不可或缺的手段。如何利用计算机管理系统方便快捷的存储信息,如何使客户档案信息、业务流程管理实现电子化,是汽车销售企业需要重点关注的问题。这就要求我们充分发挥电子计算机进行信息交流的互动功能和管理功能,把工作重点放在建立和完善汽车销售企业管理信息系统上来。

汽车销售管理系统的建立和不断完善,为汽车销售服务企业综合竞争力的提升提供了可靠的保障。这使得企业的活力得到了有效的增强,企业的绩效得到了全面突破。这些方面更体现了企业面向未来的前瞻运营管理理念,为公司的可持续发展及优势资源整合奠定了坚实的基础。

汽车销售管理系统的设计与实现,不但能使各系统业务环节内部协调一致,而且操作方便,账目清晰。通过简单的账目查询,公司能在最短的时间内准确获得市场的信息,从而来制定相应的决策。因此,该系统主要根据实际的业务需求,采用B/S模式实现了从多个环节数据的跟踪管理服务,基本上满足了汽车销售管理的业务流程。

关键词: J2EE 汽车销售 管理系统 业务流程

The design and implement of auto sales management system based on J2EE technology

Abstract

Since twenty-first Century, with the continuous improvement of people's living standards, people's demand for private cars has become more and more big. However, many car sales of the company's business and links still use the traditional method of manual bookkeeping, this would make mistakes, and can easily lead to confusion in the accounts, and the query and statistical data is also very convenient, both the cost of a waste of time, and very energy consuming, serious consequences even can estimate the losses to the company. How to manage these issues, so that the entire firm in the sales management to coordinate the operation of the external high efficiency, is the urgent need to solve the problem of today's companies.

Nowadays, the automobile industry has gradually become an important part of the national economy, which plays an important role in the process of economic and social development. Driven by the trend of economic globalization, the competition in the international automobile industry is becoming more and more fierce.At the same time, China's auto industry is also facing great challenges and opportunities. Therefore, the use of international advanced management ideas and modern management has become an indispensable means to enhance the core competitiveness of enterprises in the industrial value chain. How to use the computer management system to facilitate the storage of information, how to make the customer profile information, business process management is the realization of electronic, automobile sales enterprises need to focus on the problem of interactive functions and management functions. This requires us to make full use of computer information exchange, the focus on establishing and perfecting the management information system of automobile sales enterprises.

Automobile sales management system is established and continuously improved, which provides a reliable guarantee for the improvement of the comprehensive competitiveness of automobile sales and service enterprises.This makes the enterprise's vitality has been effectively enhanced, the performance of the enterprise has been a comprehensive breakthrough.These aspects of the enterprise is more reflected in the future forward-looking operational management philosophy, for the company's sustainable development and integration of the advantages of resources has laid a solid foundation.

Automobile sales management system design and implementation, not only to make the system operational aspects of internal coordination, but also easy to operate, the account is clear.Through simple accounts, the company can accurately obtain the market information in the shortest time, so as to make the corresponding decision.Therefore, the system is mainly based on the actual business needs, using B/S mode to achieve the tracking of data from multiple management services, basically meet the car sales management business process.

Keywords: J2EE Car Sales Management System Operation Flow

目 录

摘 要 I

Abstract II

第一章 绪论 1

1.1 课题的背景及意义 1

1.2 系统可行性分析 1

1.3 本文的主要研究工作 2

第二章 系统开发的平台与技术 3

2.1 系统开发环境 3

2.1.1 MyEclipse开发工具 3

2.1.2 MySQL数据库 3

2.1.3 Tomcat服务器 3

2.2 系统开发技术 4

2.2.1 Java语言技术 4

2.2.2 JSP页面技术 5

2.2.3 CSS页面美化技术 6

2.2.4 J2EE与JavaBean简介 6

2.2.5 JDBC简介 7

第三章 系统需求与框架设计 9

3.1 系统的功能概述 9

3.1 系统需求分析 12

3.1.1 功能性需求分析 12

3.1.2 非功能性需求分析 13

3.2 系统结构 13

3.2.1 表示层的功能设计 14

3.2.2 业务逻辑层的功能设计 14

第四章 数据库设计 16

4.1 数据库设计 16

4.1.1 数据表的设计 16

4.1.1 数据库E-R图的设计 19

第五章 详细设计与功能实现 20

5.1 系统体系结构设计与实现 20

5.1.1 表示层的设计与实现 20

5.1.2 业务逻辑层的设计与实现 21

5.1.3 数据访问层的设计与实现 24

5.2 系统关键技术的实现 24

5.2.1 系统异常处理机制的实现 24

5.2.2 用户登录功能的实现 24

5.2.3 数据的合法性检验功能的实现 25

5.2.4 数据报表导出功能的实现 26

5.3 系统管理模块的设计 29

5.3.1 管理员模块的设计 30

5.3.2 不同权限用户登录功能的设计 30

第六章 系统功能测试 31

6.1 输入合法性进行测试 31

6.2 异常情况检测 32

6.3 需求测试 32

6.4 验收测试 32

第七章 总结与展望 33

7.1 总结 33

7.2 展望 34

参考文献 35

致谢 37

第一章 绪论

1.1 课题的背景及意义

请支付后下载全文,论文总字数:26024字

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图