- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
论坛管理系统
摘要
随着计算机的广泛应用,人们已经对网络不再感到陌生。在科技飞速发展的今天,电脑信息技术与各行各业进行了有效的结合。人们在网上可以进行网上购物,网上交友,电子商务,网络营效等等。面对强大的网络功能,必须在某方面要有一个健全的系统才能使网络发挥的淋漓尽致。在这个平台上,论坛提供了一个全新的人类沟通新方式。
本文主要分析了论坛的主要组成情况,包括论坛的设计目标,框架结构,数据流程和论坛的主要特点等,重点介绍了论坛前台功能模块的详细思路和实现方法,以及对后台数据库关键技术和部分源代码的详细说明。
关键词: ASP语言 VB语言 HTML语言 ACCESS数据库 论坛的设计与实现
Forum Management
Abstract
With the extensive application of computers, there has been no stranger to the network. Today, the rapid development in science and technology, computer information technology and all walks of life to an effective combination. It can be online shopping, online friends, e-commerce, network operators, efficiency and so on. The face of the powerful networking features, you must in some way to have a sound system to fully expresses the network. In this platform, the Forum provides a new way of human communication and new. This paper analyzes the main components of the Forum, including the Forums design goals, frame structure, data flow and the main characteristics of the Forum, focusing on the Forum front functional modules detailed ideas and implementations, as well as key technology and part of the back-end database A detailed description of the source code.
Keywords: ASP language VB language forum for HTML language ACCESS Database Design and Implementation of
目录
摘要 i
Abstract ii
1 系统需求分析 - 1 -
1.1开发背景 - 1 -
1.2系统实用功能分析 - 2 -
2 开发环境 - 6 -
2.1 ASP技术介绍 - 6 -
2.2 ASP有7个固有对象 - 9 -
2.3 Microsoft Data Access Component - 10 -
2.4活动服务器组件 - 11 -
2.5 ASP脚本对象 - 11 -
2.6 IIS服务器 - 12 -
2.6.1 IIS服务器的特性 - 13 -
2.6.2 IIS体系架构 - 14 -
2.6.3 IIS提供的服务 - 15 -
3系统前台实现的功能 - 17 -
3.1用户登陆系统 - 17 -
3.2论坛基本信息 - 19 -
3.3用户信息管理 - 20 -
4 系统后台实现的功能 - 23 -
4.1 系统设置 - 24 -
4.1.1服务器信息 - 24 -
4.1.2 系统参数设置 - 30 -
4.1.3 数据库备份 - 30 -
4.1.4 色彩设置 - 30 -
4.1.5 友情链接设置 - 31 -
4.2 论坛清理 - 31 -
4.3 用户管理 - 31 -
4.3.1用户设置 - 31 -
4.3.2 批量增加用户 - 32 -
4.3.3 经验值管理 - 32 -
4.3.4 用户级别设置 - 32 -
4.4 论坛管理 - 33 -
5 软件测试 - 34 -
5.1软件测试的重要性 - 34 -
5.2 测试步骤 - 35 -
5.2.1单元测试(Unit Testing) - 35 -
5.2.1集成测试(I
文档评论(0)