當前位置:學問君>學習教育>畢業論文>

校園資訊門戶的設計與實現ASP+Access

學問君 人氣:1.94W
畢業論文

目 錄

摘要 3
前 言 5
1 緒 論 6
1.1 門戶網站 6
1.2 數字化校園 7
1.3 校園資訊門戶 9
1.4 論文結構 10
2 需求分析 11
2.1 項目開發背景 11
2.2 項目開發的目的 12
2.3 編程環境的選擇 12
2.4 技術可行性分析 13
2.4.1 B/S模式 13
2.4.2 ASP技術 16
2.4.3 Access數據庫的介紹及其優缺點 19
3 總體設計 20
3.1 校園資訊門戶總體框架設計 20
3.2 學生資訊管理系統的應用設計 21
3.3 各個功能模組結構設計 22
3.4 數據庫的設計 24
3.4.1 概念結構設計 24
3.4.2 邏輯結構設計 25
3.4.3 數據庫的實現 26
4 詳細功能設計實現 28
4.1 管理員登入頁面 28
4.2 資訊管理頁面 28
4.2.1 學生資訊列表 29
4.2.2 錄入學生資訊 31
4.2.3 查詢學生資訊 32
4.3 成績管理 33
4.3.1 成績列表 33
4.3.2 添加考試成績 36
4.3.3 成績進階查詢 36
4.3.4 單科成績排行榜功能 37
4.3.5 總分成績排行榜功能 38
4.4 統考管理 38
4.5 班級管理 40
4.6 科目管理 42
4.7 用戶管理 42
結 束 語 44
參考文獻 45
致 謝 46


校園資訊門戶的設計與實現
 

摘要:進入以資訊時代爲標誌的21世紀之後,傳統高等教育的校園模式已經越來越不適應時代的發展,建設數字化校園就成爲擺在各大高校面前急待完成的任務。
而校園資訊門戶可以說是校園數字化的極致,它無縫地連接了整個學校各類管理資訊系統,實現了各個系統之間數據的`實時更新和交流,同時以簡單易用的web介面,爲用戶提供個性化的資訊服務和支援。
本次設計根據校園資訊門戶的定義及其特點設計了校園資訊門戶的總體框架,設計與實現了學生資訊管理系統子功能模組。
本系統採用B/S模式,ASP技術編碼,Access2003編輯數據庫,以及採用ADO數據庫連接方式實現。
系統的執行結果表明,所設計的學生資訊管理系統可以滿足學生,教職員工,教務管理的需求。
關鍵詞:數字化校園;校園資訊門戶;學生資訊管理系統


The design and realizes of campus information portal
 

Abstract :When we enter the twenty-first century which marked by information age ,the traditional higher education mode cant fit the ages development ,so constructing the digital campus become an urgent task for all colleges e the campus information portal is the peak of campus digital , it links all kinds of management information system without crack, implementing the current renewal and communication among several system data. At the same time ,it uses the simple web interface ,supplying the individual information service and support .
  According to the definition and features of the campus information sect, and implements the students information management sub-function mode .
  The system applies the B/S mode, the coding of technology ASP, integrating the Access 2003 edit database and ADO database.
  The results of system working indicates the students information system can meet the demands of students, staff, education management.
  Key words: digital campus ; campus information portal; students information management system


前 言

本文論述了校園資訊門戶的定義與特點及數字化校園概念的引入,校園資訊門戶的整體框架的設計以及校園資訊門戶中學生資訊管理子功能模組的實現。
設計實現的系統功能特點爲:
1.改變非傳統C/S模式而採用B/S模式設計,功能模組化設計系統。
2.設定了系統用戶登陸功能,及權限分配管理,使系統更安全。
3.系統操作介面簡潔,操作方便,獲得相應的系統權限即可實現相關操作。
4.採用先進的數據庫訪問方式ADO技術。
本文第1章介紹門戶的具體概念及其特點,數字化校園的概念的引入及其特點,本文的重要概念校園資訊門戶的概念及其特點,門戶網站與普通網站的區別。
第2章主要介紹設計實現校園資訊門戶的子功能模組-學生資訊管理模組要實現的功能及其用途,編程採用的技術及其優點特點,可行性分析等。
第3章就總體設計的框架結構,設計思想等進行陳述。
第4章介紹詳細功能的設計實現,設計中具體實現的功能及其操作介面。
由於本人水平有限,經驗不足,本次設計難免有不是之處,還請各位評閱老師不吝賜教,給予批評指正。

校園資訊門戶的設計與實現ASP+Access

TAGS:校園 門戶