汽车配件管理系统
姓 名:
学 号:
专 业: 计算机科学与技术
指导教师:
20 年 月
- i -
目 录
摘 要 ........................................................................................................................I
第 1 章 概述 ..............................................................................................................1
1.1 项目开发的背景 .........................................................................................................1
1.2 项目开发的目的 .........................................................................................................1
第 2 章 可行性分析及总体设计原则 ......................................................................2
2.1 可行性分析 .................................................................................................................2
2.1.1 技术可行性 .........................................................................................................2
2.1.2 经济可行性 .........................................................................................................2
2.1.3 社会可行性 .........................................................................................................2
2.2 总体设计原则 .............................................................................................................3
第 3 章 系统分析 ......................................................................................................4
3.1 业务流程分析 .............................................................................................................4
3.2 数据流图 .....................................................................................................................5
3.3 数据字典 .....................................................................................................................7
第 4 章 系统设计 ....................................................................................................10
4.1 系统功能设计 ...........................................................................................................10
4.2 系统数据库设计 .......................................................................................................11
4.2.1 概念结构设计 ...................................................................................................11
4.2.2 数据库表设计 ...................................................................................................16
4.3 系统开发工具与开发模式的选择 ...........................................................................19
4.3.1 开发工具 ...........................................................................................................19
4.3.2 开发模式 ...........................................................................................................19
第 5 章 系统实现 ....................................................................................................21
5.1 登录界面 ...................................................................................................................21
5.1.1 登录界面 ...........................................................................................................21
5.1.2 登录流程 ...........................................................................................................22
5.2 系统首页 ...................................................................................................................23
5.3 配件分类管理界面 ...................................................................................................23
5.4 出库登记 ...................................................................................................................24
5.5 汽车配件汇总 ...........................................................................................................24
第 6 章 软件测试与分析 ........................................................................................25
6.1 系统测试的定义 .......................................................................................................25
6.2 系统测试的目的及意义 ...........................................................................................25
6.3 系统测试的重要性 ...................................................................................................25
6.4 系统测试的常用方法 ...............................................................................................26
- ii -
6.5 测试环境与测试条件 ...............................................................................................27
6.6 系统运行情况 ...........................................................................................................27
6.7 测试总结 ...................................................................................................................27
第 7 章 总结与展望 ................................................................................................28
参考文献......................................................................................................................29
致 谢......................................................................................................................30
- i -
摘 要
本文采用结构化系统分析的方法,阐述了汽车配件管理系统的开发过程、操
作流程及其一些核心的技术。本文首先进行了项目概述,简单介绍了项目开发的
背景、项目开发的目的和项目开发的意义;接下来是系统规划阶段,通过实际的
业务流程的调研,分析了系统的组织结构,具体完成了配件管理系统的需求分析、
可行性分析、现行业务流程分析,并通过对现行业务流程的优化,得出了系统的
业务流程;之后是系统分析,具体完成了数据流分析和数据字典;系统设计阶段
主要完成了功能模块的划分、数据库的设计和系统界面设计。该阶段对各个模块
的功能进行了详细设计,形成了本系统的功能模块图,在此基础上选择了合适的
开发模式;数据库的设计先进行了概念结构设计,之后进行了逻辑结构设计,最
后完成了数据库表的设计。
根据前几个阶段的分析和设计,该系统决定采用 B/S 结构,JSP 作为开发平
台,数据库采用 SQL2000,完成了系统的程序实施。本系统的设计实施为汽车
配件管理系统的运行做基础,为其配件的管理提供良好的条件。
关键词:汽车配件;结构化分析;管理系统
- ii -
Abstract
This paper uses structured system analysis method, elaborated the auto parts
management system development process, operation process and some key
technologies. This paper conducted a project overview, briefly introduces the
background of project development, project development and project development
significance; next is the system planning stages, through the actual business process
research, analysis of the organizational structure of the system, specifically the
completion of inventory management system needs analysis, feasibility analysis,
business process analysis of current, and through the current business process
optimization, the system's operation flow; is system analysis, to complete specific
data flow analysis and data dictionary; system design phase basically completed the
function module division, database design and system interface design. In this stage,
the function of each module are designed in detail, the formation of the system
function module chart, on the basis of selecting the suitable development pattern;
database design to the concept of structural design, followed by a logic structure
design, finally completed the design of the database table
According to the first few stages of analysis and design, the system decided to
adopt B / S structure, JSP as the development platform, using SQL2000 database,
completed a system program implementation. The implementation of system design
for auto parts management system as a foundation, the inventory management to
provide good conditions
Key Word:Auto parts; structural analysis; Management System