银行卡管理系统的设计与实现摘要 信息管理系统是大学接触到的十分常见的管理系统,其中我选取了银行卡管理系统作为本次项目的开发系统,这个系统主要包括后台数据库的建立和维护,前端使用 Java 语言开发。结合银行卡管理系统的要求,我们需要在数据库管理、Java 语言原理以及数据库有一定的了解和学习。接着可以完成对功能模块的划分以及需求分析等等。本系统开发采用了 Java 编程语言的 集成环境 intellij IDEA 实现了代码的运行。本系统的用户可以进行简单的转账、取款、存款以及密码修改等功能,管理员可以进行账号的冻结和解冻以及密码修改等功能。 关键字 数据库 系统开发 信息系统 SQL Java 语言Design and implementation of bank management systemAbstract The information management system is a very common management system that the university comes into contact with. I chose the bank card management system as the development system of this project. This system mainly includes the establishment and maintenance of the background database, and the front-end is developed in Java language. Combined with the requirements of bank card management system, we need to have a certain understanding and learning in database management, Java language principle and database. Then it can complete the division of functional modules and requirements analysis and so on. In this system, IntelliJ idea, an integrated environment of Java programming language, is used to run the code. Users of this system can perform simple functions such as transfer, withdrawal, deposit and password modification. Administrators can freeze and unfreeze accounts and modify passwords.Key words Database system development information system SQL Java language目 录引言...........................................................................................................................................................11 系统分析...........................................................