asp.net同学录网站 演示录像

基于ASP.NET的同学校友录的设计[源码+论文+录像]插图

 

基于WEB的同学校友录的设计

摘  要

 

本系统是为了方便校友之间联系而设计的基于Web的应用程序。制作的目的主要是用来进行校友的登录、注册和校友照片的上传,实现留言、发表评论、聊天。本校友录网站采用B/S架构,前台使用 ASP.NET 技术框架,并通过IIS进行发布,后台采用SQL Server 2005数据库。系统主要的功能模块包括:个人模块,班级模块,交流模块,管理员模块等。其中个人模块包括个人的注册、登录、以及个人信息的填写与修改。班级模块包括班级留言、班级聊天、班级同学的通讯录等。交流模块包括聊天室、留言板、通讯录、相册等。管理员模块包括班级通知以及班委的委派。本文主要论述了校友录网站的背景、现状和目的,对系统的需求分析、系统设计、系统的实现,以及主要模块的详细设计进行了具体的说明。

 

 

 

关键词  校友录;聊天室;ASP.NET;SQLServer2005;B/S

 

 

 

The design of the alumni record system

based on the Web

Abstract

 

The software is easy for classmate to communicate. This software is design by WEB. It use login and register to upload some photo and chart. This web is use B/S framework. The Web foreground is use by ASP.NET . Web is uploaded by IIS. The database is base on SQL Server 2005. The system major function include: personal module, class module, communicate module, administrator module and so on. Personal module can register, login and fill in and change personal information. Class module can leave a message and have classmate address list. Communicate module has chart room, message board, photo album and so on. Administrator module can notice to class and appoint monitor. This article is talk about classmate web which background, condition and goal. The system that demand analysis, system design, achieve system and design major module.

 

 

 

Keywords:  alumni record;chat room;ASP.NET;SQLServer2005;B/S

 

目录

第1章 绪论

1.1 引言

1.2 课题研究的背景和意义

1.3 课题研究的现状和发展趋势

第2章 系统可行性分析

2.1 系统可行性研究

2.1.1 技术可行性研究

2.1.2 经济可行性研究

2.1.3 操作可行性研究

2.1.4 法律可行性研究

3.1 系统数据库设计

3.1.1 数据库概念模型设计

3.1.2 数据库数据模型设计

3.2 系统开发工具简介

3.2.1 Visual Studio 2008

3.2.2 Microsoft SQL Server 2005

3.2.3 JavaScript技术简介

3.2.4 ADO.NET

第4章 系统详细设计

4.1 校友录首页模块设计与实现

4.1.1 登录模块设计与实现

4.1.2 注册模块设计与实现

4.1.3 用户资料的修改与实现

4.1.4 管理员对班级管理模块

4.2 班级留言厅模块设计与实现

4.3 班级主页模块设计与实现

4.3.1 图片上传模块设计与实现

4.4 班级聊天室模块设计与实现

第5章 系统测试

5.1 系统测试概述

5.2 测试

致  谢

参 考 文 献

附录A  译文

ASP基础语言

附录B  ASP Language Basics