基于asp.net的畢業(yè)設(shè)計(論文)管理系統(tǒng).rar
基于asp.net的畢業(yè)設(shè)計(論文)管理系統(tǒng),基于asp.net的畢業(yè)設(shè)計(論文)管理系統(tǒng) 內(nèi)容包含:外文翻譯,源程序文件,論文,開題報告等 摘 要 基于web的畢業(yè)設(shè)計管理系統(tǒng)是在網(wǎng)絡(luò)環(huán)境的支持下,開展學(xué)生選題和信息查詢的一種先進模式,發(fā)揮學(xué)生選擇課題的自主性,提高學(xué)校課題管理效率。網(wǎng)絡(luò)選題具有其它技術(shù)手段無可比擬的優(yōu)越性,因此世界各國尤其是發(fā)達...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 1450066787 發(fā)布基于ASP.NET的畢業(yè)設(shè)計(論文)管理系統(tǒng)
內(nèi)容包含:外文翻譯,源程序文件,論文,開題報告等
摘 要
基于Web的畢業(yè)設(shè)計管理系統(tǒng)是在網(wǎng)絡(luò)環(huán)境的支持下,開展學(xué)生選題和信息查詢的一種先進模式,發(fā)揮學(xué)生選擇課題的自主性,提高學(xué)校課題管理效率。網(wǎng)絡(luò)選題具有其它技術(shù)手段無可比擬的優(yōu)越性,因此世界各國尤其是發(fā)達國家無不對此給予高度的重視。本程序運用ASP.NET語言和SQL Server 2005數(shù)據(jù)庫進行開發(fā),因此開發(fā)的難度大大地降低了。
畢業(yè)設(shè)計管理是高校必不可缺的組成部分,一直以來,學(xué)院教學(xué)管理工作人員使用傳統(tǒng)人工的方式進行論文選題的管理,模式多種多樣,如:學(xué)院指定教師與所帶畢業(yè)設(shè)計的學(xué)生的對應(yīng)關(guān)系,由教師和學(xué)生聯(lián)系后確定題目;又如:學(xué)院匯總選題后,由各班學(xué)生分別進行選題和匯總,學(xué)院最終進行畢業(yè)選題的分配,這種管理方式存在著許多缺點,如:效率低、容易出錯,實時性和互動性不強等,在發(fā)揮學(xué)生特長、更有效地通過畢業(yè)設(shè)計強化學(xué)生知識體系的目標(biāo)不吻合,也無法實現(xiàn)學(xué)分制下教學(xué)管理的要求。
關(guān)鍵詞:畢業(yè)設(shè)計;管理系統(tǒng);ASP.NET;SQL Server 2005
Abstract
Graduate design management system based on the Web is the support of the network environment to carry out the students' topics and information, an advanced query mode, play the autonomy of the students to choose topics and improve the management efficiency of school topics. Network topics have incomparable superiority of other technical means, therefore the world, especially developed countries, without exception; have given it a high priority. This program using the ASP.NET development language and SQL Server2005 database, thus greatly reduce the difficulty of development.
Graduation project management is essential for colleges and universities an integral part of College teaching management staff to use the traditional manual way has been the topics of management, the pattern varied, such as: the specified College teachers and brought the graduate design students relationship determined by teachers and students to contact the subject; Another example: College summary of topics by the students of each class were the subject matter and aggregate, the college eventually graduating from the allocation of topics, this management approach has many shortcomings, such as: low efficiency, error-prone, and real-time and interactive, in the play to the strengths of students more effectively through the graduation project the goal of students' knowledge systems do not coincide, can not be achieved under the credit system teaching management requirements.
Key words: Graduate design; Management system;ASP.NET; SQL Server 2005
目 錄
摘 要 III
Abstract IV
目 錄 IV
1 緒論 1
1.1 本課題的研究背景和意義 1
1.2 國內(nèi)外的發(fā)展概況 1
1.3 本課題應(yīng)達到的要求 1
2 系統(tǒng)開發(fā)環(huán)境介紹 3
2.1 ASP.NET簡介 3
2.2 ADO.NET技術(shù)介紹 4
2.3 JavaScript 介紹 4
2.4 HTML語言 4
2.5 SQL Server 2005數(shù)據(jù)庫簡介 5
3 需求分析 7
3.1 開發(fā)環(huán)境及其需求 7
3.1.1 硬件條件 7
3.1.2 系統(tǒng)平臺 7
3.1.3運行需求 7
3.1.4 系統(tǒng)功能需求 7
3.2 系統(tǒng)架構(gòu) 7
4 總體設(shè)計 9
4.1 系統(tǒng)功能模塊 9
4.2 數(shù)據(jù)庫設(shè)計 10
4.2.1 E-R圖 10
4.2.2 表設(shè)計 13
5 詳細設(shè)計 17
5.1 用戶登錄實現(xiàn) 17
5.2 管理員功能實現(xiàn) 18
5.2.1 系統(tǒng)管理 18
5.2.2 用戶管理 20
5.2.3 選題管理 25
5.2.4 課題管理 27
5.2.5 新聞公告管理 28
5.2.6 成績信息管理 29
5.3 指導(dǎo)老師功能實現(xiàn) 30
5.3.1 指導(dǎo)老師信息管理 31
5.3.2 課題管理 32
5.3.3 成績管理 35
5.3.4 選題情況 36
5.3.5 系統(tǒng)公告 38
5.4 學(xué)生功能實現(xiàn) 39
5.4.1 賬號管理 39
5.4.2 課題管理 42
5.4.3 系統(tǒng)公告 44
6 結(jié)論與展望 47
致謝 49
參考文獻 50