Skip to content

Java course design, a bank deposit and withdrawal management system. Support TCP-based multi-thread communication.

Notifications You must be signed in to change notification settings

AlbertMP/BDAWMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BDAWMS

Java course design, a bank deposit and withdrawal management system. Support TCP-based multi-thread communication.

题目4:银行存取款管理系统设计

功能:能够输入和查询客户存款取款记录。在客户文件中,每个客户是一条记录,包括编号、客户姓名、支取密码、客户地址、客户电话、账户总金额;在存取款文件中,每次存取款是一条记录,包括编号、日期、类别、存取数目、经办人。类别分为取款和存款两种。本系统能够输入客户存款或取款记录;根据客户姓名查询存款和取款记录。

分步实施:

1、初步完成总体设计,搭好框架,确定人机对话界面;

2、完成最低要求:建立一个文件,包括输入10个客户的必要信息,能对文件进行输入、修订、删除。

要求:上述功能采用采用服务器程序实现,并采用多线程方式实现,所有的操作通过客户端输入实现。要求尽可能采用类设计封装。

PS:此处的对文件操作我改为了连接数据库并对数据库操作。

About

Java course design, a bank deposit and withdrawal management system. Support TCP-based multi-thread communication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages