基于asp.net 2.0的互动媒体学习社区.doc

约70页DOC格式手机打开展开

基于asp.net 2.0的互动媒体学习社区,基于asp.net 2.0的互动媒体学习社区摘要:本文阐述了用asp.net技术结合access 2007数据库采用b/s模式设计的互动媒体学习社区系统使用.net framework 2.0平台,使用c#作为编码语言,互动媒体社区旨在为学习者提供学习和交流的平台。所以互动媒体学习社区应具有基本的视频的学习功能,语音学...
编号:38-187140大小:3.53M
分类: 论文>计算机论文

内容介绍

此文档由会员 sainana 发布

基于ASP.NET 2.0的互动媒体学习社区

摘要:本文阐述了用ASP.NET技术结合access 2007数据库采用B/S模式设计的互动媒体学习社区系统使用.NET Framework 2.0平台,使用C#作为编码语言,互动媒体社区旨在为学习者提供学习和交流的平台。
所以互动媒体学习社区应具有基本的视频的学习功能,语音学习功能和留言功能,添加会员注册功能,利用会员功能对访问者的权限进行控制,普通用户不可以发布教程或下载教程而会员用户则可以,社区还需要美观,简洁的人机界面.良好的查询功能。
用户通过注册成为网站会员.发布下载教程,对会员提供发布教程和下载教程的功能,密码找回功能,当会员忘记密码时可以通过此功能找回,留言功能,通过留言功能进行互动交流。
查询功能,用户可以查询快速的找到需要的教程,后台管理功能,管理员可以通过后台进行网站的维护和管理.使系统运行稳定,安全可靠。
关键词:ASP.NET2.0;B/S;互动媒体;媒体学习;学习社区;C#;

 
Owing to ASP.NET 2.0's interactive mediums study about community
Abstract:The main body of a book has been set forth 2007 data bases adopt the interactive medium that the B/S pattern designs to study community system usage with ASP.NET technology union access. NET Framework 2.0 platform, uses C # to be code language, the interactive medium community aims at being that the learner provides the platform studying and communicating with
Study a function therefore the interactive medium study about community should have fundamental video frequency's, the function and MSG|WTG function pronunciation is studied, add the member logon function, the go along making use of the member function extent of authority to the visitor controls, the domestic consumer can not announce a course or download a course but the member consumer can then, the community needs the beautiful, concise man-machine interface. Fine inquiry function.
The consumer becomes the website member by registering. Announce the time be loaded with course , provide the function , password announcing a course and downloading a course to the member finding back a function, can pass this function while the member forgets a password find back, MSG|WTG function, by the fact that the MSG|WTG function carries out interactive exchange.
The inquiry function, the consumer can inquire about the course that speedy finding needs, the back-stage management function, and administrative person can carry out the website upkeep and manage by background. Make system run stability, safety reliably.
Key Words:ASP.NET 2.0; B/S; Interactive medium; the medium is studied; Study a community; C #;

 
目  录
1 项目开发背景 1
2 项目需求分析 2
2.1 .NET简介 2
2.2 ACCESS 2007简介 6
2.3 B/S模式简介 7
2.4 IIS简介 8
2.5 开发前需求分析 9
3 互动媒体社区系统的设计 10
3.1 系统目标 10
3.2 业务流程图 10
3.3 系统功能结构 10
3.4 系统预览 12
3.5 构建开发环境 12
3.6 数据库设计 12
3.7 文件夹组织结构 17
4 公共类设计 18
4.1 数据库操作类设计 18
4.2 业务功能类设计 19
5 网站首页设计 20
5.1 网站首页概述 20
5.2 网站首页技术分析 20
5.3 网站首页实现过程 22
6 用户注册页设计 25
6.1 用户注册页概述 25
6.2 用户注册页技术分析 25
6.3 用户注册页实现过程 27
7 用户登录设计 32
7.1 用户登录概述 32
7.2 用户登录技术分析 32
7.3 用户登录实现过程 33
8 发布并管理教程 36
8.1 发布并管理教程概述 36
8.2 发布并管理教程技术分析 36
8.3 发布并管理教程实现过程 37
8.4 8.4 单元测试 42
9 查看视频教程页 43
9.1 查看视频教程页概述 43
9.2 查看视频教程页技术分析 43
9.3 查看视频教程页实现过程 44
9.4 单元测试 50
10 用户管理页设计 52
10.1 用户管理页概述 52
10.2 用户管理页技术分析 52
10.3 用户管理页实现过程 54
11 视频管理页设计 55
11.1 视频管理页概述 55
11.2 视频管理页技术分析 55
11.3 视频管理页实现过程 56
12 网站编译与发布 58
13 网站文件清单 59
14 网络安全加密与解密技术专题 60
14.1 对称加密解密 60
14.2 加密解密小结 61
14.3 数据库操作技术专题 61
系统小结 63
参考文献 64
致谢 65