• <strike id="uea8m"></strike>
    <samp id="uea8m"></samp>
  • <ul id="uea8m"><pre id="uea8m"></pre></ul>
      <ul id="uea8m"></ul>
        <ul id="uea8m"><tbody id="uea8m"></tbody></ul>
      • <strike id="uea8m"><s id="uea8m"></s></strike>
        論文格式
        電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
        機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
        制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
        通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
        • 首頁 |
        • 畢業論文 |
        • 論文格式 |
        • 個人簡歷 |
        • 工作總結 |
        • 入黨申請書 |
        • 求職信 |
        • 入團申請書 |
        • 工作計劃 |
        • 免費論文 |
        • 合作期刊 |
        • 論文同學網 |
        搜索 高級搜索

        當前位置:論文格式網 -> 畢業論文 -> 計算機論文
        畢業論文標題:

        基于Asp.net的Web-BBS系統

         本文ID:LWGSW13543 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 基于Asp.net的Web-BBS系統 (收費:1000 積分)  

        論文字數:19275,頁數:46  有開題報告,任務書

         摘   要
         隨著Internet 技術的飛速發展,論壇隨之產生,已經成為網絡上不可缺少的交流方式之一,深受網民的喜愛。“網上論壇”是Internet上的一種信息服務系統,它提供一塊公共電子白板,每個用戶都可以在上面書寫,可發布信息或提出看法,可以讓來自世界各個角落的用戶針對某個主題進行討論,如此便可以達到集思廣益的效果。
         本論文重點闡述了系統的需求以及代碼與數據庫的實現。作為一個Web-BBS系統,其前臺的設計是相當重要的,包括有:用戶能使用BBS的最基本權力;使用者資料正確,即可以在討論區當中發表文章、發表話題、回復話題;具有正式注冊身份的使用者才具有進入本系統并參與其中的各項信息服務的各種權利。使用者通過了身份的確認后,即可具有上述使用權。管理員根據自己的權限對話題進行查詢、修改、增加和刪除操作,對注冊用戶進行查詢、修改、增加和刪除操作,對用戶的基本資料進行查看和修改等操作。
         系統使用Microsoft Visual Studio 2005編譯和管理代碼,使用Microsoft SQL Server 2000存儲、處理和管理數據,使用Microsoft SQL Server 2000查詢分析器和事件追蹤器查詢和追蹤SQL語句,此開發工具利于減輕服務器和帶寬的負擔,從而達到節約ISP的空間及帶寬租用成本的目的,使用會話管理和密鑰加密管理用戶信息。系統頁面直觀、明了、條理清晰,易學、易用、易管理。保證數據的存儲穩定,保持頁面的穩定,信息更新的速度以及論壇人員和信息的容量,登陸信息的加密以及會話管理都是論文很重要的一部分。
        關鍵字:
         BBS,Web-BBS,發表話題,Asp.net,Sql server
         Web-BBS system based on Asp.net
         ABSTRACT
         
         
         With the development of Internet technology, the BBS has become the one of the indispensable exchanges in network. "Web-BBS" is the one of the information service systems in internet. It can provide a public bulletin board, and every users can write on it. The users from everywhere can deliver the information and discuss some issues, so that it is full of many points.
         This paper expatiates the BBS system's needs and the design of the code and database. As a Web-BBS system, the design of prelude is a quite important part. Users can use the most basic power. While the user's information is correct, then he can deliver the articles, issues and revert to issues in the discussing. Only having formally registered, users can have access to the system and participate all the information service of their rights. Through the confirmation of the identity, users may have the rights to use these. Under the authority of their topic of inquiry, administrators can do exanmiations, modifications, additions and deletions of the issues and the registered users, and they can examine or modify the users' information.
         By using Microsoft Visual Studio 2005 management of compilering code, Microsoft SQL Server 2000 storage to process and manage data, and tracking SQL statement with the query analyzer and incident tracking of Microsoft SQL Server 2000 devices. Those development tools are to reduce server and bandwidth burdens, thus that can saving ISP space and the cost of renting bandwidth. Manage users information by using session management and encryption key management. The system here is direct, clear , lucid, and easy to learn, to use, to manage. Ensuring data storage stability, maintaining the stability of pages, the speed of updating information, theBBS system staff and information capacity, landing information encryption and session management are very important parts in this paper.
         
         Key words:
         BBS,Web-BBS,the issues delivering,Asp.net,Sql server
        目 錄
        1. 緒論 1
        1.1 引言 1
        1.2 BBS的歷史 1
        1.2.1 BBS的起源 1
        1.2.2 BBS的分類 2
        1.3 BBS與Blog 3
        1.4 課題來源和研究背景 4
        1.4.1 課題來源 4
        1.4.2 研究背景 5
        2. 系統環境簡介 9
        2.1 軟件選擇 9
        2.1.1 服務器端: 9
        2.1.2 客戶端: 9
        2.1.3 開發工具 9
        2.2 硬件選擇 9
        2.2.1 服務器端: 9
        2.2.2 客戶端: 10
        2.3項目目標及主要內容 10
        2.3.1 項目目標 10
        2.3.2 主要內容 10
        2.4 可行性分析 11
        2.4.1 經濟方面的可行性: 11
        2.4.2 技術條件方面的可行性: 11
        2.4.3 操作方面的可行性: 11
        2.4.4 社會環境方面的可行性: 11
        2.4.5 人員方面的可行性: 11
        3. 系統開發概況 13
        3.1 系統設計目標 13
        3.2 系統模塊劃分 13
        3.2.1 系統前臺模塊劃分 13
        3.2.2 系統后臺模塊劃分 14
        3.3 系統流程圖 14
        3.3.1 用戶流程圖 15
        3.3.2 管理員流程圖(后臺) 15
        4. 系統詳細設計 16
        4.1 注冊與登陸模塊 16
        4.1.1 功能概述 16
        4.1.2 實現闡述 16
        4.2 查看基本信息和修改個人信息模塊 19
        4.2.1 功能概述 19
        4.2.2 實現闡述 19
        4.3 話題模塊 20
        4.3.1 功能概述 20
        4.3.2 實現闡述 20
        4.4 短信息模塊 22
        4.4.1 功能概述 22
        4.4.2 實現闡述 22
        4.5 管理者模塊 23
        4.5.1功能概述 23
        4.5.1 實現闡述 23
        5. 數據庫設計 25
        5.1 數據庫總體設計 26
        5.2 數據庫連接 27
        6. 創新點和程序的優化 28
        6.1 程序的優化 28
        6.1.1 代碼復用 28
        6.1.2 連接池 29
        6.1.3 使用Page.IsPostback 屬性 29
        6.2 創新點 30
        6.2.1 加密技術 30
        6.2.2 數據庫控制版塊分類 30
        6.2.3 用戶OS、IP信息查看 32
        7.系統優點與不足 33
        7.1 BBS的特點: 33
        7.2 本Web-BBS系統的優點 34
        7.3 本Web-BBS系統的不足和局限性 34
        總  結 35
        致  謝 36
        參考文獻 37


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:駕校管理系統 下一篇:基于API的媒體網關的設計與開發
        Tags:基于 Asp.net Web-BBS 系統 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

        本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

        論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

        Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

        感谢您访问我们的网站,您可能还对以下资源感兴趣:

        论文格式网:毕业论文格式范文
          • <strike id="qgeoa"></strike>
              • <samp id="qgeoa"></samp>
                <samp id="qgeoa"></samp>
                <strike id="qgeoa"></strike>