摘 要
電子論壇即BBS已經是互聯網上的一種極為常見的互動交流服務。論壇可以為網友提供開放性的分類討論區專題服務,網友們可以在此發表自己的觀感,交流某些技術,經驗等。論壇也可以作為用戶和商家交流的渠道,商家也可以在此回答用戶提出的問題或發布某些消息。
本系統使用ASP進行開發,數據庫采用Microsoft SQL Server 2000。本文描述了電子論壇系統的設計與實現。首先對系統的需求進行了分析,建立系統工作流程圖,設計系統數據庫,對數據庫結構進行了詳細分析。然后劃分系統功能模塊,最后詳細描述了各個功能模塊實現的方法,并給出相應代碼。
關鍵詞:電子論壇系統;ASP;SQL Server 2000
The Design and Implementation of BBS
Abstract
BBS as an electronic forum on the Internet is a very common interaction services. Forum provides an open platform to discuss one subject amony netizens . Netizens can express their impressions and communicate technologies and experience. It also can be used as a channel for the communication between customers with businessmen.
The system is developed with ASP and Microsoft SQL Server 2000. In this paper, how to design and implement a BBS is introduced. First, it analyzes the demands for this system, establishes system flowchart, designs system database and analyzes the database structure. Second, it introduces the modules. The way of implementation of each modules is introduced, and the source codes are showed in the end.