本科生毕业论文
球队球员管理系统的设计与实现
摘 要
本文描述了探索球队信息管理系统的详细过程,这个过程是在java语言的环境下进行的,利用java和ORACLE进行数据库建立和编程设计,应用SQL语言查询数据,并首先介绍了球队信息管理系统的研究现状及课题的选题背景和意义,然后对球队信息管理系统的体系结构、功能需求、采用的数据库进行了分析,并对系统进行了具体设计。该系统分析球队信息管理的环节包括可行性分析和管理职能等分析。该系统的设计环节主要有:系统功能设计、数据库设计。
本文最终完成了对球队信息管理系统的设计与实现。
关键词:ORACLE数据库; SQL; 球队信息管理系统
Abstract
This article introduces the detailed process of exploring a management information system under the environment of JAVA. With the Java and ORACLE, It establishes the database and designs the procedure. It requires about the data by SQL.Firstly, the paper makes an introduction of developing status, deficiency and its background of one-card-system. Secondly, expatiation is done on the system structure and function requirements of campus one-card-through system, followed by a description of the appropriate database suitable to campus one-card-through system. Thirdly, the paper puts forward an material plan of the system. The system analysis section of basketball team management information includes feasible analysis, management function analysis.The system design section mainly focuses on system function design and data base design and data number design.
The main body of this article accomplished ultimately to the team information management system design.
Key words: ORACLE; SQL; Basketball Team Information Management System
目录
第1章 前言 ·························································································· 1
1.1 系统开发的目的和意义 ·································································· 1 1.2 国内外研究现状 ··········································································· 1 1.3 研究内容和方法 ··········································································· 3 第2章 系统相关知识和设计准备 ······························································· 4
2.1 Java ·························································································· 4 2.2 ORACLE简介 ············································································ 5 2.3 访问数据库的方法 ········································································ 6 2.4 系统概述和简介 ··········································································· 6 2.5 系统的使用方法 ··········································································· 7
2.5.1 数据库的建立 ····································································· 7 2.5.2 JDBC连接ORACLE的数据库 ·············································· 7 2.5.3 数据连接 ············································································ 8 2.5.4 数据记录 ············································································ 8
第3章 系统分析 ····················································································· 9
3.1 需求分析 ···················································································· 9 3.2 可行性分析 ················································································· 9 3.3 系统功能分析 ············································································· 10 第4章 系统设计 ···················································································· 12
4.1 系统设计原则 ············································································· 12 4.2 系统开发模式设计 ······································································· 12 4.3 系统结构设计 ············································································· 12 4.4 系统功能设计 ············································································· 14 4.5 系统所用数据库和表 ···································································· 14 第5章 系统实现 ···················································································· 17
5.1 数据库的实现 ············································································· 17 5.2 各个模块的具体实现 ···································································· 19

