国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

基于bs架構(gòu)的《學(xué)籍管理系統(tǒng)》設(shè)計.doc

約41頁DOC格式手機打開展開

基于bs架構(gòu)的《學(xué)籍管理系統(tǒng)》設(shè)計,論文標(biāo)準(zhǔn)word格式排版 共41頁摘要本課題設(shè)計的學(xué)籍管理系統(tǒng)是基于asp.net基礎(chǔ)的b/s架構(gòu)程序。具有b/s程序所有優(yōu)點的同時,引入大量javascript以改善用戶操作簡便性與數(shù)據(jù)有效性。本課題根據(jù)南昌大學(xué)教務(wù)處學(xué)籍管理實際需求,設(shè)置了學(xué)生基本信息管理,學(xué)生注冊情況管理,學(xué)生異動情況管理,學(xué)生各項信息統(tǒng)計,學(xué)生...
編號:10-268768大小:1.12M
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 莎士比亞 發(fā)布

論文標(biāo)準(zhǔn)WORD格式排版 共41頁

摘要

本課題設(shè)計的學(xué)籍管理系統(tǒng)是基于ASP.NET基礎(chǔ)的B/S架構(gòu)程序。具有B/S程序所有優(yōu)點的同時,引入大量JAVASCRIPT以改善用戶操作簡便性與數(shù)據(jù)有效性。

本課題根據(jù)南昌大學(xué)教務(wù)處學(xué)籍管理實際需求,設(shè)置了學(xué)生基本信息管理,學(xué)生注冊情況管理,學(xué)生異動情況管理,學(xué)生各項信息統(tǒng)計,學(xué)生考勤管理,學(xué)生獎懲管理,基礎(chǔ)數(shù)據(jù)字典維護七大模塊。同時,根據(jù)實際情況下系統(tǒng)使用人員等級不同,對不同用戶進行了權(quán)限控制。使得程序在安全性,可靠性方面有了很好保障。

本課題的特色在于第三方控件的引入。第三方控件的使用不僅大大降低了程序編寫的工作量,同時也最大程度上提高了程序的性能與功能。

本課題所設(shè)計的學(xué)籍管理系統(tǒng),是模擬真實業(yè)務(wù)流程而編寫的。雖然在數(shù)據(jù)庫采用、代碼規(guī)范性方面有待提高,但整體而言,能基本滿足真實業(yè)務(wù)流程,具有一定的真實性和使用價值。

關(guān)鍵字:B/S 架構(gòu), jsp, html,數(shù)據(jù)庫,SQL SERVER 2000,ACCESS

School Information Manage System Based On B/S Design Pattern
ABSTRACT

Student Information Management System is based on B/S programming pattern, designed by ASP.NET. Therefore, this system has all advantages of B/S application. Moreover, since JAVASCRIPT has imported , the user-friendly and data- availability of this system has improved dramatically.

According to the real situation of Nan Chang University student information management, there are seven modules are parted in the system. There are Student Basic Information Management, Student Enrollment Management, Student Information Edit, Student Reward and Punishment, Basic Dictionary Management. Further More, different users were allocate different function modules.

One thing that I have to mention about my work is the import of other components. The import of other components not only lessens my work, but also improves the capacity and function of my work.

In summary, this system I designed simulates the real situation of the student information management. Although there are still some bugs and other disadvantages in my application, this system can satisfy the real work. I believe that my work is worthy and usable.

KEY WORDS: B/S design pattern, jsp, html, SQL SERVER 2000,ACCESS
目 錄
摘要 II
ABSTRACT 3
目 錄 4
第一章 緒論 1
1.1 引言 1
1.2系統(tǒng)分析 2
1.2.1系統(tǒng)概述 2
1.2.2系統(tǒng)目標(biāo) 2
1.2.3系統(tǒng)可行性分析 2
1.3 章節(jié)組織 3
第二章 系統(tǒng)開發(fā)模式與主要技術(shù) 4
2.1 設(shè)計模式介紹 4
2.1.1 C/S模式介紹 4
2.2.2 B/S模式介紹 4
2.2 系統(tǒng)開發(fā)工具與技術(shù) 6
2.2.1 Macromedia Dreamweaver MX2004簡介 6
2.2.2 FrontPage 2003簡介 6
2.2.3 PhotoShop簡介 7
2.2.4 TOMCAT簡介 7
2.2.5 JSP技術(shù)簡介 8
2.3 數(shù)據(jù)庫服務(wù)器 9
2.3.1 SQL SERVER的特點 9
2.3.2 SQL SERVER安全性 10
2.4 系統(tǒng)的運行環(huán)境 12
2.5 本章小結(jié) 12
第三章 學(xué)籍管理系統(tǒng)概要設(shè)計 13
3.1 系統(tǒng)目標(biāo)與開發(fā)方法 13
3.1.1 平臺實現(xiàn)目標(biāo) 13
3.1.2 平臺功能模塊 13
3.1.3 平臺開發(fā)環(huán)境 14
3.2 平臺適用范圍 15
3.3 程序設(shè)計模式 15
3.3.1 程序設(shè)計模式 15
3.3.2 什么是MVC設(shè)計模式 16
3.3.3 什么是MVC設(shè)計模式的優(yōu)點 16
3.4 系統(tǒng)詳細設(shè)計 17
3.3.1 系統(tǒng)管理模塊說明 17
3.3.1 系統(tǒng)信息管理說明 18
3.5 數(shù)據(jù)庫設(shè)計 19
3.5 本章小結(jié) 21
第四章 學(xué)籍管理系統(tǒng)的實現(xiàn) 22
4.1 數(shù)據(jù)庫的連接 22
4.2 學(xué)籍管理系統(tǒng)設(shè)計 23
4.2.1 學(xué)籍管理系統(tǒng)界面設(shè)計 23
4.2.2 學(xué)籍管理系統(tǒng)程序設(shè)計 25
4.3 系統(tǒng)測試 32
4.3.1 測試內(nèi)容 32
4.3.2 測試執(zhí)行情況 32
4.3.3 測試結(jié)論 33
4.4 本章小結(jié) 33
第五章 總結(jié) 34
5.1開發(fā)過程中所做工作 34
5.2技術(shù)實現(xiàn)總結(jié) 34
參考文獻 36