教學(xué)管理系統(tǒng)設(shè)計.doc
約39頁DOC格式手機打開展開
教學(xué)管理系統(tǒng)設(shè)計,摘要教學(xué)信息管理系統(tǒng)是校園信息管理重要的組成部分。本論文設(shè)計的系統(tǒng)主要是滿二級學(xué)院教學(xué)信息管理的需求。采用了現(xiàn)今流行的java編程技術(shù)?;趶姶蟮腸lient/server,可以實現(xiàn)數(shù)據(jù)的高效、動態(tài)、交互訪問。本系統(tǒng)以java se,oracle 10g為主要開發(fā)平臺,從用戶的角度出發(fā),實現(xiàn)了基本的教學(xué)管理系統(tǒng)的功能。...
內(nèi)容介紹
此文檔由會員 piaoyi989102 發(fā)布
摘要
教學(xué)信息管理系統(tǒng)是校園信息管理重要的組成部分。本論文設(shè)計的系統(tǒng)主要是滿二級學(xué)院教學(xué)信息管理的需求。采用了現(xiàn)今流行的Java編程技術(shù)?;趶姶蟮腃lient/Server,可以實現(xiàn)數(shù)據(jù)的高效、動態(tài)、交互訪問。本系統(tǒng)以Java SE,Oracle 10g為主要開發(fā)平臺,從用戶的角度出發(fā),實現(xiàn)了基本的教學(xué)管理系統(tǒng)的功能。數(shù)據(jù)庫主要采用Oracle作為關(guān)系數(shù)據(jù)庫的開發(fā)工具。在數(shù)據(jù)庫的連接上采用了JDBC的數(shù)據(jù)庫訪問技術(shù)。本論文主要介紹了本課題的開發(fā)背景,所要完成的功能和開發(fā)的過程,包括系統(tǒng)設(shè)計的重點,設(shè)計思想,難點技術(shù)和解決方案。
關(guān)鍵詞: Java;Oracle;教學(xué)管理系統(tǒng);數(shù)據(jù)庫
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
目 錄
教學(xué)管理系統(tǒng) ................................................................................................. 5 第一章
前 言 ............................................................................................... 9
1.1 項目背景............................................................................................. 9 2.1 項目研究內(nèi)容 ....................................................................................... 9 第二章 技術(shù)介紹 ......................................................................................... 10 2.1 面向?qū)ο缶幊?..................................................................................... 10 2.2 C/S模式 .............................................................................................. 10 2.3 Oracle 數(shù)據(jù)庫 .................................................................................... 10 2.4 開發(fā)及運行環(huán)境 ..................................................................................11
第三章 總體系統(tǒng)設(shè)計 ................................................................................. 11 3.1 系統(tǒng)功能設(shè)置 ......................................................................................11 3.2 系統(tǒng)功能模塊 ..................................................................................... 12 第四章 數(shù)據(jù)庫設(shè)計 ..................................................................................... 13 4.1 數(shù)據(jù)庫需求分析 ................................................................................. 13
4.2 數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計 .......................................................................... 13
4.3 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 .......................................................................... 13
第五章 程序源碼(網(wǎng)絡(luò)部分) ....................................................................... 24 5.1 服務(wù)器端SeverSocket設(shè)計................................................................ 24
5.2 服務(wù)器端客戶服務(wù)線程 ...................................................................... 25
5.3 客戶端Socket設(shè)計 ............................................................................ 28
結(jié) 論........................................................................................................ 31
教學(xué)信息管理系統(tǒng)是校園信息管理重要的組成部分。本論文設(shè)計的系統(tǒng)主要是滿二級學(xué)院教學(xué)信息管理的需求。采用了現(xiàn)今流行的Java編程技術(shù)?;趶姶蟮腃lient/Server,可以實現(xiàn)數(shù)據(jù)的高效、動態(tài)、交互訪問。本系統(tǒng)以Java SE,Oracle 10g為主要開發(fā)平臺,從用戶的角度出發(fā),實現(xiàn)了基本的教學(xué)管理系統(tǒng)的功能。數(shù)據(jù)庫主要采用Oracle作為關(guān)系數(shù)據(jù)庫的開發(fā)工具。在數(shù)據(jù)庫的連接上采用了JDBC的數(shù)據(jù)庫訪問技術(shù)。本論文主要介紹了本課題的開發(fā)背景,所要完成的功能和開發(fā)的過程,包括系統(tǒng)設(shè)計的重點,設(shè)計思想,難點技術(shù)和解決方案。
關(guān)鍵詞: Java;Oracle;教學(xué)管理系統(tǒng);數(shù)據(jù)庫
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
目 錄
教學(xué)管理系統(tǒng) ................................................................................................. 5 第一章
前 言 ............................................................................................... 9
1.1 項目背景............................................................................................. 9 2.1 項目研究內(nèi)容 ....................................................................................... 9 第二章 技術(shù)介紹 ......................................................................................... 10 2.1 面向?qū)ο缶幊?..................................................................................... 10 2.2 C/S模式 .............................................................................................. 10 2.3 Oracle 數(shù)據(jù)庫 .................................................................................... 10 2.4 開發(fā)及運行環(huán)境 ..................................................................................11
第三章 總體系統(tǒng)設(shè)計 ................................................................................. 11 3.1 系統(tǒng)功能設(shè)置 ......................................................................................11 3.2 系統(tǒng)功能模塊 ..................................................................................... 12 第四章 數(shù)據(jù)庫設(shè)計 ..................................................................................... 13 4.1 數(shù)據(jù)庫需求分析 ................................................................................. 13
4.2 數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計 .......................................................................... 13
4.3 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 .......................................................................... 13
第五章 程序源碼(網(wǎng)絡(luò)部分) ....................................................................... 24 5.1 服務(wù)器端SeverSocket設(shè)計................................................................ 24
5.2 服務(wù)器端客戶服務(wù)線程 ...................................................................... 25
5.3 客戶端Socket設(shè)計 ............................................................................ 28
結(jié) 論........................................................................................................ 31