摘要
家教网站是一个信息管理系统,该系统总体采用B/S结构。可分为家教信息浏览系统和后台数据库管理系统。前台家教信息浏览系统包括家教信息搜索模块、家教信息浏览模块和家教信息列表模块,这些模块主要提供普通用户浏览家教信息,同时也提供用户注册、用户登录以及用户信息修改。后台数据库管理系统包括家教信息管理模块、家教信息录入模块、用户管理模块和家教信息栏目管理模块,这些模块主要提供管理员对系统进行维护。
本系统基于windows 2000平台。在设计过程中运用了ASP和SQL等语言,使用了Dreamweaver,Firework等工具进行辅助设计。同时运用分页显示、动态显示家教信息等关键技术。
本文阐述了功能模块设计、数据库结构设计、开发环境配置,页面设计等技术。其中重点介绍了家教信息录入模块,用户注册模块和个人信息维护模块。
关键词:家教网站;IIS;ASP;SQL
ABSTRACT
Tutor website is an information management system, the overall system using B / S structure. Can be divided into tutor system and background information to the database management system. Prospects tutor information to search information system includes modules tutor, tutor and tutor modules of information to the list of information modules, these modules provide the main tutor ordinary users to browse information, but also to provide user registration, user and modify user information. Database management system, including background information management module tutor, tutor information input module, user management module and tutor columns of information management modules, these modules provide the main administrator of the system for maintenance.
The 2000 system is based on windows platform. In the design process using languages such as ASP and SQL, using Dreamweaver, tools such as a Firework aided design. At the same time using tabs, dynamic display tutor information, and other critical technologies. ................
目录
1 绪论 4
2 技术介绍 5
2.1 ASP简介 5
2.2 SQL语言的简要介绍 5
2.3 HTML语言 6
2.4 VBScript语言 6
2.5 JavaScript语言 8
3 系统需求分析 9
3.1前台功能需求: 9
3.2后台功能需求: 9
3.3 性能需求 9
4 系统总体设计 10
4.1系统层次概框图 10
4.2 系统模块设计 11
4.3数据库设计 11
4.4几种可行性方案的比较 12
5 详细设计 13
5.1 系统模块划分 13
5.1.1 前台(如图2) 13
5.1.2 后台(如图3) 13
5.2系统流程图 13
5.3系统安全设计 15
5.4流程图规划设计 18
5.3开发环境配置 28
5.3.1 SQL服务器安装、配置与管理: 28
5.3.2 WINDOWS2000安装、配置与管理: 28
5.3.3 IIS安装、配置与管理: 30
5.4文件夹规范设计 32
5.5页面设计 33
5.5.1主页框架设计 33
5.5.2后台管理员框架设计和样式设计 34
5.5.3前台样式设计 35
5.6系统测试 35
5.6.1 测试目标 35
5.6.2 测试环境 35
5.6.3测试项目说明 35
5.6.4 测试总结 36
6 总结 37
谢辞 38
参考文献 39
附录 40
附录A 外文翻译—原文部分 40
附录B 外文翻译—译文部分 46
附录C 用户使用手册 49
附录D 主要源程序 51







