{$cfg_webname}
主页 > 计算机 > ASP >

基于B/S的家教交流平台的实现

来源:wenku163.com  资料编号:WK1631517 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1631517
资料介绍

摘    要
互联网的兴起,对教育的形式也产生了重大影响,基于B/S的家教管理系统应允而生。家教交流系统主要是为学员与教员提供信息交流的平台,方便学员与教员之间信息的传递,同时提供学习资料和学习方法的共享等相关资讯。
本平台采用B/S架构, 使用asp语言和SQL Server数据库,运行于WINDOWS2000服务器平台。本系统分为前后台管理,前台页面显示信息,后台作为独立的管理。前台可实现对教员和学员资料的发布、查找及会员对自己资料的修改;和学习资料学习方法的发布及查找;以及发布对教员的投诉和留言等。后台管理员能对教员和学员资料修改删除;添加和删除新闻类别;对新闻的添加,修改,删除和推荐;以及对留言和投诉的回复和修改。为学员与教员提供了信息交流的平台,方便学员与教员之间信息的传递和沟通。
 
关键词:信息管理;家教;SQL Server; B/S 
   
Implementation of Platform Based on B/S
for Family Education Communication
Abstract
Because of the great impact on the form of education as the rise of the Internet, a family education management platform based on the B/S structure appears. Communication platform between instructors and students can make teaching more convenient between students and tutors. It mainly provides an information communication platform for them. It also can provide the sharing of learning information, good learning methods and other related information.
This platform, based on the B/S structure, is developed with asp Language and SQL database and runs on the Windows 2000 server operation system. It is divided into front ground and back ground. The front is used to presents information and the back one is to manage independently. The front can release or search the data of teachers and students, learning information and methods, the complaints to the teachers and so on. It can also modify the data of both teachers and students.
The administrator can modify and delete the data of teachers and students, add and delete news sorts, add, modify, delete and recommended news, answer and modify the messages and complaints. It provides a communication platform for teachers and students and makes it convenient for them to communicate with each other.
 
Key words: Information Management System; family education; SQL Server; Browser/Server

系统模块分析
整个系统分为九个子模块,各个模块的基本功能如下:
(1)管理员用户管理模块:实现管理员的添加,修改,删除,查询.
(2)管理员类别管理模块:实现管理员类别的添加,修改,删除,查询。
(3新闻管理模块:实现新闻信息的添加,修改,删除,查询。
(4)新闻类别管理模块:实现新闻类别的添加,修改,删除,查询。
(5)留言信息管理模块: 实现留言信息的修改,删除,回复,查询。
(6)回复信息管理模块:实现留言回复内容的添加,修改,删除,查询。
(7)客户投诉管理模块: 实现对客户投诉的回复,删除,查询。
(8)学员信息管理模块:实现对学员信息的添加,修改,删除,查询。
(9)教员信息管理模块: 实现对教员信息的添加,修改,删除,查询。

 
 
推荐资料