基于b/s的學(xué)生考勤管理系統(tǒng).rar
基于b/s的學(xué)生考勤管理系統(tǒng),基于b/s的學(xué)生考勤管理系統(tǒng)2.5萬字 44頁包括源代碼摘 要信息技術(shù)的廣泛使用,傳統(tǒng)的考勤管理已經(jīng)不適用于新的信息化浪潮。本次設(shè)計(jì)的考勤管理系統(tǒng)就是為了解決傳統(tǒng)的考勤管理所帶來的一系列不足而制作的。本文首先介紹了b/s的基本情況,并通過與c/s模式的比較得出b/s模式的具有很明顯的優(yōu)勢(shì)的結(jié)論。隨后介紹了基于b/s模式...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 xiaowei 發(fā)布
基于B/S的學(xué)生考勤管理系統(tǒng)
2.5萬字 44頁
包括源代碼
摘 要
信息技術(shù)的廣泛使用,傳統(tǒng)的考勤管理已經(jīng)不適用于新的信息化浪潮。本次設(shè)計(jì)的考勤管理系統(tǒng)就是為了解決傳統(tǒng)的考勤管理所帶來的一系列不足而制作的。
本文首先介紹了B/S的基本情況,并通過與C/S模式的比較得出B/S模式的具有很明顯的優(yōu)勢(shì)的結(jié)論。隨后介紹了基于B/S模式下幾種開發(fā)技術(shù),經(jīng)過比較后決定本次設(shè)計(jì)的開發(fā)工具Java和開發(fā)環(huán)境JSP。然后對(duì)本次設(shè)計(jì)的設(shè)計(jì)和實(shí)現(xiàn)進(jìn)行了詳盡的分析,詳細(xì)介紹了數(shù)據(jù)庫的設(shè)計(jì)和各個(gè)模塊的設(shè)計(jì),并對(duì)系統(tǒng)部分主要功能的實(shí)現(xiàn)進(jìn)行了詳細(xì)的講解。
最后對(duì)此系統(tǒng)實(shí)現(xiàn)后的運(yùn)行進(jìn)行了詳細(xì)的介紹,此考勤管理學(xué)生系的統(tǒng)首先具有實(shí)現(xiàn)教師在線考勤功能,并擁有給學(xué)生評(píng)分和審核學(xué)生假期的功能;學(xué)生具有查詢分?jǐn)?shù)的功能;管理員具有添加、修改和刪除此系統(tǒng)所有資料的最高權(quán)限,另外學(xué)生和教師都有基本的查詢個(gè)人資料、修改個(gè)人密碼的功能。
所有的實(shí)現(xiàn)的功能都是為了方便教師考勤,所以教師擁有考勤的最高優(yōu)先級(jí)。
關(guān)鍵詞:B/S ,JSP,Java,考勤,管理信息系統(tǒng)
Abstract
The mass use of the information technology, traditional attendance management not suitable and new informationalized tide . Design in order to solve a series of deficiencies brought in traditional attendance administrative institute and make this time.
This text introduce basic situation of B/S at first, and through produce B/S mode have obvious conclusion of advantage very relatively with C/S mode. Introduce because of several kinds of development technology under B/S mode afterwards, determine developing instrument Java and development environment JSP designed this time after comparing. Then and realized carrying on exhaustive analysis to the design that is designed this time, have introduced the design of the database and design of each module in detail , and has carried on detailed explanation to the realization of some main functions systems.
The operation after realizing to this ......
目 錄
摘 要 I
ABSTRACT II
前 言 1
1.緒 論 2
1.1系統(tǒng)設(shè)計(jì)的目的和意義 2
1.2 論文研究的主要內(nèi)容 2
2.開發(fā)本系統(tǒng)的基礎(chǔ)知識(shí) 4
2.1 B/S 模式簡(jiǎn)介 4
2.2 JSP簡(jiǎn)介 4
2.2.1 JSP 與ASP、PHP 5
2.2.2 JSP的優(yōu)點(diǎn) 5
2.2.3 Java Servlet技術(shù) 6
2.2.4 JavaBean 技術(shù) 7
2.2.5 JSP和數(shù)據(jù)庫 7
2.3 ACCESS數(shù)據(jù)庫 8
2.4 DREAMWEAVER MX 9
3.基于B/S的學(xué)生考勤管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 10
3.1 系統(tǒng)分析 10
3.1.1 系統(tǒng)應(yīng)用背景 10
3.1.2 系統(tǒng)功能簡(jiǎn)介 10
3.1.3 開發(fā)平臺(tái)的選擇 10
3.1.4 系統(tǒng)預(yù)覽 11
3.1.5 系統(tǒng)特點(diǎn) 11
3.2 系統(tǒng)概要設(shè)計(jì) 12
3.2.1 系統(tǒng)設(shè)計(jì)思想 12
3.2.2 數(shù)據(jù)庫的設(shè)計(jì) 12
3.2.3 系統(tǒng)功能模塊設(shè)計(jì) 18
3.3 系統(tǒng)詳細(xì)設(shè)計(jì) 24
3.3.1 系統(tǒng)登錄界面的設(shè)計(jì)(index.jsp): 24
3.3.2 管理員界面設(shè)計(jì)(adminFrameset.jsp) 24
3.3.3 教師管理界面(teacherFrameset.jsp) 25
3.3.4 學(xué)生管理界面(studentFrameset.jsp) 26
3.4 系統(tǒng)的實(shí)現(xiàn) 26
3.4.1 數(shù)據(jù)庫的生成與連接 26
3.4.2 數(shù)據(jù)庫連接與操作功能的實(shí)現(xiàn) 27
3.4.3 用戶登錄功能的實(shí)現(xiàn) 27
3.4.4 系統(tǒng)考勤功能的實(shí)現(xiàn) 29
3.4.5 系統(tǒng)查詢功能的實(shí)現(xiàn) 29
3.4.6 系統(tǒng)添加、修改和刪除功能的實(shí)現(xiàn) 29
3.4.7 系統(tǒng)請(qǐng)假,請(qǐng)假審核功能的實(shí)現(xiàn) 30
3.5 系統(tǒng)的運(yùn)行 31
3.5.1 系統(tǒng)運(yùn)行環(huán)境 31
3.5.2 JSP運(yùn)行環(huán)境的配置 31
3.5.3 應(yīng)用服務(wù)器的配置 32
3.5.4管理員操作說明 33
3.5.4.1 用戶登錄 33
3.5.4.2 添加教師(學(xué)生) 33
3.5.4.3 修改個(gè)人信息 34
3.5.5 用戶操作說明 34
3.5.5.1 教師在線考勤 35
3.5.5.2 學(xué)生請(qǐng)假和教師審核假期 35
4.基于B/S的考勤管理系統(tǒng)的優(yōu)點(diǎn)與不足 37
5. 結(jié) 束 語 38
參考文獻(xiàn) 39
致 謝 40
參考文獻(xiàn)
[1] 耿祥義, 張躍平編著,《JSP實(shí)用教程》,北京:清華大學(xué)出版社,2003年。
[2] 求是科技編著,《Java數(shù)據(jù)庫系統(tǒng)開發(fā)實(shí)例導(dǎo)航》,北京:人民郵電出版社,2005年。
[3] 肖金秀等編著,《JSP程序設(shè)計(jì)教程》,北京:冶金出版社,2003年。
2.5萬字 44頁
包括源代碼
摘 要
信息技術(shù)的廣泛使用,傳統(tǒng)的考勤管理已經(jīng)不適用于新的信息化浪潮。本次設(shè)計(jì)的考勤管理系統(tǒng)就是為了解決傳統(tǒng)的考勤管理所帶來的一系列不足而制作的。
本文首先介紹了B/S的基本情況,并通過與C/S模式的比較得出B/S模式的具有很明顯的優(yōu)勢(shì)的結(jié)論。隨后介紹了基于B/S模式下幾種開發(fā)技術(shù),經(jīng)過比較后決定本次設(shè)計(jì)的開發(fā)工具Java和開發(fā)環(huán)境JSP。然后對(duì)本次設(shè)計(jì)的設(shè)計(jì)和實(shí)現(xiàn)進(jìn)行了詳盡的分析,詳細(xì)介紹了數(shù)據(jù)庫的設(shè)計(jì)和各個(gè)模塊的設(shè)計(jì),并對(duì)系統(tǒng)部分主要功能的實(shí)現(xiàn)進(jìn)行了詳細(xì)的講解。
最后對(duì)此系統(tǒng)實(shí)現(xiàn)后的運(yùn)行進(jìn)行了詳細(xì)的介紹,此考勤管理學(xué)生系的統(tǒng)首先具有實(shí)現(xiàn)教師在線考勤功能,并擁有給學(xué)生評(píng)分和審核學(xué)生假期的功能;學(xué)生具有查詢分?jǐn)?shù)的功能;管理員具有添加、修改和刪除此系統(tǒng)所有資料的最高權(quán)限,另外學(xué)生和教師都有基本的查詢個(gè)人資料、修改個(gè)人密碼的功能。
所有的實(shí)現(xiàn)的功能都是為了方便教師考勤,所以教師擁有考勤的最高優(yōu)先級(jí)。
關(guān)鍵詞:B/S ,JSP,Java,考勤,管理信息系統(tǒng)
Abstract
The mass use of the information technology, traditional attendance management not suitable and new informationalized tide . Design in order to solve a series of deficiencies brought in traditional attendance administrative institute and make this time.
This text introduce basic situation of B/S at first, and through produce B/S mode have obvious conclusion of advantage very relatively with C/S mode. Introduce because of several kinds of development technology under B/S mode afterwards, determine developing instrument Java and development environment JSP designed this time after comparing. Then and realized carrying on exhaustive analysis to the design that is designed this time, have introduced the design of the database and design of each module in detail , and has carried on detailed explanation to the realization of some main functions systems.
The operation after realizing to this ......
目 錄
摘 要 I
ABSTRACT II
前 言 1
1.緒 論 2
1.1系統(tǒng)設(shè)計(jì)的目的和意義 2
1.2 論文研究的主要內(nèi)容 2
2.開發(fā)本系統(tǒng)的基礎(chǔ)知識(shí) 4
2.1 B/S 模式簡(jiǎn)介 4
2.2 JSP簡(jiǎn)介 4
2.2.1 JSP 與ASP、PHP 5
2.2.2 JSP的優(yōu)點(diǎn) 5
2.2.3 Java Servlet技術(shù) 6
2.2.4 JavaBean 技術(shù) 7
2.2.5 JSP和數(shù)據(jù)庫 7
2.3 ACCESS數(shù)據(jù)庫 8
2.4 DREAMWEAVER MX 9
3.基于B/S的學(xué)生考勤管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 10
3.1 系統(tǒng)分析 10
3.1.1 系統(tǒng)應(yīng)用背景 10
3.1.2 系統(tǒng)功能簡(jiǎn)介 10
3.1.3 開發(fā)平臺(tái)的選擇 10
3.1.4 系統(tǒng)預(yù)覽 11
3.1.5 系統(tǒng)特點(diǎn) 11
3.2 系統(tǒng)概要設(shè)計(jì) 12
3.2.1 系統(tǒng)設(shè)計(jì)思想 12
3.2.2 數(shù)據(jù)庫的設(shè)計(jì) 12
3.2.3 系統(tǒng)功能模塊設(shè)計(jì) 18
3.3 系統(tǒng)詳細(xì)設(shè)計(jì) 24
3.3.1 系統(tǒng)登錄界面的設(shè)計(jì)(index.jsp): 24
3.3.2 管理員界面設(shè)計(jì)(adminFrameset.jsp) 24
3.3.3 教師管理界面(teacherFrameset.jsp) 25
3.3.4 學(xué)生管理界面(studentFrameset.jsp) 26
3.4 系統(tǒng)的實(shí)現(xiàn) 26
3.4.1 數(shù)據(jù)庫的生成與連接 26
3.4.2 數(shù)據(jù)庫連接與操作功能的實(shí)現(xiàn) 27
3.4.3 用戶登錄功能的實(shí)現(xiàn) 27
3.4.4 系統(tǒng)考勤功能的實(shí)現(xiàn) 29
3.4.5 系統(tǒng)查詢功能的實(shí)現(xiàn) 29
3.4.6 系統(tǒng)添加、修改和刪除功能的實(shí)現(xiàn) 29
3.4.7 系統(tǒng)請(qǐng)假,請(qǐng)假審核功能的實(shí)現(xiàn) 30
3.5 系統(tǒng)的運(yùn)行 31
3.5.1 系統(tǒng)運(yùn)行環(huán)境 31
3.5.2 JSP運(yùn)行環(huán)境的配置 31
3.5.3 應(yīng)用服務(wù)器的配置 32
3.5.4管理員操作說明 33
3.5.4.1 用戶登錄 33
3.5.4.2 添加教師(學(xué)生) 33
3.5.4.3 修改個(gè)人信息 34
3.5.5 用戶操作說明 34
3.5.5.1 教師在線考勤 35
3.5.5.2 學(xué)生請(qǐng)假和教師審核假期 35
4.基于B/S的考勤管理系統(tǒng)的優(yōu)點(diǎn)與不足 37
5. 結(jié) 束 語 38
參考文獻(xiàn) 39
致 謝 40
參考文獻(xiàn)
[1] 耿祥義, 張躍平編著,《JSP實(shí)用教程》,北京:清華大學(xué)出版社,2003年。
[2] 求是科技編著,《Java數(shù)據(jù)庫系統(tǒng)開發(fā)實(shí)例導(dǎo)航》,北京:人民郵電出版社,2005年。
[3] 肖金秀等編著,《JSP程序設(shè)計(jì)教程》,北京:冶金出版社,2003年。