您好,欢迎访问三七文档
当前位置:首页 > 财经/贸易 > 资产评估/会计 > 基于C#实现网上选课系统—毕业论文
毕业论文课题名称:基于C#实现网上选课系统作者:徐康学号:1297809030219分院:计算机与软件学院专业:计算机应用技术指导老师:余璐2012年5月18日武汉软件工程职业学院学生选课系统1课题摘要:随着在校大学生的不断增加,学生选课系统也是学校对学生管理中不可缺少的一部分。以往的选课方法是使用人工的方法管理文件档案,这种管理方式存在许多的缺点:效率低、保密差,另外时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来不少的困难。随着科学技术的不断提高,计算机已经进入人类社会的各个领域并发挥着越来越重要的作用。作为计算机应用的一部分,实用技术绝对选课信息进行管理,具有手工管理所无法比拟的优点。例如:查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。本文通过分析浏览器/服务器结构的特点并结合选课的实际情况简单的介绍了系统各功能模块及数据库的设计,着重讨论了用ASP.NET技术和SQLServer2005开发选课系统的数据库的访问技术和动态网页制作技术,并给出了一些可以实现的核心代码。通过该系统,使学生可以很方便的在校园网上进行网上选课。该系统在WindowsXP系统和VS2005平台下开发完成,使用C#作为ASP.NET的开发语言,SQLServer2005作为数据库。系统有较高的安全性和较好的性能。其中连接数据库的字符串可以随时在web.config里修改。代码尽量使用了存储过程和尽量减少了数据库连接打开的时间来提高性能。本文除了有对程序的系统分析、总体设计、数据库设计、功能实现等主体部分外,还介绍了ASP.NET和数据库的结合的基本内容。关键词:学生选课、浏览器/服务器、ASP.NET、VS2005、SQLServer2005数据管理系统武汉软件工程职业学院学生选课系统2AbstractWiththecontinuousincreaseincollegestudents,studentsinschoolsofstudentselectivesystemisalsoanintegralpartofmanagement.Previouselectivemethodistouseartificialmethodstomanagefilearchives,thismanagementapproachhasmanydisadvantages:lowefficiency,poorsecurity,whileovertime,willgeneratealargenumberofdocumentsanddata,whichforfinding,updatingandmaintenanceofbringalotofdifficulties.Withthecontinuousimprovementofscienceandtechnology,thecomputerhasaccesstoallareasofhumansociety,andplayanincreasinglyimportantrole.Asapartofcomputerapplicationsandpracticalmanagementofinformationtechnologyisabsolutelyelective,withmanualmanagementincomparableadvantages.Forexample:tofindconvenient,highreliability,largememorycapacity,securityandgood,longlifeandlowcost.Thispaperanalyzesthebrowser/serverstructureischaracterizedbycombiningtheactualsituationofelectiveabriefintroductionofthesystemoffunctionalmodulesanddatabasedesign,focusedonusingASP.NETtechnologyandSQLServer2005Developerelectivesystem,accesstothedatabasetechnologyanddynamicwebproductiontechniques,andgivesomeofthecorecodecanbeachieved.ThroughthesystemsothatstudentscaneasilyonlineOnlineCourseoncampus.ThesystemisWindowsXPsystemandVS2005platformisdevelopedusingC#astheASP.NETdevelopmentlanguage,SQLServer2005asadatabase.Systemhasahighersecurityandbetterperformance.Inwhichthedatabaseconnectionstringintheweb.configwhereyoucanchangeatanytime.Thecodetomakeuseofthestoredprocedureandtominimizethedatabaseconnectionopentimetoimproveperformance.Thisadditiontotheprogram'ssystemanalysis,overalldesign,databasedesign,functionandsothemainpartoftheimplementation,butalsodescribesthecombinationofASP.NETanddatabaseelements.Keywords:Studentelective,browser/server,ASP.NET,VS2005,SQLServer2005databasemanagementsystem武汉软件工程职业学院学生选课系统3目录第一章引言...........................................................................................................................41.1课题研究目的................................................................................................................................41.2课题研究的意义...........................................................................................................................4第二章系统分析与总体设计...............................................................................................52.1系统分析........................................................................................................................................52.2系统设计构架................................................................................................................................5第三章数据库的设计和实现...............................................................................................63.1数据库需求分析............................................................................................................................63.2数据库概念结构设计.....................................................................................................................73.3数据表的设计................................................................................................................................8第四章公共类与公共页面设计...........................................................................................84.1Web.config页面设计.................................................................................................................114.2数据库连接操作类—Db类.........................................................................................................114.3工具类MyUtility类..................................................................................................................124.4错误信息类和错误显示页面......................................................................................................13第五章系统说明书...............................................................................................................135.1系统界面说明..............................................................................................................................135.1.1登录界面...............................................................................................错误!未定义书签。5.1.2学生选课界面...................................................................................................................135.1.3学生查看选课界面...........................................
本文标题:基于C#实现网上选课系统—毕业论文
链接地址:https://www.777doc.com/doc-5453891 .html