教学管理系统设计.doc

约39页DOC格式手机打开展开

教学管理系统设计,摘要教学信息管理系统是校园信息管理重要的组成部分。本论文设计的系统主要是满二级学院教学信息管理的需求。采用了现今流行的java编程技术。基于强大的client/server,可以实现数据的高效、动态、交互访问。本系统以java se,oracle 10g为主要开发平台,从用户的角度出发,实现了基本的教学管理系统的功能。...
编号:10-326109大小:322.86K
分类: 论文>计算机论文

内容介绍

此文档由会员 piaoyi989102 发布

摘要
教学信息管理系统是校园信息管理重要的组成部分。本论文设计的系统主要是满二级学院教学信息管理的需求。采用了现今流行的Java编程技术。基于强大的Client/Server,可以实现数据的高效、动态、交互访问。本系统以Java SE,Oracle 10g为主要开发平台,从用户的角度出发,实现了基本的教学管理系统的功能。数据库主要采用Oracle作为关系数据库的开发工具。在数据库的连接上采用了JDBC的数据库访问技术。本论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程,包括系统设计的重点,设计思想,难点技术和解决方案。


关键词: Java;Oracle;教学管理系统;数据库

Abstract:
Campus teaching information management system is an important component of information management. In this thesis, the system is mainly designed to meet the Secondary College teaching information management needs. Using the now popular Java programming technology. Based on the powerful Client / Server, data can be efficient, dynamic, interactive access. The system to Java SE, Oracle 10 as the main development platform, from the user point of view, to achieve the basic function of education management system.Mainly uses the Oracle database as the relational database development tools. Connection in the database using JDBC database access technology. This paper mainly introduces the topic development background, must complete the function and the development process, including the focus of system design, design ideas, difficult technology and solutions.

Key words: Java Oracle Teaching Management System Database
目 录
教学管理系统 ................................................................................................. 5 第一章
前 言 ............................................................................................... 9
1.1 项目背景............................................................................................. 9 2.1 项目研究内容 ....................................................................................... 9 第二章 技术介绍 ......................................................................................... 10 2.1 面向对象编程 ..................................................................................... 10 2.2 C/S模式 .............................................................................................. 10 2.3 Oracle 数据库 .................................................................................... 10 2.4 开发及运行环境 ..................................................................................11
第三章 总体系统设计 ................................................................................. 11 3.1 系统功能设置 ......................................................................................11 3.2 系统功能模块 ..................................................................................... 12 第四章 数据库设计 ..................................................................................... 13 4.1 数据库需求分析 ................................................................................. 13
4.2 数据库概念结构设计 .......................................................................... 13
4.3 数据库逻辑结构设计 .......................................................................... 13
第五章 程序源码(网络部分) ....................................................................... 24 5.1 服务器端SeverSocket设计................................................................ 24
5.2 服务器端客户服务线程 ...................................................................... 25
5.3 客户端Socket设计 ............................................................................ 28
结 论........................................................................................................ 31