文档介绍:摘要
现在全球已经进入了软件的时代,各行各业都与软件产生着密切的联系。银行系统更是如此,在软件系统的高速发展和功能的不断完善下,银行也一改往日的通过人与人的不断交流与接触进行现金的交易的这样一种传统的形象。通过网上银行系统的开发和应用达到一个节省人力资源,提高行业业务效率的目的。在这样的一个背景下,本课题主要使用JAVA程序设计语言,并辅以JSP,mysql数据库管理等技术进行网上银行系统的设计与开发,既克服传统管理方式的工作量大、效率低下,又能够使银行管理工作系统化,自动化,规范化;同时,又能够有友好的操作界面,方便,实用,便于维护;具备推广价值,从而得到广泛应用,真正实现银行管理的网络化。
关键词:网上银行;管理;JSP;系统开发
Abstract
Now the world has entered an era of software, and software businesses have close ties. The banking system, especially in the software system for the rapid development and function continuously improved, banks also changed the past through people-to-people exchanges and contacts continue to cash transactions of such a traditional image. banking system through the development and application to achieve a saving of human resources, improve operational efficiency industry. In such a context, the subject of the main use of JAVA programming language, supplemented by JSP, mysql database management technologies such as online banking system design and development, both to e the traditional management of the work load is heavy, inefficient, and can systematization of the banking management, automation, standardization; At the same time, be able to have a friendly operation interface, convenient, practical, easy to maintain; with the promotion of values, and thus are widely used, and truly realize work of bank management.
Key word: Banking;manage;JSP;System Development
目录
第1章前言 5
研究现状 5
主要研究的目的及内容 7
研究方法及设计思路 8
研究方法 8
设计思路 9
第2章应用需求分析与可行性分析 10
应用需求分析 10
运行需求分析 10
其他需求分析 10
可行性分析 11
11
11
运行可行性 11
时间可行性 11
法律可行性: 12
系统开发步骤 12
第3章相关技术简介 13
JSP 13
Mysql数据库 13
ODBC 14
B/S模式分析 15
第4章系统分析 17
系统实现目标 17
系统体系结构 17
主控流程图 17
系统ER图 19
第5章系统设计 20
概要设计 20
系统结构设计 20
详细设计 20
管理员登录界面 20
管理员设置 22
新用户注册 23
网上银行用户交易管理 24
查看用户余额 26
历史交易明细查询 26
模拟在线消费功能 28
第6章系