源码简介: |
模拟银行系统是一个适合于Java初级学习者学习和使用的项目,综合使用Java的基础知识和常见API,是一个极好的练习项目。具体功能:1:银行服务的启动、多层菜单的选择、银行操作人员的维护(增删改查)2:客户资料的维护、帐号的维护3:完成开户、销户、存款、取款、转帐等功能4:示范如何给项目添加基本的权限控制-Simulation of the banking system is a project in Java primary learners to learn and use, the integrated use of the basic knowledge and common API in Java is an excellent exercise programs. Specific functions: 1: banking services start, multi-layer menu selection, bank operator maintenance (CRUD) 2: the maintenance of customer information, account maintenance: to complete the account opening an account, deposits, withdrawals, transfers, etc. Function 4: demonstrates how to the project to add a basic access control
|