本科生毕业论文球队球员管理系统的设计与实现摘 要本文描述了探究球队信息管理系统的详细过程,这个过程是在 java 语言的环境下进行的,利用 java 和ORACLE 进行数据库建立和编程设计,应用 SQL 语言查询数据,并首先介绍了球队信息管理系统的讨论现状及课题的选题背景和意义,然后对球队信息管理系统的体系结构、功能需求、采纳的数据库进行了分析,并对系统进行了具体设计。该系统分析球队信息管理的环节包括可行性分析和管理职能等分析。该系统的设计环节主要有:系统功能设计、数据库设计。本文最终完成了对球队信息管理系统的设计与实现。关键词:ORACLE 数据库; SQL; 球队信息管理系统AbstractThis 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 has been accomplished ultimately to the team information management system design.Key words: ORACLE; SQL; Basketball Team Information Management System 目录第 1 章前言11.1 系统开发的目的和意义11.2 国内外讨论现状11.3 讨论内容和方法3第 2 章 系统相关知识和设计准备42.1 Java42.2 ORACLE 简介52.3 访问数据库的方法62.4 系统概述和简介62.5 系统的使用方法72.5.1 数据库的建立72.5.2 JD...