资源描述:
《毕业设计管理系统 毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计管理系统【摘要】近年来,随着本科毕业设计人数的增加,毕业设计涉及的题目内容繁多,加上专业增多,毕业设计的地点分散、指导教师多样化等问题,都使得毕业设计管理工作难度加大。毕业设计信息管理系统是用于进行教师与学生在设计的过程中进行交互、留言、传递资料等的信息管理。该系统采用面向的用户对象包括三类:管理员、教师、学生三大模块。不同的客户对象所具有的操作权限不一样系统主要完成在毕业设计管理系统的设计与实现、数据库管理、浏览和查找功能等设计。开发技术采用了面向新时代的.NET平台中的基于ASP.NET动态网页开发技术,它将Web与数据库紧
2、密联系起来,实现了一个完整的在毕业设计管理系统。本系统使用了基于MVC机制的三层架构技术。作为Web应用的一个比较成熟的开发模式——MVC模式把应用程序抽象为Mode(模型)、View(视图)、Controller(控制器)三个功能截然不同的部分,三者对于整个系统是相对独立的工作,但各部分之间又紧密联系,共同完成系统的各项功能。使操作方便,可维护性强。经过大量的测试,基本符合用户需求。【关键词】毕业设计,ASP.NET,SQL2005,信息系统―IV―【Abstract】Inrecentyears,withtheincreaseofth
3、enumberofundergraduatecoursegraduationdesign,graduationdesigninvolvesthetitleofthecontentisvarious,coupledwithprofessional,graduationdesignthelocationofthescattered,suchproblemsasteachersdiversification,makesthegraduationdesignmanagementworkharder.Graduationdesigninforma
4、tionmanagementsystemisusedfortheteachersandstudentsinteractintheprocessofdesign,suchasmessages,transferdatainformationmanagement.ThesystemUSEStheuserobjectorientedincludesthreetypes:administrators,teachers,students,threemodules.Differentcustomerobjectistheoperatingauthor
5、ityisnotthesameSystemismainlytocompletethegraduationdesignmanagementsystem,thedesignandimplementationofdatabasemanagement,browsingandsearchfunctiondesign,etc.Developmenttechnologyadoptedforaneweraofthe.netplatforminthedynamicWebdevelopmenttechnologybasedonASP.NET,itwillb
6、ecloselylinkedtotheWebanddatabase,implementsacompleteinthegraduationdesignmanagementsystem.ThissystemUSESathree-tierarchitecturebasedonMVCsystemtechnology.AsamorematureWebapplicationdevelopmentmodel,theMVCpatternapplicationabstracttoMode(model),View(View),theController(C
7、ontroller)functionofthreedistinctparts,3personfortheworkofthewholesystemisrelativelyindependent,butandclosecontactbetweentheparts,commontocompletevariousfunctionsofthesystem.Maketheoperationconvenientandstrongmaintainability.Afteralotoftesting,basiccanmeetthedemandofuser
8、s.【Keywords】Thegraduationdesign,ASP.NET,SQL2005,informationsystem―IV―目录第一章绪论11.1课题的背景11.2课题的意义11.3课题主要的