摘 要
随着计算机技术的飞速发展,银行也已进入信息化时代。为了使银行管理更高效、更科学,决定开发银行业务管理系统。
本文采用自顶向下的结构化的系统分析方法,阐述了一个功能全面的银行业务管理系统的开发过程、操作流程及其一些核心的技术。本文首先进行了项目概述,简单介绍了项目开发的背景、项目开发的目的和项目开发的意义;接下来是系统规划阶段,通过实际的业务流程调研,分析了系统的组织结构,具体完成了银行业务管理系统的需求分析、可行性分析、现行业务流程分析,并通过对现行业务流程的优化,得出了系统的业务流程;之后是系统分析,具体完成了数据流分析和数据字典;系统设计阶段主要完成了功能模块的划分、数据库的设计和系统界面设计。该阶段对各个模块的功能进行了详细设计,形成了本系统的功能模块图,在此基础上选择了合适的开发模式;数据库的设计先进行了概念结构设计,之后进行了逻辑结构设计,最后完成了数据库表的设计。
根据前几个阶段的分析和设计,本系统在设计方面采用B/S模式,同时使用JSP技术进行基本页面的设计与功能实现,后台数据库选用SQL Server 2000数据库。本文主要完成可客户管理、客户开户、客户存款、客户取款等功能。
关键词:银行业务管理;结构化分析; JSP
Abstract
With the rapid development of computer technology, banks have entered the information age. To make bank management more efficient, more scientific, management decided to develop banking systems.
In this paper, top-down structured systems analysis, describes a fully functional banking management system development process, operating procedures and some of its core technology. This paper carried out the project overview, a brief background of project development, project development and project development objective of the meaning; followed by the system planning stage, the actual business processes through research and analysis of the system's organizational structure, specifically the completion of the bank business management system requirements analysis, feasibility analysis, the existing business process analysis, and optimization of existing business processes, business processes, the system obtained; followed by systematic analysis of the specific completion of the data flow analysis and data dictionary; system design primarily the completion of the division of function modules, database design and system interface design. This phase of the function of each module in detail the design, forming a functional block diagram of the system, on this basis, have chosen the right development model; database design first tested the concept design, followed by a logic design, and finally completed the design of the database table.
According to the first few stages of the analysis and design, the system used in the design of B / S mode, JSP technology, the basic page design and implementation of function, use SQL Server 2000 database backend database. Completion of this paper can be customer management, customer accounts, customer deposits, customer withdrawals and other functions.
Keywords: bank business management; structure analysis; JSP
目 录
摘 要 I
Abstract II
第1章 引言 1
1.1 项目开发的背景 1
1.2 项目开发的意义 2
第2章 关键技术介绍 3
2.1 JSP技术 3
2.2 SQL Server 2000技术 3
2.3 JAVA语言 5
2.4 系统开发模式 6
第3章 系统分析 7
3.1 系统可行性分析 7
3.1.1 技术可行性 7
3.1.2 经济可行性 7
3.1.3 社会可行性 8
3.2 业务流程分析 8
3.3 数据流图 9
3.4 数据字典 12
第4章 系统设计 15
4.1 系统功能设计 15
4.2 系统数据库设计 16
4.2.1 概念结构设计 16
4.2.2 数据库表设计 19
第5章 系统实现 22
5.1 系统后台模块 22
5.1.1 登录界面 22
5.1.2 查看系统属性界面 24
5.1.3 客户管理界面 24
5.1.4 客户开户界面 24
5.1.5 查看客户取款界面 25
5.2 系统前台模块 26
5.2.1 修改密码界面 26
5.2.2 查询余额界面 26
第6章 系统测试与分析 27
6.1 系统测试的重要性 27
6.2 测试实例的研究与选择 27
6.3 测试环境与测试条件 28
6.4 系统运行情况 29
6.5 系统评价 29
结 论 30
参 考 文 献 31
致 谢 32
第1章 引言
1.1 项目开发的背景
随着计算机产业的迅速发展,电子计算机已广泛的应用于信息管理、文字处理、辅助设计、辅助教学及人们的日常生活中。银行业务管理系统主要是针对银行业务的一系列相关工作的管理,本系统的建立使银行业务管理更加规范化、系统化,查询手段更加便捷化。同时,银行业务管理系统也是实现银行管理现代化和信息化的重要内容。
近年来,随着银行存取款数目的逐渐增加,人工书写的方式已经不能满足如此庞大的数据。为了更好的适应信息时代的高效性,一个利用计算机来实现银行业务管理工作的系统将必然诞生。基于这一点,设计了一个银行业务管理系统,用来就银行业务进行管理,以便在最短的时间内,高效准确的完成整个管理过程。
基于对上述的认识,收集相关资料和数据,查阅有关文献及技术参数,对银行业务管理的实际需求等方面进行了调研,发现目前所采用的手工记录的方法进行管理存在以下几个方面的弊端:对象范围广,数据存储不易;填写的数据多,且大量数据重复;不易存档,成千上万的信息和堆积如山的单据对管理人员来说是一个负担,需要大量的文档资料。鉴于以上种种原因,银行业务管理的管理急需一种软件来代替手工操作来管理数据资料。