4.2.1用户表 ........................................................ 4 4.2.2历史表 ........................................................ 4 4.3 PLSQL存储过程的设计 ................................................ 5
4.3.1用户表存储过程的设计 .......................................... 5 4.3.2历史表存储过程的设计 ......................... 错误!未定义书签。
5 银行存取款系统的实现 ..................................... 错误!未定义书签。
5.1用户登陆模块的实现 ................................. 错误!未定义书签。
5.1.1界面样式 ..................................... 错误!未定义书签。 5.1.2功能实现 ..................................... 错误!未定义书签。 5.2新用户注册模块的实现 ................................................ 7
5.2.1界面样式 ...................................................... 7 5.2.2功能实现 ...................................................... 7 5.3用户操作模块的实现 .................................................. 9
5.3.1界面样式 ..................................................... 10 5.3.2功能实现 ..................................................... 10 5.4存款模块的实现 ..................................... 错误!未定义书签。
5.4.1界面样式 ..................................... 错误!未定义书签。 5.4.2功能实现 ..................................... 错误!未定义书签。 5.5取款模块的实现 ..................................................... 11
5.5.1界面样式 ..................................................... 11 5.5.2功能实现 ..................................................... 11 5.6转账模块的实现 ..................................................... 12
5.6.1界面样式 ..................................................... 13 5.6.2功能实现 ..................................................... 13 5.7查询历史记录模块的实现 ............................................. 15
5.7.1界面样式 ..................................................... 15 5.7.2功能实现 ..................................................... 16
6发布程序及分包规范 ....................................................... 17 结 论 ..................................................................... 18 参考文献 .................................................................. 18 致 谢 ..................................................................... 18
银行存取款系统的设计与实现
摘 要
计算机科学技术的发展不仅极大地促进了整个科学的发展,而且明显加快了经济信息化和社会信息化的进程。绝大多数的公司的日常办公已经离不开计算机技术和软件技术。国内的银行大都大力发展银行自动取款机(ATM),以提高工作效率和降低成本。
本系统采用Eclipsc作为开发工具,使用Java语言编写,并连接Oracle数据库,搭建和模拟银行最常见存款取款转账操作。可实现用户注册、用户登录、用户存款、用户取款、用户转账、查询该用户所有的操作记录的功能。
关键词
注册;登陆;存取款;转账;历史记录
Design and implementation of bank deposit
and withdrawal system
Abstract
The development of computer science and technology not onlygreatly promoted the development of science as a whole, andsignificantly speed up the process of
economicandsocialinformation. The vast majority of the company's day-to-day officecan not do without the computer technology and software technology. Domestic banksMost vigorously development Bankautomated teller machine (ATM), in order to enhance efficiency and reduce costs.
Eclipsc The system uses as a development tool of to using the Java language, and connect to an Oracle database, set up the most common and analog deposit withdrawals transferoperation. User registration, user login, the user deposits the userwithdrawal, check all operating record of the user.
Key words
Registration;Login; Deposit;Transfer;History
bank
相关推荐: