目 录
摘 要 II
Abstract III
第一章 课题背景 1
1.1课题介绍 1
1.2工具介绍 1
1.3章节安排 2
第二章 设计简介及设计方案论述 3
2.1需求分析 3
2.2概要设计 3
第三章 详细设计 6
3.1逻辑设计 6
3.2物理设计 7
第四章 设计结果及分析 12
4.1功能测试 12
4.2结果分析 18
总 结 19
致 谢 20
参考文献 21
附录 主要程序代码 22
摘 要
清朝是中国历史最后一个大一统封建王朝,共传十帝,享国二百七十六年。为了能够将古代名人及各个朝代的皇帝的信息统一起来,使用数据库信息管理系统是很常见的方法。数据库与 JAVA Swing 结合起来,既可以做出一个直观、简约的界面,也可以很容易实现添加、删除、查询和修改操作。同时也可以存储相当可观的资料。首先,利用
java 做出必要的界面,其中包括登录以及增删查改五个界面,其次,使用 JDBC 将已经存入名人、皇帝资料库的数据库连接起来,最后再加入指令代码,即可实现名人数据库管理系统。在名人数据库管理系统设计完成之后,它必须具备界面中所对应的功能,即可以完成登录、注册、添加、删除、查询和修改操作,并且在数据库中会得到相应的反映。名人数据库管理系统相对于之前的管理方法及途径更方便管理,易于更新,最大化的简化了管理员的管理工作,同时也让使用者更容易接受该系统。
关键词:古代名人;管理系统;javaswing 开发;mysql 储存
Abstract
The Qing Dynasty was the last unified feudal dynasty in Chinese history. It was handed down to ten emperors for 276 years. In order to unify the information of ancient celebrities and emperors of different dynasties, the use of database information management system is a common method. The combination of database and JAVA Swing can not only make an intuitive and concise interface, but also make it easy to add, delete, query and modify operations. At the same time, considerable data can be stored. Firstly, we use java to make the necessary interfaces, including login, add, delete and modify five interfaces. Secondly, we use JDBC to connect the databases already stored in celebrities and emperors'databases. Finally, we add instruction codes to realize the celebrity database management system. After the design of celebrity database management system is completed, it must have corresponding functions in the interface, that is, it can complete login, registration, addition, deletion, query and modification operations, and it will be reflected in the database accordingly. Celebrity database management system is easier to manage and update than the previous management methods and ways, which simplifies the management of administrators and makes users more receptive to the system.
Keywords:Ancient celebrities; Management system; JavaSwing development; Mysql storage