特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

asp.net大學(xué)生選課系統(tǒng)畢業(yè)論文.doc

約19頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)

asp.net大學(xué)生選課系統(tǒng)畢業(yè)論文,摘 要隨著在校大學(xué)生的不斷增加,學(xué)生選課系統(tǒng)也是學(xué)校對(duì)學(xué)生管理中不可缺少的一部分。以往的選課方法是使用人工的方法管理文件檔案,這種管理方式存在許多的缺點(diǎn):效率低、保密差,另外時(shí)間一長(zhǎng),將產(chǎn)生大量的文件和數(shù)據(jù),這對(duì)于查找、更新和維護(hù)都帶來(lái)不少的困難。隨著科學(xué)技術(shù)的不斷提高,計(jì)算機(jī)已經(jīng)進(jìn)入人類社會(huì)的各個(gè)領(lǐng)域并發(fā)揮著越來(lái)越重...
編號(hào):10-263555大小:354.00K
分類: 論文>計(jì)算機(jī)論文

內(nèi)容介紹

此文檔由會(huì)員 wanli1988go 發(fā)布

摘 要

隨著在校大學(xué)生的不斷增加,學(xué)生選課系統(tǒng)也是學(xué)校對(duì)學(xué)生管理中不可缺少的一部分。以往的選課方法是使用人工的方法管理文件檔案,這種管理方式存在許多的缺點(diǎn):效率低、保密差,另外時(shí)間一長(zhǎng),將產(chǎn)生大量的文件和數(shù)據(jù),這對(duì)于查找、更新和維護(hù)都帶來(lái)不少的困難。隨著科學(xué)技術(shù)的不斷提高,計(jì)算機(jī)已經(jīng)進(jìn)入人類社會(huì)的各個(gè)領(lǐng)域并發(fā)揮著越來(lái)越重要的作用。作為計(jì)算機(jī)應(yīng)用的一部分,實(shí)用技術(shù)絕對(duì)選課信息進(jìn)行管理,具有手工管理所無(wú)法比擬的優(yōu)點(diǎn)。例如:查找方便、可靠性高、存儲(chǔ)量大、保密性好、壽命長(zhǎng)、成本低等。
本文通過(guò)分析瀏覽器/服務(wù)器結(jié)構(gòu)的特點(diǎn)并結(jié)合選課的實(shí)際情況簡(jiǎn)單的介紹了系統(tǒng)各功能模塊及數(shù)據(jù)庫(kù)的設(shè)計(jì),著重討論了用ASP.NET技術(shù)和SQL Server 2005 開(kāi)發(fā)選課系統(tǒng)的數(shù)據(jù)庫(kù)的訪問(wèn)技術(shù)和動(dòng)態(tài)網(wǎng)頁(yè)制作技術(shù),并給出了一些可以實(shí)現(xiàn)的核心代碼。通過(guò)該系統(tǒng),使學(xué)生可以很方便的在校園網(wǎng)上進(jìn)行網(wǎng)上選課。該系統(tǒng)在Windows XP系統(tǒng)和VS2005平臺(tái)下開(kāi)發(fā)完成,使用C#作為ASP.NET的開(kāi)發(fā)語(yǔ)言,SQL Server 2005作為數(shù)據(jù)庫(kù)。系統(tǒng)有較高的安全性和較好的性能。其中連接數(shù)據(jù)庫(kù)的字符串可以隨時(shí)在web.config里修改。代碼盡量使用了存儲(chǔ)過(guò)程和盡量減少了數(shù)據(jù)庫(kù)連接打開(kāi)的時(shí)間來(lái)提高性能。
本文除了有對(duì)程序的系統(tǒng)分析、總體設(shè)計(jì)、數(shù)據(jù)庫(kù)設(shè)計(jì)、功能實(shí)現(xiàn)等主體部分外,還介紹了ASP.NET和數(shù)據(jù)庫(kù)的結(jié)合的基本內(nèi)容。
關(guān)鍵詞:學(xué)生選課、 瀏覽器/服務(wù)器、 ASP.NET、VS 2005、 SQL Server 2005數(shù)據(jù)管理系統(tǒng)







Abstract

