基于b/s的學(xué)生成績查詢系統(tǒng).rar
基于b/s的學(xué)生成績查詢系統(tǒng),基于b/s的學(xué)生成績查詢系統(tǒng)1.3萬字 36頁摘要隨著internet在我國的發(fā)展,它影響著我們的學(xué)習(xí)、生活和工作方式。其中,以internet為依托的校園網(wǎng)絡(luò)系統(tǒng)在全國各類學(xué)校的教育、教學(xué)及管理工作中,正發(fā)揮著越來越重要的作用。b/s模式,利用不斷成熟的瀏覽器技術(shù),實現(xiàn)了復(fù)雜的功能,并節(jié)約了成本,是一種全新的軟件系統(tǒng)...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 usactu 發(fā)布
基于B/S的學(xué)生成績查詢系統(tǒng)
1.3萬字 36頁
摘要
隨著Internet在我國的發(fā)展,它影響著我們的學(xué)習(xí)、生活和工作方式。其中,以Internet為依托的校園網(wǎng)絡(luò)系統(tǒng)在全國各類學(xué)校的教育、教學(xué)及管理工作中,正發(fā)揮著越來越重要的作用。
B/S模式,利用不斷成熟的瀏覽器技術(shù),實現(xiàn)了復(fù)雜的功能,并節(jié)約了成本,是一種全新的軟件系統(tǒng)構(gòu)造技術(shù),已日益成為當(dāng)今應(yīng)用軟件的首選體系結(jié)構(gòu)。21世紀(jì),網(wǎng)絡(luò)無處不在,本文針對學(xué)校不同人員對系統(tǒng)需求的不同,設(shè)計并開發(fā)了方便不同用戶類型使用的學(xué)生成績查詢系統(tǒng)。本文描述了基于.NET框架、ASP.NET和SQL技術(shù)的學(xué)生成績查詢系統(tǒng)的實現(xiàn)方案。該方案采用了B/S模型,實現(xiàn)了系統(tǒng)的主要功能,包括學(xué)生成績查詢、教師成績錄入、學(xué)生教師留言并得到教務(wù)人員回復(fù),教務(wù)人員用戶管理等功能。本文主要講述學(xué)生成績查詢系統(tǒng)的系統(tǒng)結(jié)構(gòu)設(shè)計、數(shù)據(jù)庫設(shè)計、系統(tǒng)詳細(xì)設(shè)計等方面。在數(shù)據(jù)庫方面,設(shè)計并建立了學(xué)生成績表,用戶信息表,教務(wù)公告表,教務(wù)留言回復(fù)表等。但是系統(tǒng)也有不足之處,如用戶界面的設(shè)計可以進(jìn)一步美觀;系統(tǒng)功能可以進(jìn)一步擴展。
關(guān)鍵詞: B/S模式,體系結(jié)構(gòu),ASP.NET,SQL技術(shù),三層結(jié)構(gòu)
Student achievement enquiry system
Abstract
With the development of internet in China, it affects our learning, living and working methods. Especially, the campus network system based on the internet play an important role in all kinds of education, teaching and management work around the country.
B/S mode, taking advantage of the maturity of the browser technology, achieving a complex function and saving the cost, is a new software system structure technology. It has increasingly become the first choice in today's application software architecture. In 21 century, network is everywhere. In this paper, according to the different needs of different people, I design and develop the student achievement enquiry system to facilitate the use of different types of users .The paper describes the implementation of the student achievement enquiry system based on the .NET framework, the ASP.NET technology and SQL technology. Using the B/S mode, the program implements the main function of the system, and it includes student achievement enquiry, teachers input results, students & teachers leave message and get reply and users management. This paper mainly describes the system architecture design, database design, detailed design and other aspects of system. In database design, it designs and establishes a student card, the user information form, the Senate notice table, the Senate resumed messages, etc .However, the system still has some disadvantage. For example, user interface is designed to further appearance and system can be further expanded.
Key Words: B/S mode, Architecture, ASP.NET, SQL technology, Three-Layer Structure
目錄
1.緒論 1
1.1課題背景 1
1.2網(wǎng)上查詢系統(tǒng)的優(yōu)點 1
1.3課題研究方法 2
1.4論文的組織結(jié)構(gòu) 3
2..NET應(yīng)用平臺技術(shù)分析 4
2.1系統(tǒng)應(yīng)用的平臺 4
2.1.1 Internet信息服務(wù)器——IIS6.0 4
2.1.2 數(shù)據(jù)庫服務(wù)器——Microsoft SQL Server 2005 4
2.1.3 開發(fā)平臺——.NET框架 7
2.2系統(tǒng)的開發(fā)技術(shù) 8
2.2.1 Web編程技術(shù)——ASP.NET 8
2.2.2 數(shù)據(jù)存儲模型——ADO.NET 10
2.2.3 面向?qū)ο缶幊陶Z言——C# 11
3.需求分析與數(shù)據(jù)庫設(shè)計 12
3.1需求分析 12
3.1.1 功能描述 13
3.1.2 性能需求 13
3.2 B/S體系結(jié)構(gòu)以及優(yōu)點 14
3.3 數(shù)據(jù)庫設(shè)計 15
3.4 數(shù)據(jù)庫操作抽象 17
4.學(xué)生成績查詢系統(tǒng)詳細(xì)設(shè)計 18
4.1 系統(tǒng)用例分析 18
4.2 系統(tǒng)層次 20
4.3 系統(tǒng)安全性驗證 22
4.4 界面框架設(shè)計 23
4.5 系統(tǒng)模塊分析 23
4.5.1 學(xué)生模塊 26
4.5.2 老師模塊 28
4.5.3 管理員模塊 29
結(jié)束語 31
系統(tǒng)的特點 31
系統(tǒng)的不足與展望 31
致謝 32
參考文獻(xiàn) 33
參考文獻(xiàn)
[1] 尚俊杰.ASP.NET程序設(shè)計[M].清華大學(xué)出版社,2004. 1.
[2] 周世雄..NET經(jīng)典范例教程[M].清華大學(xué)出版社, 2004.2
[3] 肖建. ASP.NET編程實例與技巧集粹[M].北京希望電子出版社,2003.5.
[4] 尚俊杰ASP.NET程序設(shè)計案例教程[M]. 清華大學(xué)出版社, 2005. 10.
[5] 來賓,林盛雄.ASP.NET后臺數(shù)據(jù)庫網(wǎng)站制作實例經(jīng)典[M].冶金工業(yè)出版社,2004.4 .
[6] 吉根林,崔海源. ASP.NET程序設(shè)計教程[M]. 電子工業(yè)出版社,2004.8
1.3萬字 36頁
摘要
隨著Internet在我國的發(fā)展,它影響著我們的學(xué)習(xí)、生活和工作方式。其中,以Internet為依托的校園網(wǎng)絡(luò)系統(tǒng)在全國各類學(xué)校的教育、教學(xué)及管理工作中,正發(fā)揮著越來越重要的作用。
B/S模式,利用不斷成熟的瀏覽器技術(shù),實現(xiàn)了復(fù)雜的功能,并節(jié)約了成本,是一種全新的軟件系統(tǒng)構(gòu)造技術(shù),已日益成為當(dāng)今應(yīng)用軟件的首選體系結(jié)構(gòu)。21世紀(jì),網(wǎng)絡(luò)無處不在,本文針對學(xué)校不同人員對系統(tǒng)需求的不同,設(shè)計并開發(fā)了方便不同用戶類型使用的學(xué)生成績查詢系統(tǒng)。本文描述了基于.NET框架、ASP.NET和SQL技術(shù)的學(xué)生成績查詢系統(tǒng)的實現(xiàn)方案。該方案采用了B/S模型,實現(xiàn)了系統(tǒng)的主要功能,包括學(xué)生成績查詢、教師成績錄入、學(xué)生教師留言并得到教務(wù)人員回復(fù),教務(wù)人員用戶管理等功能。本文主要講述學(xué)生成績查詢系統(tǒng)的系統(tǒng)結(jié)構(gòu)設(shè)計、數(shù)據(jù)庫設(shè)計、系統(tǒng)詳細(xì)設(shè)計等方面。在數(shù)據(jù)庫方面,設(shè)計并建立了學(xué)生成績表,用戶信息表,教務(wù)公告表,教務(wù)留言回復(fù)表等。但是系統(tǒng)也有不足之處,如用戶界面的設(shè)計可以進(jìn)一步美觀;系統(tǒng)功能可以進(jìn)一步擴展。
關(guān)鍵詞: B/S模式,體系結(jié)構(gòu),ASP.NET,SQL技術(shù),三層結(jié)構(gòu)
Student achievement enquiry system
Abstract
With the development of internet in China, it affects our learning, living and working methods. Especially, the campus network system based on the internet play an important role in all kinds of education, teaching and management work around the country.
B/S mode, taking advantage of the maturity of the browser technology, achieving a complex function and saving the cost, is a new software system structure technology. It has increasingly become the first choice in today's application software architecture. In 21 century, network is everywhere. In this paper, according to the different needs of different people, I design and develop the student achievement enquiry system to facilitate the use of different types of users .The paper describes the implementation of the student achievement enquiry system based on the .NET framework, the ASP.NET technology and SQL technology. Using the B/S mode, the program implements the main function of the system, and it includes student achievement enquiry, teachers input results, students & teachers leave message and get reply and users management. This paper mainly describes the system architecture design, database design, detailed design and other aspects of system. In database design, it designs and establishes a student card, the user information form, the Senate notice table, the Senate resumed messages, etc .However, the system still has some disadvantage. For example, user interface is designed to further appearance and system can be further expanded.
Key Words: B/S mode, Architecture, ASP.NET, SQL technology, Three-Layer Structure
目錄
1.緒論 1
1.1課題背景 1
1.2網(wǎng)上查詢系統(tǒng)的優(yōu)點 1
1.3課題研究方法 2
1.4論文的組織結(jié)構(gòu) 3
2..NET應(yīng)用平臺技術(shù)分析 4
2.1系統(tǒng)應(yīng)用的平臺 4
2.1.1 Internet信息服務(wù)器——IIS6.0 4
2.1.2 數(shù)據(jù)庫服務(wù)器——Microsoft SQL Server 2005 4
2.1.3 開發(fā)平臺——.NET框架 7
2.2系統(tǒng)的開發(fā)技術(shù) 8
2.2.1 Web編程技術(shù)——ASP.NET 8
2.2.2 數(shù)據(jù)存儲模型——ADO.NET 10
2.2.3 面向?qū)ο缶幊陶Z言——C# 11
3.需求分析與數(shù)據(jù)庫設(shè)計 12
3.1需求分析 12
3.1.1 功能描述 13
3.1.2 性能需求 13
3.2 B/S體系結(jié)構(gòu)以及優(yōu)點 14
3.3 數(shù)據(jù)庫設(shè)計 15
3.4 數(shù)據(jù)庫操作抽象 17
4.學(xué)生成績查詢系統(tǒng)詳細(xì)設(shè)計 18
4.1 系統(tǒng)用例分析 18
4.2 系統(tǒng)層次 20
4.3 系統(tǒng)安全性驗證 22
4.4 界面框架設(shè)計 23
4.5 系統(tǒng)模塊分析 23
4.5.1 學(xué)生模塊 26
4.5.2 老師模塊 28
4.5.3 管理員模塊 29
結(jié)束語 31
系統(tǒng)的特點 31
系統(tǒng)的不足與展望 31
致謝 32
參考文獻(xiàn) 33
參考文獻(xiàn)
[1] 尚俊杰.ASP.NET程序設(shè)計[M].清華大學(xué)出版社,2004. 1.
[2] 周世雄..NET經(jīng)典范例教程[M].清華大學(xué)出版社, 2004.2
[3] 肖建. ASP.NET編程實例與技巧集粹[M].北京希望電子出版社,2003.5.
[4] 尚俊杰ASP.NET程序設(shè)計案例教程[M]. 清華大學(xué)出版社, 2005. 10.
[5] 來賓,林盛雄.ASP.NET后臺數(shù)據(jù)庫網(wǎng)站制作實例經(jīng)典[M].冶金工業(yè)出版社,2004.4 .
[6] 吉根林,崔海源. ASP.NET程序設(shè)計教程[M]. 電子工業(yè)出版社,2004.8