文件名称:bank
介绍说明--下载内容均来自于网络,请自行研究使用
银行是与生活紧密相关的一个机构。银行提供了存款、取款、转账等业务。本系统客户可以在不同的银行开设账户,可以在同一银行开多个账户,客户可以存钱账户中,也可以从自己的账户中取钱,还可以将存款从一个账户转到另一个账户。客户还可以随时查询自己的账户的情况、客户有权要求关闭账户。
(注: 上面所描述的是银行的最基本功能, 现实世界中的银行要复杂得多。 为了简化系统,
在对上面描述的银行系统的基本需求进行分析后,可知这个银行系统至少应该
具有如下功能:
1. 本系统可以有多个用户
2. 一个用户可以在系统开立(绑定)几个账户
3. 系统提供存款、取款、转账、账户管理、注销、挂失 功能
-Bank is closely related with the life of an institution. Bank deposit, withdrawals, transfers and other services. The system customers can open accounts in different banks, you can open multiple accounts at the same bank, customers can save money account, you can also withdraw money from their account, you can also deposit from one account to another account. Customers can also check their account at any situation, the right to close customer accounts.
(Note: The descr iption above is the most basic function of banks, banks in the real world is much more complex. In order to simplify the system,
In the banking system described above the basic needs analysis, we can see the banking system should at least
Has the following features:
1 The system can have multiple users
2 A user can open the system (binding) of several accounts
3 system provides deposits, withdrawals, transfers, account management, write-off, report the loss function
(注: 上面所描述的是银行的最基本功能, 现实世界中的银行要复杂得多。 为了简化系统,
在对上面描述的银行系统的基本需求进行分析后,可知这个银行系统至少应该
具有如下功能:
1. 本系统可以有多个用户
2. 一个用户可以在系统开立(绑定)几个账户
3. 系统提供存款、取款、转账、账户管理、注销、挂失 功能
-Bank is closely related with the life of an institution. Bank deposit, withdrawals, transfers and other services. The system customers can open accounts in different banks, you can open multiple accounts at the same bank, customers can save money account, you can also withdraw money from their account, you can also deposit from one account to another account. Customers can also check their account at any situation, the right to close customer accounts.
(Note: The descr iption above is the most basic function of banks, banks in the real world is much more complex. In order to simplify the system,
In the banking system described above the basic needs analysis, we can see the banking system should at least
Has the following features:
1 The system can have multiple users
2 A user can open the system (binding) of several accounts
3 system provides deposits, withdrawals, transfers, account management, write-off, report the loss function
相关搜索: 银行系统
(系统自动生成,下载前可以参看下载内容)
下载文件列表
banksystem_Data.MDF
banksystem_Log.LDF
文档
....\uml课程设计数据表.xls
....\银行转账系统分析与设计.doc
源代码
......\BANK
......\....\.classpath
......\....\.myeclipse
......\....\.myhibernatedata
......\....\.mymetadata
......\....\.project
......\....\.settings
......\....\.........\.jsdtscope
......\....\.........\org.eclipse.wst.jsdt.ui.superType.container
......\....\.........\org.eclipse.wst.jsdt.ui.superType.name
......\....\.springBeans
......\....\src
......\....\...\com
......\....\...\...\bank
......\....\...\...\....\application
......\....\...\...\....\...........\action
......\....\...\...\....\...........\......\base
......\....\...\...\....\...........\......\....\BaseAction.java
......\....\...\...\....\...........\......\....\vssver.scc
......\....\...\...\....\...........\bank
......\....\...\...\....\...........\....\BankAction-Bank_inputOrUpdate-validation.xml
......\....\...\...\....\...........\....\BankAction.java
......\....\...\...\....\...........\customerAcc
......\....\...\...\....\...........\...........\AccountAction-Account_inputOrUpdate-validation.xml
......\....\...\...\....\...........\...........\AccountAction.java
......\....\...\...\....\...........\exception
......\....\...\...\....\...........\.........\ActionException.java
......\....\...\...\....\...........\.........\vssver.scc
......\....\...\...\....\...........\user
......\....\...\...\....\...........\....\UserAction-User_inputOrUpdate-validation.xml
......\....\...\...\....\...........\....\UserAction.java
......\....\...\...\....\repository
......\....\...\...\....\..........\common
......\....\...\...\....\..........\......\account
......\....\...\...\....\..........\......\.......\AbstractAccount.java
......\....\...\...\....\..........\......\.......\Account.hbm.xml
......\....\...\...\....\..........\......\.......\Account.java
......\....\...\...\....\..........\......\.......\AccountDAO.java
......\....\...\...\....\..........\......\.......\AccountQuery.java
......\....\...\...\....\..........\......\bank
......\....\...\...\....\..........\......\....\AbstractBank.java
......\....\...\...\....\..........\......\....\Bank.hbm.xml
......\....\...\...\....\..........\......\....\Bank.java
......\....\...\...\....\..........\......\....\BankDAO.java
......\....\...\...\....\..........\......\....\BankQuery.java
......\....\...\...\....\..........\......\CommonQuerySingleTable.java
......\....\...\...\....\..........\......\user
......\....\...\...\....\..........\......\....\AbstractUsers.java
......\....\...\...\....\..........\......\....\UserQuery.java
......\....\...\...\....\..........\......\....\Users.hbm.xml
......\....\...\...\....\..........\......\....\Users.java
......\....\...\...\....\..........\......\....\UsersDAO.java
......\....\...\...\....\..........\......\vssver.scc
......\....\...\...\....\util
......\....\...\...\....\....\page
......\....\...\...\....\....\....\DealString.java
......\....\...\...\....\....\....\PageBean.java
......\....\...\...\....\....\....\PageUtil.java
......\....\...\...\....\....\....\ReturnPageBean.java
......\....\...\...\....\....\....\TestJavaBean.java
......\....\...\...\....\....\....\vssver.scc
......\....\...\log4j.properties
......\....\...\struts.xml
......\....\...\vssver.scc
......\....\WebRoot
......\....\.......\account
......\....\.......\.......\AccountAdd.jsp
......\....\.......\.......\AccountDel.jsp
......\....\.......\.......\AccountGuaShi.jsp
......\....\.......\.......\AccountShow.jsp
......\....\.......\b.jpg
......\....\.......\bank
......\....\.......\....\BankAdd.jsp
......\....\.......\....\BankShow.jsp
......\....\.......\CSS
......\....\.......\...\body.css
......\....\.......\...\CSS.CSS
......\....\.......\...\css1.css
......\....\.......\...\css4cnltreemenu.css
......\....\.......\...\dizhenwei.css
......\....\.......\...\link.css
......\....\.......\...\s.gif
......\....\.......\...\skin1
......\....\.......\...\.....\child.gif
......\....\.......\...\.....\closed.gif
......\....\.......\...\.....\opened.gif
......\....\.......\...\.....\T
banksystem_Log.LDF
文档
....\uml课程设计数据表.xls
....\银行转账系统分析与设计.doc
源代码
......\BANK
......\....\.classpath
......\....\.myeclipse
......\....\.myhibernatedata
......\....\.mymetadata
......\....\.project
......\....\.settings
......\....\.........\.jsdtscope
......\....\.........\org.eclipse.wst.jsdt.ui.superType.container
......\....\.........\org.eclipse.wst.jsdt.ui.superType.name
......\....\.springBeans
......\....\src
......\....\...\com
......\....\...\...\bank
......\....\...\...\....\application
......\....\...\...\....\...........\action
......\....\...\...\....\...........\......\base
......\....\...\...\....\...........\......\....\BaseAction.java
......\....\...\...\....\...........\......\....\vssver.scc
......\....\...\...\....\...........\bank
......\....\...\...\....\...........\....\BankAction-Bank_inputOrUpdate-validation.xml
......\....\...\...\....\...........\....\BankAction.java
......\....\...\...\....\...........\customerAcc
......\....\...\...\....\...........\...........\AccountAction-Account_inputOrUpdate-validation.xml
......\....\...\...\....\...........\...........\AccountAction.java
......\....\...\...\....\...........\exception
......\....\...\...\....\...........\.........\ActionException.java
......\....\...\...\....\...........\.........\vssver.scc
......\....\...\...\....\...........\user
......\....\...\...\....\...........\....\UserAction-User_inputOrUpdate-validation.xml
......\....\...\...\....\...........\....\UserAction.java
......\....\...\...\....\repository
......\....\...\...\....\..........\common
......\....\...\...\....\..........\......\account
......\....\...\...\....\..........\......\.......\AbstractAccount.java
......\....\...\...\....\..........\......\.......\Account.hbm.xml
......\....\...\...\....\..........\......\.......\Account.java
......\....\...\...\....\..........\......\.......\AccountDAO.java
......\....\...\...\....\..........\......\.......\AccountQuery.java
......\....\...\...\....\..........\......\bank
......\....\...\...\....\..........\......\....\AbstractBank.java
......\....\...\...\....\..........\......\....\Bank.hbm.xml
......\....\...\...\....\..........\......\....\Bank.java
......\....\...\...\....\..........\......\....\BankDAO.java
......\....\...\...\....\..........\......\....\BankQuery.java
......\....\...\...\....\..........\......\CommonQuerySingleTable.java
......\....\...\...\....\..........\......\user
......\....\...\...\....\..........\......\....\AbstractUsers.java
......\....\...\...\....\..........\......\....\UserQuery.java
......\....\...\...\....\..........\......\....\Users.hbm.xml
......\....\...\...\....\..........\......\....\Users.java
......\....\...\...\....\..........\......\....\UsersDAO.java
......\....\...\...\....\..........\......\vssver.scc
......\....\...\...\....\util
......\....\...\...\....\....\page
......\....\...\...\....\....\....\DealString.java
......\....\...\...\....\....\....\PageBean.java
......\....\...\...\....\....\....\PageUtil.java
......\....\...\...\....\....\....\ReturnPageBean.java
......\....\...\...\....\....\....\TestJavaBean.java
......\....\...\...\....\....\....\vssver.scc
......\....\...\log4j.properties
......\....\...\struts.xml
......\....\...\vssver.scc
......\....\WebRoot
......\....\.......\account
......\....\.......\.......\AccountAdd.jsp
......\....\.......\.......\AccountDel.jsp
......\....\.......\.......\AccountGuaShi.jsp
......\....\.......\.......\AccountShow.jsp
......\....\.......\b.jpg
......\....\.......\bank
......\....\.......\....\BankAdd.jsp
......\....\.......\....\BankShow.jsp
......\....\.......\CSS
......\....\.......\...\body.css
......\....\.......\...\CSS.CSS
......\....\.......\...\css1.css
......\....\.......\...\css4cnltreemenu.css
......\....\.......\...\dizhenwei.css
......\....\.......\...\link.css
......\....\.......\...\s.gif
......\....\.......\...\skin1
......\....\.......\...\.....\child.gif
......\....\.......\...\.....\closed.gif
......\....\.......\...\.....\opened.gif
......\....\.......\...\.....\T