1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. 基于ASP.NET的網站設計—BBS系統的設計與實現;SQL

        時間:2024-10-19 18:44:02 計算機網絡畢業論文 我要投稿
        • 相關推薦

        基于ASP.NET的網站設計—BBS系統的設計與實現;SQL

        畢業論文

        基于ASP.NET的網站設計
        --BBS系統的設計與實現

        摘要  本文介紹了運用ASP.NET、SQLServer 2000等技術,在Microsoft Visual Studio .NET 2003平臺上實現BBS(Bulletin Board Service,公告牌服務)系統的方法和過程,內容包括5個部分,第1部分是概述,該部分對ASP.NET的技術和開發環境的配置做了詳細的介紹;第2部分是需求分析,該部分對系統的功能、性能和環境需求做了具體的分析,并且給出了系統流程圖;第3部分是系統設計,該部分對系統的前臺和后臺給出了整體的設計方法,并畫出了相應的模塊圖;第4部分是詳細設計及編碼,該部分列出了部分系統的主要代碼,并對代碼做了詳盡的解釋;第5部分是結束語,該部分是完成本次畢業設計后我的1些體會。
        本系統由BBS用戶注冊、登錄;信息發布;信息查看;管理員登錄;論壇、用戶管理等5個模塊組成。實現了用戶注冊、登錄,查看貼子,發布新貼(回復貼子),信息、用戶管理等功能,具有穩定、安全、界面美觀、容易操作等特點。
        關鍵字  C# ;NET;SQL;BBS;貼子

        The design of website based on ASP.NET
        --Design and implementation of BBS system

        Abstract  This text introduction uses ASP.NET, SQLServer 2000 grade technology, in Microsoft Visual Studiorealize BBS on 2003 platforms ( Bulletin Board Service, the billboard serves ) systematic method and course, the content includes 5 parts, Part one It is a summary, this part has done the detailed introduction to the technology of ASP.NET and disposition of development environment; Part two It is the demand that analyzes , this part function , performance and environmental demand for the system have made concrete analysis, and provide the systematic flow diagram ; Part three Design systematically, this part provides the whole design method to front desk and backstage of the system, draw the corresponding module picture; Part four It is detailed design and code, should list some main codes of system partly , and has made exhaustive explanation to the code; Part five It is a conclusion, this part is to finish some experience of mine after this graduation project.
        BBS is composed of five models, namely BBS user registration and landing, information issuing, formation searching, manager landing, forums and user management. Through BBS, user registration and landing, message reading, new message issuing (message replying), information and user management have been realized. Have characteristics such as esthetic , easy operation of stability , security , interface ,etc..
        Key word  C#;.NET;SQL;BBS;book of models
        目  錄
        前言1
        1 概述2
        1.1 ASP.NET技術介紹2
        1.1.1 ASP.NET的技術特點3
        1.1.2 ASP.NET的運行原理4
        1.1.3 動態網頁技術介紹4
        1.1.4 .NET語言C#介紹4
        1.1.5 SQLServer 2000 數據庫技術介紹5
        1.1.6 asp.net與asp的比較7
        1.2 開發環境的配置8
        2 需求分析12
        2.1 功能需求12
        2.2 性能需求13
        2.3 環境需求13
        2.4 系統流程圖14
        2.5 系統方案的確定和評價14
        3 系統設計15
        3.1 前臺設計與模塊圖15
        3.1.1 主界面設計15
        3.1.2 前臺模塊圖16
        3.2 后臺設計與模塊圖16
        3.2.1 后臺管理界面16
        3.2.2 后臺模塊圖17
        4 詳細設計及編碼18
        4.1 數據庫設計18
        4.1.1 數據庫表18
        4.1.2 數據庫表的關系22
        4.2 程序中的類設計22
        4.3 網站首頁設計29
        4.3.1 滾動屏的實現29
        4.3.2 站內投票實現29
        4.3.3 新聞文章的實現31
        4.4 論壇帖子瀏覽、發表和回復的實現33
        5 結束語42
        參考文獻43
        致謝44

        前  言
        21世紀是個信息化的時代,現代計算機技術的發展,為各行各業的發展創造了1個全新的時代背景——人們的生活、工作等已經越來越離不開計算機科學的運用,而Internet的應用加速了這種趨勢,人們越來越需要在互聯網上交流各種信息和討論各種問題,論壇系統(Forum)是互聯網上1種人與人之間交互的必備工具,特別是做網站必備。以前我們1直使用留言本形式,但是隨著網站的大規;,人們越來越多的迫切需要1種可以易于維護、易于交流而且可以發布多媒體信息的平臺,那就要用論壇系統。由于論壇程序的絕大多數功能都是基于數據庫的,因此其作為掌握數據管理技術的課題來研究是非常合適的。本系統主要采用ASP.NET技術,開發語言C#,主要實現的是發表帖子,回復帖子,新聞發布,人數統計,資料修改,留言板等功能,由于水平有限,很多地方做的不是很好,還待以后加以改進。在下面的各章節中,我們將以開發asp.net(c#)論壇系統為例,詳細的介紹其開發過程和所涉及的問題及解決方法。

        【基于ASP.NET的網站設計—BBS系統的設計與實現;SQL】相關文章:

        基于JSP的BBS系統設計與實現JSP+JavaBean+SQL03-08

        基于JSP的BBS設計與實現JSP+SQL03-08

        基于MVC模式的BBS系統設計與實現03-08

        ASP.NET的網站新聞管理系統設計與實現03-19

        基于ASP.NET在線考試系統設計ASP.NET+SQL03-08

        基于ASP的網絡辦公系統設計與實現ASP+SQL03-08

        基于ASP的在線商品銷售系統的設計與實現ASP+SQL03-08

        美容網站的設計與實現JSP+SQL03-08

        購物網站的設計與實現ASP+SQL03-08

        網絡購物系統的設計與實現ASP+SQL03-08

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>