【正文】
校園論壇 的設(shè)計與實現(xiàn) 摘 要 在網(wǎng)絡(luò)飛速發(fā)展的今天 ,Inter 成為人們快速獲取、發(fā)布和傳遞信息的重要渠道,它在政治、經(jīng)濟、學(xué)習(xí)、生活等各個方面發(fā)揮著重要的作用。眾所周知,論壇是當今網(wǎng)絡(luò)中的知名服務(wù)之一。它開辟了一塊“公共”的空間供所有用戶發(fā)表和讀取信息,允許用戶對自身感興趣的話題展開討論,從而起到集思廣益的作用。 論壇系統(tǒng)的主要功能是:用戶交流、用戶管理、信息分類及查找等 。 所以,經(jīng)過分析 ,使用 ASP+SQL2021 的 語言 來開發(fā)本校園論壇。 ASP 語言具有開發(fā)軟件的特性,其優(yōu)點是安全性能高,能減輕客戶端瀏 覽器的負擔,提高交互速度。而 SQL Server2021 是一個真正的多用戶、多線程 SQL2021 數(shù)據(jù)庫服務(wù)器。 校園論壇系統(tǒng)正是在網(wǎng)絡(luò)上基于 WEB 的動態(tài)網(wǎng)頁,使用 ASP 作為主體語言 ,其 程序 的 編寫主要采用工具 DREAMWEAVER。 無需專用客戶端即可為用戶提供簡潔的交流界面, 用戶通過發(fā)貼回帖的方式在論壇中進行交流,結(jié)合管理員在線對論壇信息進行實時調(diào)整管理的最為穩(wěn)定的校園交流平臺。論壇系統(tǒng)的主要功能是:用戶交流、用戶管理、信息分類及查找等。 關(guān)鍵字 : ASP; 校園論壇 ;動態(tài)頁面 The Design and Implementation of the Campus Forum Abstract Nowadays, with the rapid development of the work, the Inter has bee an important way for people to obtain, release and send messages. It also plays a key role in every field, such as in politics, economy, study and daily life. As known to all, forum is one of the wellknown work services. It provides a public space for all the users to release and get messages, and allows users to discuss their interested topics together. The main functions of the forum system go as follows, user munication, user management, information inquiry and classification. Therefore, this paper plans to introduce the design and implementation of the forum for our school by using ASP+SQL Server2021. The ASP language has many advantages, for example, high security, relieving the load of the user39。s IE browser and improving the speed of munication. And the SQL Server2021 is a real multiuser, multithread database server. The system is based on the active web page and made by DREAMWEAVER. Special client software is not necessary for the users, and the users are able to exchange opinions through releasing and replying messages with the help of the administrator, who can process the information immediately. Key words: ASP。 School Forum。 Active Page 目 錄 論文總頁數(shù): 24頁 1 引言 ..................................................................................................................................................... 5 2 概述 ..................................................................................................................................................... 5 開發(fā)背景 ........................................................................................................................................ 5 國內(nèi)外現(xiàn)狀 .................................................................................................................................... 6 本課題研究意義 ........................................................................................................................... 6 本課題的研究內(nèi)容 ....................................................................................................................... 6 3 相關(guān)理論基礎(chǔ) .................................................................................................................................... 7 B/S 模式 ......................................................................................................................................... 7 ASP 介紹 ......................................................................................................................................... 7 SQL SERVER 2021 ....................................................................................................................... 8 DREAMWEAVER介紹 ............................................................................................................................. 9 4 需求分析 ............................................................................................................................................ 9 體系結(jié)構(gòu) ......................................................................................................................................10 系統(tǒng)功能需求 ..............................................................................................................................10 系統(tǒng)性能需求 ..............................................................................................................................12 運行環(huán)境需求 ..............................................................................................................................12 5 校園論壇的設(shè)計方案 .....................................................................................................................12 設(shè)計思想 ......................................................................................................................................12 總體設(shè)計 ......................................................................................................................................13 模塊設(shè) 計 ............................................................................................................................ 13 數(shù)據(jù)庫設(shè)計 ........................................................................................................................ 13 數(shù)據(jù)庫表結(jié)構(gòu)分析 ............................................................................................................ 16 用戶模塊設(shè)計 ..............................................................................................................................17 管理員模塊設(shè)計 .........................................................................................................................18 典型模塊及部分模塊具體實現(xiàn) ................................................................................................19 6 校園論壇的運行及測試 .................................................................................................................20 校園論壇運行 ..............................................................................................................................21 校園論壇的測試 .........................................................................................................................21 測試的目的 ...............................................