毕业设计校园bbs含代码
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
为了方便师生信息的交流,在结合动态服务网页(ASP)和ACCESS2003 技术之下开发了这个快截、界面友好的师生交流系统。论坛使用动态服务网页(ASP)技术建设论坛的骨干框架,使用ACCESS2003制作系统的数据库,实现了一个功能相对齐全的论坛系统,网友可以自由地提出问题以及帮助他人解决问题,或者交流经验。
该论坛功能较齐全,在这里可以自由地发表自己的观点和对论坛的主题发表意见,我们还可以对网友的问题及时地解决,获取对自己有用的知识。该论坛还有一些特殊的功能,如在线人员显示、强大的搜索功能。
经调试,这个论坛完全可以成为一个很好的师生交流平台,充分利用有限的教育资源,提高资源利用率,同时又能活跃学习氛围,使学习、工作更加方便。
关键词:动态服务网页,论坛,用户管理
Abstract
In order to facilitate the teachers and students information the exchange, in unified ASP and ACCESS2003 under the server technology has developed this quick truncation, the contact surface friendly teachers and students alternating-current system. The forum uses the ASP technology construction forum the backbone frame, uses the ACCESS2003 manufacture system the database, realized a function relatively complete forum system, the net friend has been possible freely to propose the question as well as helped other people to solve the problem, or exchange experience.
This forum function is complete, may freely express own viewpoint in here and express the opinion to the forum subject, we also may promptly solve to net friend's question, gain to the oneself useful knowledge. This forum also has some special functions, like the on-line personnel demonstrates, the formidable search function.
After the debugging, this forum definitely may become very good teachers and students to exchange the platform, the full use limited education resources, raise the resources use factor, at the same time can actively study the atmosphere, causes the study, the work to be more perfect.
Keywords:Active Server Pages, BBS, user management
目录
第1章绪论 (5)
1.1选题背景 (5)
第2章系统技术及运行环境 (7)
2.1 ASP技术简介 (7)
2.2 ACCESS2003 技术简介 (7)
2.3利用ADO访问数据库 (8)
2.4 SQL语句简介 (10)
2.5 IIS简介 (11)
2.6 运行环境 (12)
第3章需求分析 (13)
3.1 编写目的 (13)
3.2 任务目标 (13)
3.2.1 基本性能 (13)
3.2.2 开发目标 (13)
3.2.3 应用目标 (14)
第4章总体设计 (15)
4.1系统设计思想 (15)
4.1.1网上论坛系统说明 (15)
4.1.2网上论坛系统总体分析 (15)
4.2数据库设计思想 (16)
4.2.1数据库的选择 (16)
4.2.2数据库设计 (16)
第5章详细设计 (20)
5.1 用户注册功能 (20)
5.1.1人机界面 (20)
5.1.2 操作流程图 (21)
5.2 会员发帖功能 (22)
5.2.1人机界面 (22)
5.2.2 操作流程图 (23)
5.3 版主管理帖子功能 (24)
5.3.1人机界面 (24)
5.3.2 操作流程图 (25)
5.4 管理员管理论坛功能 (26)
5.4.1人机界面 (26)
5.4.2 操作流程图 (27)
第6章编码实现 (28)
6.1选择编程语言 (28)
6.2 论坛注册功能 (29)
6.2.1代码实现 (29)
6.2.2测试 (33)
总结 (34)
参考文献..........................................................31致谢 (36)