文件名称:bankcustomer
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-08-31
- 文件大小:
- 11kb
- 下载次数:
- 0次
- 提 供 者:
- 谭
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个银行客户管理的java小程序。
描述客户的几个重要方面:帐号、身份证号、姓名、联系方式、密码、账户余额。
成员方法:
开户(开户时必须要有身份证号),系统自动生成帐号,帐号使用系统时间(格式:"yyyyMMddHHmmss"14位),初始密码为“666666”。注意开户和构造方法之间的关系。
存钱、取钱、显示账户信息、修改密码(密码最短要六位)
注释十分详细,适合初学者练习使用。-This is a bank customer management java applet. Describe several important aspects of the customer: account number, ID number, name, contact information, passwords, account balance. Member method: Bank (account must have ID number), the system automatically generates account number using the system time (format: " yyyyMMddHHmmss" 14-bit), the initial password is " 666666." Note that opening and the relationship between the constructor. To save money, display account information, change your password (minimum password to six) very detailed notes, suitable for beginners to practice.
描述客户的几个重要方面:帐号、身份证号、姓名、联系方式、密码、账户余额。
成员方法:
开户(开户时必须要有身份证号),系统自动生成帐号,帐号使用系统时间(格式:"yyyyMMddHHmmss"14位),初始密码为“666666”。注意开户和构造方法之间的关系。
存钱、取钱、显示账户信息、修改密码(密码最短要六位)
注释十分详细,适合初学者练习使用。-This is a bank customer management java applet. Describe several important aspects of the customer: account number, ID number, name, contact information, passwords, account balance. Member method: Bank (account must have ID number), the system automatically generates account number using the system time (format: " yyyyMMddHHmmss" 14-bit), the initial password is " 666666." Note that opening and the relationship between the constructor. To save money, display account information, change your password (minimum password to six) very detailed notes, suitable for beginners to practice.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bankcustomer\.classpath
............\.project
............\.settings\org.eclipse.jdt.core.prefs
............\bin\BankCustomer.class
............\...\shiyan4.class
............\src\bankcustomer.java
............\.settings
............\bin
............\src
bankcustomer