
浙江科技学院信息与电子工程学院 2007 届本科毕业设计(论文)
- I -
浙 江 科 技 学 院
本 科 毕 业 论 文
(2007 届)
题 目 会员管理系统
学 院 信息学院
专 业 通信工程
班 级 B2
学 号 203022066
学生姓名 张利荣
指导教师 全云海
完成日期

浙江科技学院信息与电子工程学院 2007 届本科毕业设计(论文)
- I -
摘 要
在当今的信息化时代,随着 Internet 的飞速发展,基于 Web 的网络服务已得到
广泛的应用,同时也催生了一个个新生产业。ASP 作为 Web 开发中的中最广泛的工具
之一,充分体现了此项技术的生命力。越来越多的社会机构,学会、协会都希望有一
个在线的面向用户的会员管理信息系统。使用户在网上就可以申请入会.学会、后台
管理员在网上就可以很方便的处理会员的信息。本文简要介绍了 ASP 技术特点,
Dreamweaver 8 的功能,融合 ASP + Access,实现动态交互功能,用 IIS5.1 作为 Web
服务器,用 Access 作为后台数据库管理系统。
本系统论文主要是管理会员的资料。重点介绍其功能:信息添加、信息修改、
信息的删除及信息查询。使用进行静态页面设计,应用 ASP 程序进行后台管理操作,
并用 Access 进行后台数据库的连接设计。主要是以四大功能进行系统的设计和实现。
关键字:会员管理系统;Asp;Web;Access

浙江科技学院信息与电子工程学院 2007 届本科毕业设计(论文)
- II -
Abstract
In the now information time, along with the Internet rapid development, Obtained the
widespread application based on the Web network service, simultaneously has also
expedited a each one newborn industry. ASP took one of in Web development center most
widespread tools, has fully manifested this technical vitality. The more and more many
social organization, the academic society, the association all hoped has on-line face user's
member management information system. On-line enables the user to be allowed to apply
to join a society. The academic society, the backstage manager is on-lineman the very
convenient processing member's information. This article briefly introduced the ASP
technology characteristic, the Dreamweaver 8 functions, fuse ASP + Access, the realization
dynamic interactive function, with IIS5.1 took the Web server, takes the backstage database
management system with Access.
This system paper mainly manages member's material. Key introduces its function:
The information increases, the information revises, the information deletion and the
information inquiry. The use carries on the static page design, carries on the backstage
management operation using the ASP procedure, and carries on the backstage database
with Access the connection design. Mainly is carries on the system by four big functions
the design and the realization.
Key words:Member Management System ;Asp;Web;Access

浙江科技学院信息与电子工程学院 2007 届本科毕业设计(论文)
- III -
目 录
摘 要 ..................................................................I
Abstract ..............................................................II
第 1 章 绪论 ............................................................1
1.1 背景 ...........................................................1
1.2 研究内容 .......................................................1
第 2 章开发工具的介绍 ...................................................3
2.1 Web 开发技术概述 ................................................3
2.2.1 ASP 技术介绍 ..............................................3
2.2.2 ASP 开发工具 ..............................................4
2.2 ASP 技术环境配置 ................................................5
2.2.1 安装 IIS ..................................................5
2.2.2 IIS 的配置 ................................................5
2.3 Access 数据库的介绍 .............................................6
2.4 本章小结 .......................................................7
第 3 章 系统的需求分析及其设计 ..........................................8
3.1 系统的需求 .....................................................8
3.2 会员管理系统的设计功能 .........................................8
3.3 本章小结 .......................................................9
第 4 章 系统的实现 .....................................................10
4.1 数据库的设计 ..................................................10
4.2 数据库的连接 ..................................................13
4.3 本章小结 ......................................................14
第 5 章 前台系统的主要功能 .............................................15
5.1 实现注册功能 ..................................................16
5.2 会员留言的发表 ................................................18
5.3 密码找回功能 ..................................................19
5.4 本章小结 ......................................................20
第 6 章 后台管理模块的功能 .............................................21
6.1 会员状态的审核 ................................................22

浙江科技学院信息与电子工程学院 2007 届本科毕业设计(论文)
- IV -
6.2 等级管理模块 ..................................................23
6.3 系统新闻管理功能 ..............................................25
6.4 会员信息的管理 ................................................26
6.5 系统测试 ......................................................26
6.6 本章小结 ......................................................27
第 7 章 结论 ...........................................................28
致谢 ..................................................................29
参考文献 ..............................................................30
附录 1: 中文翻译 ......................................................31
附录 2: 英文文献 ......................................................36