基于web的毕业设计管理系统的设计与实现.doc
约40页DOC格式手机打开展开
基于web的毕业设计管理系统的设计与实现,基于web的毕业设计管理系统的设计与实现页数:39字数:19657摘 要:本系统是针对现代高校计算机技术的发展,为了应对以往毕业生毕业设计中遇到的工作效率低,交互性差等问题而采用软件工程的设计思想设计的。本文的基础就是利用asp.net技术与web数据库的结合,开发出的一个基于web技术的b/s结构的毕业设计管理系统。...
内容介绍
此文档由会员 cnlula 发布
基于Web的毕业设计管理系统的设计与实现
页数:39 字数:19657
摘 要:本系统是针对现代高校计算机技术的发展,为了应对以往毕业生毕业设计中遇到的工作效率低,交互性差等问题而采用软件工程的设计思想设计的。本文的基础就是利用ASP.net技术与Web数据库的结合,开发出的一个基于Web技术的B/S结构的毕业设计管理系统。
首先,本文探讨了数据库运行的体系结构,介绍了浏览器/服务器模式的工作方式及特点;比较了主机/终端、客户机/服务器和浏览器/服务器等三种模式各自的优缺点。比较结果表明,浏览器/服务器模式继承了客户机/服务器模式的优点并克服了它的缺点,不受操作系统和硬件的制约,而且能防止“胖客户机”现象的发生,比较容易实现不同网络间的连接。浏览器/服务器模式是目前广泛使用的主体结构。因此,我们开发的本系统也将采用了浏览器/服务器模式。在此基础上,本文还探讨了实现Web数据库的不同方法。本文重点还讨论了如何利用ASP.net技术和ADO.net对象来实现对数据库的访问方法,给出了设计细节和具体步骤及其方法。
本次设计是应用ASP.NET技术实现网络环境下的毕业生毕业设计管理。利用Microsoft Visual Studio.NET工具结合使用SQL Server数据库,ASP.NET、C#、ADO.NET等技术的工作原理及特点,并以此为理论技术依据阐述了基于Web的毕业设计管理系统的结构设计和具体的实现过程。
关键词:B/S结构,C/S结构,Web数据库,三层式结构,毕业设计管理系统,Asp.net
The Design and Realization of Graduation Project Management System Based on Web
Abstract :This system is designed in allusion to the development of modern computer technology in universities and colleges. It adopts the design ideology of software engineering, in order to answer the problems that had been faced by the graduates in their graduation projects, such as low work efficiency, and poor interaction. The foundation of this text was combining the skill of ASP.net with Web Database, and exploiting a management system based on the skill of Web and the structure of B/S.
Firstly, this text discusses the system and structure run by database, introduces the working and characteristic of the B/S pattern, and also compares with three kind of patterns respective advantage and disadvantage among Mainframe/Terminal,Client/Server and Browser/Server. The result indicates that the mode of B/S inherits the merit of C/S, and conquers its shortcoming. This mode is not conditioned by OS and hardware, and also can prevent "the fat client" happening, even it can easily connect different networks. The mode of B/S is the main structure used widely at present. Therefore this system adopts the mode of browser/server. On this foundation, this text discusses the different ways to actualize Web Database. The discussion centre on how to use the ASP.net technology and the object of ADO.net to make the visitorial way to database come true, and shows the details of design and detailed steps.
This design applies ASP.NET technology to solve practice of graduation project management in the network environment. Using the tool of Microsoft Visual Studio.NET and combining with SQL Server Database, the working elements of ASP.NET, C#, ADO.NET, etc. It takes this for the foundation of academic technique, and expatiates the structural design and the detailed process of carrying out the graduation project management based on Web.
Keyword: B/S,C/S,Web Database,Three Layers Structure,GPMS,ASP.net
目 录
第一章 绪 论 - 1 -
1.1 系统开发背景及现状 - 1 -
1.2 系统开发的目的 - 1 -
1.3 系统开发关键技术与开发环境 - 1 -
1.3.1 .Net技术简介 - 1 -
1.3.2 Microsoft SQL Server技术的简介 - 2 -
1.3.3 ASP.NET的优势 - 2 -
1.3.4 系统运行软件平台 - 3 -
1.4 全文体系 - 3 -
第二章 基于Web的数据库技术分析 - 4 -
2.1 数据库应用系统的层次体系 - 4 -
2.1.1 终端/主机体系结构 - 4 -
2.1.2 客户机/服务器体系结构 - 4 -
2.1.3 浏览器/服务器结构 - 6 -
2.1.4 C/S结构与B/S结构的比较 - 7 -
2.2 Web数据库管理系统介绍 - 8 -
2.2.1 Web数据库管理系统的工作原理 - 8 -
2.2.2 利用WWW访问数据库的优点 - 8 -
2.2.3 访问Web数据库的不同方法 - 9 -
2.2.4 ASP.net与以上开发Web数据库方式相比的优势 - 10 -
2.3 本章小结 - 10 -
第三章 系统分析与设计 - 11 -
3.1 系统的功能需求 - 11 -
3.2 系统介绍 - 11 -
3.2.1 总体框架 - 11 -
3.2.2 系统功能特点 - 12 -
3.3 系统设计 - 12 -
3.3.1 系统的开发原理 - 12 -
3.3.2 系统的功能设计 - 13 -
3.3.3 系统的总体设计 - 14 -
3.4 系统的详细设计 - 15 -
3.5 本章小结 - 15 -
第四章 系统功能的实现 - 16 -
4.1 系统结构和流程图 - 16 -
4.1.1 学生模块的结构 - 16 -
4.1.2 教师模块的结构 - 16 -
4.1.3 管理员模块的结构 - 17 -
4.2 数据库的设计和构建 - 18 -
4.3 与数据库的连接 - 21 -
4.4 主要功能分析与实现 - 23 -
4.4.1 用户登陆功能的实现 - 23 -
4.4.2 文件上传功能代码 - 24 -
4.4.3 数据库备份的实现 - 24 -
4.4.4 页面显示及操作的实现 - 25 -
4.5 安全控制技术 - 25 -
4.6 本章小结 - 26 -
第五章 结束语 - 27 -
参考文献 - 28 -
致 谢 - 29 -
附 录 - 30 -
第一章 绪 论
1.1 系统开发背景及现状
随着计算机网络技术的发展,给信息时代的人们带来了很大的方便。如今在Internet上,你随处都可以看到很多的各类信息管理系统,如企业信息管理系统,电子商务系统,学校教务管理系统等各类信息管理系统的普及。而针对本科毕业设计的选题等相关事项,涉及到导师给出课题或学生自选课题,以及在各个阶段需要上交或是提交相关的文档资料等问题,目前主要还是由人为来处理操作,需要花费一定人力,这给整个工作带来了很多不便,而且容易出错。因此就需要一个对此流
页数:39 字数:19657
摘 要:本系统是针对现代高校计算机技术的发展,为了应对以往毕业生毕业设计中遇到的工作效率低,交互性差等问题而采用软件工程的设计思想设计的。本文的基础就是利用ASP.net技术与Web数据库的结合,开发出的一个基于Web技术的B/S结构的毕业设计管理系统。
首先,本文探讨了数据库运行的体系结构,介绍了浏览器/服务器模式的工作方式及特点;比较了主机/终端、客户机/服务器和浏览器/服务器等三种模式各自的优缺点。比较结果表明,浏览器/服务器模式继承了客户机/服务器模式的优点并克服了它的缺点,不受操作系统和硬件的制约,而且能防止“胖客户机”现象的发生,比较容易实现不同网络间的连接。浏览器/服务器模式是目前广泛使用的主体结构。因此,我们开发的本系统也将采用了浏览器/服务器模式。在此基础上,本文还探讨了实现Web数据库的不同方法。本文重点还讨论了如何利用ASP.net技术和ADO.net对象来实现对数据库的访问方法,给出了设计细节和具体步骤及其方法。
本次设计是应用ASP.NET技术实现网络环境下的毕业生毕业设计管理。利用Microsoft Visual Studio.NET工具结合使用SQL Server数据库,ASP.NET、C#、ADO.NET等技术的工作原理及特点,并以此为理论技术依据阐述了基于Web的毕业设计管理系统的结构设计和具体的实现过程。
关键词:B/S结构,C/S结构,Web数据库,三层式结构,毕业设计管理系统,Asp.net
The Design and Realization of Graduation Project Management System Based on Web
Abstract :This system is designed in allusion to the development of modern computer technology in universities and colleges. It adopts the design ideology of software engineering, in order to answer the problems that had been faced by the graduates in their graduation projects, such as low work efficiency, and poor interaction. The foundation of this text was combining the skill of ASP.net with Web Database, and exploiting a management system based on the skill of Web and the structure of B/S.
Firstly, this text discusses the system and structure run by database, introduces the working and characteristic of the B/S pattern, and also compares with three kind of patterns respective advantage and disadvantage among Mainframe/Terminal,Client/Server and Browser/Server. The result indicates that the mode of B/S inherits the merit of C/S, and conquers its shortcoming. This mode is not conditioned by OS and hardware, and also can prevent "the fat client" happening, even it can easily connect different networks. The mode of B/S is the main structure used widely at present. Therefore this system adopts the mode of browser/server. On this foundation, this text discusses the different ways to actualize Web Database. The discussion centre on how to use the ASP.net technology and the object of ADO.net to make the visitorial way to database come true, and shows the details of design and detailed steps.
This design applies ASP.NET technology to solve practice of graduation project management in the network environment. Using the tool of Microsoft Visual Studio.NET and combining with SQL Server Database, the working elements of ASP.NET, C#, ADO.NET, etc. It takes this for the foundation of academic technique, and expatiates the structural design and the detailed process of carrying out the graduation project management based on Web.
Keyword: B/S,C/S,Web Database,Three Layers Structure,GPMS,ASP.net
目 录
第一章 绪 论 - 1 -
1.1 系统开发背景及现状 - 1 -
1.2 系统开发的目的 - 1 -
1.3 系统开发关键技术与开发环境 - 1 -
1.3.1 .Net技术简介 - 1 -
1.3.2 Microsoft SQL Server技术的简介 - 2 -
1.3.3 ASP.NET的优势 - 2 -
1.3.4 系统运行软件平台 - 3 -
1.4 全文体系 - 3 -
第二章 基于Web的数据库技术分析 - 4 -
2.1 数据库应用系统的层次体系 - 4 -
2.1.1 终端/主机体系结构 - 4 -
2.1.2 客户机/服务器体系结构 - 4 -
2.1.3 浏览器/服务器结构 - 6 -
2.1.4 C/S结构与B/S结构的比较 - 7 -
2.2 Web数据库管理系统介绍 - 8 -
2.2.1 Web数据库管理系统的工作原理 - 8 -
2.2.2 利用WWW访问数据库的优点 - 8 -
2.2.3 访问Web数据库的不同方法 - 9 -
2.2.4 ASP.net与以上开发Web数据库方式相比的优势 - 10 -
2.3 本章小结 - 10 -
第三章 系统分析与设计 - 11 -
3.1 系统的功能需求 - 11 -
3.2 系统介绍 - 11 -
3.2.1 总体框架 - 11 -
3.2.2 系统功能特点 - 12 -
3.3 系统设计 - 12 -
3.3.1 系统的开发原理 - 12 -
3.3.2 系统的功能设计 - 13 -
3.3.3 系统的总体设计 - 14 -
3.4 系统的详细设计 - 15 -
3.5 本章小结 - 15 -
第四章 系统功能的实现 - 16 -
4.1 系统结构和流程图 - 16 -
4.1.1 学生模块的结构 - 16 -
4.1.2 教师模块的结构 - 16 -
4.1.3 管理员模块的结构 - 17 -
4.2 数据库的设计和构建 - 18 -
4.3 与数据库的连接 - 21 -
4.4 主要功能分析与实现 - 23 -
4.4.1 用户登陆功能的实现 - 23 -
4.4.2 文件上传功能代码 - 24 -
4.4.3 数据库备份的实现 - 24 -
4.4.4 页面显示及操作的实现 - 25 -
4.5 安全控制技术 - 25 -
4.6 本章小结 - 26 -
第五章 结束语 - 27 -
参考文献 - 28 -
致 谢 - 29 -
附 录 - 30 -
第一章 绪 论
1.1 系统开发背景及现状
随着计算机网络技术的发展,给信息时代的人们带来了很大的方便。如今在Internet上,你随处都可以看到很多的各类信息管理系统,如企业信息管理系统,电子商务系统,学校教务管理系统等各类信息管理系统的普及。而针对本科毕业设计的选题等相关事项,涉及到导师给出课题或学生自选课题,以及在各个阶段需要上交或是提交相关的文档资料等问题,目前主要还是由人为来处理操作,需要花费一定人力,这给整个工作带来了很多不便,而且容易出错。因此就需要一个对此流