文件名称:BANK
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 888kb
- 下载次数:
- 0次
- 提 供 者:
- 兔**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
开发设计一个网络银行系统,要求完成一下功能:
A.个人存取款业务系统的设计;
B.存、取款的算法设计;
C.数据库系统设计;
使用的是MyEclipse 6.5开发环境。并在该程序中我们一共建立了12个页面,两个数据库表。我们主要运用struts实现数据库表与各个页面的连接以及各个页面的跳转。
-Designed to develop a network of the banking system, required to complete some functions: A. individual access the business system design B. depositors, withdrawals of algorithm design C. Database System design using MyEclipse 6.5 development environment. And in the process we have set up a 12 page, two database tables. The use of struts to achieve our main database table with the page link, as well as all of the Jump page.
A.个人存取款业务系统的设计;
B.存、取款的算法设计;
C.数据库系统设计;
使用的是MyEclipse 6.5开发环境。并在该程序中我们一共建立了12个页面,两个数据库表。我们主要运用struts实现数据库表与各个页面的连接以及各个页面的跳转。
-Designed to develop a network of the banking system, required to complete some functions: A. individual access the business system design B. depositors, withdrawals of algorithm design C. Database System design using MyEclipse 6.5 development environment. And in the process we have set up a 12 page, two database tables. The use of struts to achieve our main database table with the page link, as well as all of the Jump page.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BIM_bank
........\.classpath
........\.myhibernatedata
........\.mymetadata
........\.mystrutsdata
........\.project
........\lib
........\...\msbase.jar
........\...\mssqlserver.jar
........\...\msutil.jar
........\src
........\...\com
........\...\...\BIM
........\...\...\...\actions
........\...\...\...\.......\CunAction.java
........\...\...\...\.......\LoginAction.java
........\...\...\...\.......\QuAction.java
........\...\...\...\.......\RegistAction.java
........\...\...\...\embean
........\...\...\...\......\login.hbm.xml
........\...\...\...\......\Userinfo.java
........\...\...\...\factorys
........\...\...\...\........\HibernateSessionFactory.java
........\...\...\...\forms
........\...\...\...\.....\CunForm.java
........\...\...\...\.....\LoginForm.java
........\...\...\...\.....\QuForm.java
........\...\...\...\.....\RegistForm.java
........\...\...\...\struts
........\...\...\...\......\ApplicationResources.properties
........\...\hibernate.cfg.xml
........\WebRoot
........\.......\image
........\.......\index.jsp
........\.......\JSP
........\.......\...\cun.jsp
........\.......\...\cun_err.jsp
........\.......\...\cun_succ.jsp
........\.......\...\Login.jsp
........\.......\...\login_err.jsp
........\.......\...\Main.jsp
........\.......\...\qu.jsp
........\.......\...\qu_err.jsp
........\.......\...\qu_succ.jsp
........\.......\...\Regist.jsp
........\.......\...\regist_succ.jsp
........\.......\META-INF
........\.......\........\MANIFEST.MF
........\.......\WEB-INF
........\.......\.......\.struts-config.mex
........\.......\.......\classes
........\.......\.......\.......\com
........\.......\.......\.......\...\BIM
........\.......\.......\.......\...\...\actions
........\.......\.......\.......\...\...\.......\CunAction.class
........\.......\.......\.......\...\...\.......\LoginAction.class
........\.......\.......\.......\...\...\.......\QuAction.class
........\.......\.......\.......\...\...\.......\RegistAction.class
........\.......\.......\.......\...\...\embean
........\.......\.......\.......\...\...\......\login.hbm.xml
........\.......\.......\.......\...\...\......\Userinfo.class
........\.......\.......\.......\...\...\factorys
........\.......\.......\.......\...\...\........\HibernateSessionFactory.class
........\.......\.......\.......\...\...\forms
........\.......\.......\.......\...\...\.....\CunForm.class
........\.......\.......\.......\...\...\.....\LoginForm.class
........\.......\.......\.......\...\...\.....\QuForm.class
........\.......\.......\.......\...\...\.....\RegistForm.class
........\.......\.......\.......\...\...\struts
........\.......\.......\.......\...\...\......\ApplicationResources.properties
........\.......\.......\.......\hibernate.cfg.xml
........\.......\.......\struts-bean.tld
........\.......\.......\struts-config.xml
........\.......\.......\struts-html.tld
........\.......\.......\struts-logic.tld
........\.......\.......\struts-nested.tld
........\.......\.......\struts-tiles.tld
........\.......\.......\validator-rules.xml
........\.......\.......\web.xml
........\.classpath
........\.myhibernatedata
........\.mymetadata
........\.mystrutsdata
........\.project
........\lib
........\...\msbase.jar
........\...\mssqlserver.jar
........\...\msutil.jar
........\src
........\...\com
........\...\...\BIM
........\...\...\...\actions
........\...\...\...\.......\CunAction.java
........\...\...\...\.......\LoginAction.java
........\...\...\...\.......\QuAction.java
........\...\...\...\.......\RegistAction.java
........\...\...\...\embean
........\...\...\...\......\login.hbm.xml
........\...\...\...\......\Userinfo.java
........\...\...\...\factorys
........\...\...\...\........\HibernateSessionFactory.java
........\...\...\...\forms
........\...\...\...\.....\CunForm.java
........\...\...\...\.....\LoginForm.java
........\...\...\...\.....\QuForm.java
........\...\...\...\.....\RegistForm.java
........\...\...\...\struts
........\...\...\...\......\ApplicationResources.properties
........\...\hibernate.cfg.xml
........\WebRoot
........\.......\image
........\.......\index.jsp
........\.......\JSP
........\.......\...\cun.jsp
........\.......\...\cun_err.jsp
........\.......\...\cun_succ.jsp
........\.......\...\Login.jsp
........\.......\...\login_err.jsp
........\.......\...\Main.jsp
........\.......\...\qu.jsp
........\.......\...\qu_err.jsp
........\.......\...\qu_succ.jsp
........\.......\...\Regist.jsp
........\.......\...\regist_succ.jsp
........\.......\META-INF
........\.......\........\MANIFEST.MF
........\.......\WEB-INF
........\.......\.......\.struts-config.mex
........\.......\.......\classes
........\.......\.......\.......\com
........\.......\.......\.......\...\BIM
........\.......\.......\.......\...\...\actions
........\.......\.......\.......\...\...\.......\CunAction.class
........\.......\.......\.......\...\...\.......\LoginAction.class
........\.......\.......\.......\...\...\.......\QuAction.class
........\.......\.......\.......\...\...\.......\RegistAction.class
........\.......\.......\.......\...\...\embean
........\.......\.......\.......\...\...\......\login.hbm.xml
........\.......\.......\.......\...\...\......\Userinfo.class
........\.......\.......\.......\...\...\factorys
........\.......\.......\.......\...\...\........\HibernateSessionFactory.class
........\.......\.......\.......\...\...\forms
........\.......\.......\.......\...\...\.....\CunForm.class
........\.......\.......\.......\...\...\.....\LoginForm.class
........\.......\.......\.......\...\...\.....\QuForm.class
........\.......\.......\.......\...\...\.....\RegistForm.class
........\.......\.......\.......\...\...\struts
........\.......\.......\.......\...\...\......\ApplicationResources.properties
........\.......\.......\.......\hibernate.cfg.xml
........\.......\.......\struts-bean.tld
........\.......\.......\struts-config.xml
........\.......\.......\struts-html.tld
........\.......\.......\struts-logic.tld
........\.......\.......\struts-nested.tld
........\.......\.......\struts-tiles.tld
........\.......\.......\validator-rules.xml
........\.......\.......\web.xml