ATM Bank System project

代写ATM Bank System作业、代做Java程序语言作业、代写ATM common作业、代做Java实验作业
ATM Bank System project (100 points) (deadline: 2018.11.29)

Project requirements:
1.the program is divided into two parts: Client side and Server side.

2. the Server side is responsible for managing all bank cards, administrators can increase and delete bank cards.
(1) each bank card is uniquely identified by card number;
(2) the new bank card password is "123456", the amount of the card is 0 yuan;
(3) only the bank card that the administrator has added can login from the client side;
(4) the bank card that the administrator has deleted can’t login from the client side;

3. the client is responsible for ATM common operation.http://www.6daixie.com/contents/3/2180.html
(1) After the client inputs the bank card number and password correctly, the client can do other operations.
(2) After login, users can query the balance, deposit, withdraw and transfer money and modify bank card password .
(3) when the password is modified, the user needs to enter new passwords two times, which make sure the password is changed correctly
(4) After each client’s operation such as withdraw and deposit money operations, the result of operation should display on the screen , such as "successful operation" or "insufficient balance, failure of operation", etc..
4. Imitate the actual interface of ATM as much as possible.
5. For failure operations, the exception capture mechanism is used for error.
6. Server supports multiple clients.

Technology: GUI, Thread, Networking, Exception, Collection, I/O.

Submit: java source code , java bytecode ,and word document that describes the design and screen copy of your GUI running application.

Assessment:
Client:
query the balance, deposit, withdraw and transfer money and modify card password:
each function 10 points (total 50 points)
Server:
Add and delete bank cards. each function 10 points (total 20 points)

Use all Technology: GUI, Thread, Networking, Exception, Collection, I/O: (total 20 points)
The interface design is reasonable and easy to use:(total 10 points)

因为专业,所以值得信赖。如有需要,请加QQ99515681 或邮箱:[email protected] 

微信:codinghelp

猜你喜欢

转载自www.cnblogs.com/newRRRRRRR/p/9991378.html
atm