asp.net高校毕业生论文交流平台毕业设计.rar
asp.net高校毕业生论文交流平台毕业设计,asp.net高校毕业生论文交流平台毕业设计摘 要随着计算机网络的发展以及校园信息化建设的普及, 通过网络进行实时高速信息交流已经成为教学的重要部分。毕业设计(论文)是高等院校人才培养过程中不可或缺的重要环节,为了使整个毕业设计过程更具公开性、公平性、安全性,为指导教师和管理人员提供方便、科学、合理的计划、统筹、交流、...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 yexuhui2010 发布ASP.NET高校毕业生论文交流平台毕业设计
摘 要
随着计算机网络的发展以及校园信息化建设的普及, 通过网络进行实时高速信息交流已经成为教学的重要部分。毕业设计(论文)是高等院校人才培养过程中不可或缺的重要环节,为了使整个毕业设计过程更具公开性、公平性、安全性,为指导教师和管理人员提供方便、科学、合理的计划、统筹、交流、评价等管理手段,为充分利用现有的网络资源和计算机资源, 配合网络教学提高现代化教学模式应用水平, 在线论文信息交流系统是在校园信息化进程中的重要组成部分。
本文用ASP.NET技术设计了一种全面实用的高校毕业生毕业论文交流平台,应用动态服务器页面实现了于学生毕业论文信息交流的目的 ,设计出系统框架以及信息交叉传递等功能的技术实现。该平台采用SQL SERVER 2000作为数据库,分析了传统交流的缺陷,采用了多种新的设计方案,实现了交流平台整个工作流程的计算机网络化管理,做到毕业设计的上传、下载及相关问题的交流。通过Internet,学生能够和导师进行毕业设计相干问题的交流并查询论文处理情况。导师可以修改论文,给出建议。管理员对学生的注册进行认证、添加导师等。该平台的使用可以提高论文的指导效率、指导水平, 使毕业生在更大地域范围时间段内得到导师的及时有效指导。
关键词:ASP.NET;交流平台;数据库;B/S模式
ABSTRACT
In this paper, the design of ASP.NET technology, a comprehensive and practical platform for college graduates thesis, the application of active server page dissertation on the students to achieve the purpose of exchange of information, design framework and information system functions such as cross-transmission technique. The platform using SQL SERVER 2000 as database, analyze the shortcomings of traditional exchanges, using a variety of new design, the realization of the exchange platform for the entire workflow of the computer network management, designed to achieve graduation upload, download and other related issues exchanges. Through the Internet, students can graduate and mentor to design exchanges coherence issues and papers dealing with the situation of inquiry. Instructors can modify the papers, given the recommendations. Administrators to students registered for certification, add the tutors. The platform can use the guidance to improve the efficiency of paper to guide the level, so that graduates in the greater period of time to be the geographical scope of the timely and effective guidance of instructors.
Keywords: ASP.NET; Exchange platform,;database; B/S mode
目 录
第1章 绪论 1
1.1 选题背景及其意义 1
1.2 毕业论文交流平台的现状分析及其应用前景 1
第2章 系统开发的技术 2
2.1 VISUAL STUDIO.NET 2005简介 2
2.2 ASP.NET 2.0介绍 2
2.3 SQL SERVER 2000的特点 2
第3章 系统需求分析 4
3.1 可行性分析 4
3.1.1 经济可行性 4
3.1.2 技术可行性 4
3.1.3 用户使用可行性 4
3.2 功能需求分析 5
3.3 数据流图 5
3.3.1 用户注册 5
3.3.2 用户登录 6
3.4 软硬件环境 7
第4章 总体设计 8
4.1 系统设计的思想 8
4.2 系统结构设计 9
4.3 数据库概念结构设计 9
4.4 数据库的实施 10
4.5 数据库的连接 13
第5章 详细设计 14
5.1 系统各功能模块概述 14
5.2 登录和验证模块的设计与实现 14
5.3 学生模块的设计与实现 16
5.4 指导老师模块的设计与实现 20
5.5 管理员模块的设计与实现 23
第6章 系统测试 27
6.1 用户登录测试 27
6.2 密码修改测试 27
6.3 其他功能测试 27
结 论 28
参考文献 29
附 录 30
致 谢 44