With the continuous increase in college students, students in schools of students elective system is also an integral part of management. Previous elective method is to use artificial methods to manage file archives, this management approach has many disadvantages: low efficiency, poor security, while over time, will generate a large number of documents and data, which for finding, updating and maintenance of bring a lot of difficulties. With the continuous improvement of science and technology, the computer has access to all areas of human society, and play an increasingly important role. As a part of computer applications and practical management of information technology is absolutely elective, with manual management incomparable advantages. For example: to find convenient, high reliability, large memory capacity, security and good, long life and low cost.
This paper analyzes the browser / server structure is characterized by combining the actual situation of elective a brief introduction of the system of functional modules and database design, focused on using ASP.NET technology and SQL Server 2005 Developer elective system, access to the database technology and dynamic web production techniques, and give some of the core code can be achieved. Through the system so that students can easily online Online Course on campus. The system is Windows XP system and VS2005 platform is developed using C # as the ASP.NET development language, SQL Server 2005 as a database. System has a higher security and better performance. In which the database connection string in the web.config where you can change at any time. The code to make use of the stored procedure and to minimize the database connection open time to improve performance.
This addition to the program's system analysis, overall design, database design, function and so the main part of the implementation, but also describes the combination of ASP.NET and database elements.
Keywords: Student elective, browser / server, ASP.NET, VS 2005, SQL Server 2005 database management system




目 錄
第一章 引言 4
1.1課題研究目的 4
1.2 課題研究的意義 4
第二章 系統(tǒng)分析與總體設(shè)計(jì) 5
2.1系統(tǒng)分析 5
2.2系統(tǒng)設(shè)計(jì)構(gòu)架 5
第三章 數(shù)據(jù)庫(kù)的設(shè)計(jì)和實(shí)現(xiàn) 6
3.1數(shù)據(jù)庫(kù)需求分析 6
3.2數(shù)據(jù)庫(kù)概念結(jié)構(gòu)設(shè)計(jì) 7
3.3數(shù)據(jù)表的設(shè)計(jì) 8
第四章 公共類與公共頁(yè)面設(shè)計(jì) 11
4.1 Web.config頁(yè)面設(shè)計(jì) 11
4.2 數(shù)據(jù)庫(kù)連接操作類—Db類 11
4.3 工具類MyUtility類 12
4.4 錯(cuò)誤信息類和錯(cuò)誤顯示頁(yè)面 13
第五章 系統(tǒng)說(shuō)明書(shū) 13
5.1系統(tǒng)界面說(shuō)明 13
5.1.1登錄界面 13
5.1.2學(xué)生選課界面 14
5.1.3學(xué)生查看選課界面 15
5.2系統(tǒng)登錄及瀏覽權(quán)限說(shuō)明 16
第六章 總結(jié) 17
參考文獻(xiàn) 18
致 謝 19

第一章 引言
1.1課題研究目的
1.掌握采用Internet的TCP/IP協(xié)議,以B/S方式,ASP.NET編程技術(shù),多媒體技術(shù)。
2.掌握一種多任務(wù)多用戶操作系統(tǒng)
3.ASP.NET的動(dòng)態(tài)網(wǎng)頁(yè)編程技術(shù)和SQL Server2005大型的數(shù)據(jù)庫(kù)。
4.學(xué)會(huì)使用VS2005開(kāi)發(fā)工具。
5.培養(yǎng)相互合作的精神。
1.2 課題研究的意義
學(xué)生選課系統(tǒng)是一個(gè)學(xué)校不可缺少的部分,它的內(nèi)容對(duì)于學(xué)校的決策者和管理者來(lái)說(shuō)都至關(guān)重要,所以學(xué)生選課系統(tǒng)應(yīng)該能夠?yàn)橛脩籼峁┏渥愕男畔⒑涂旖莸牟樵兪侄巍5恢币詠?lái)人們使用傳統(tǒng)人工的方式管理文件檔案,這種管理方式存在著許多缺點(diǎn),如:效率低、保密性差,另外時(shí)間一長(zhǎng),將產(chǎn)生大量的文件和數(shù)據(jù),這對(duì)于查找、更新和維護(hù)都帶來(lái)了不少的困難。
隨著科學(xué)技術(shù)的不斷提高,計(jì)算機(jī)科學(xué)日漸成熟,其強(qiáng)大的功能已為人們深刻認(rèn)識(shí),它已進(jìn)入人類社會(huì)的各個(gè)領(lǐng)域并發(fā)揮著越來(lái)越重要的作用。
作為計(jì)算機(jī)應(yīng)用的一部分,使用計(jì)算機(jī)對(duì)選課信息進(jìn)行管理,有著手工管理所無(wú)法比擬的優(yōu)點(diǎn).例如:檢索迅速、查找方便、可靠性高、存儲(chǔ)量大、保密性好、壽命長(zhǎng)、成本低等。這些優(yōu)點(diǎn)能夠極大地提高人事勞資管理的效率,也是企業(yè)的科學(xué)化、正規(guī)化管理,與世界接軌的重要條件。
因此,開(kāi)發(fā)這樣一套軟件成為很有必要的事..