【正文】
, Servlet 技術(shù)具有以下特點(diǎn)。 在本網(wǎng)站的設(shè)計(jì)中,主要用到了 JSP、 MVC、 SQL Server 2020 數(shù)據(jù)庫(kù)等技術(shù),具體的技術(shù)內(nèi)容將在第二章給出詳細(xì)的說(shuō)明。 隨著知識(shí)的不斷發(fā)展,人們的想法不斷的改變,越來(lái)越多的人喜歡將自己的想法、心得、感受與別人分享,同時(shí),自己也喜歡獲得一些其他的信息。 關(guān)鍵詞 :博客 JSP Servlet MVC Abstract II Abstract With the development of our society, reading has bee a kind of knowledge and information, but also unearthed some people in writing ability. So, how can we in the first time to publish their articles and to let people see? Therefore, the blog this problem is resolved. It can make your writing achievement to allow more people to enjoy, also can let others to point out the problem. In addition to publish articles, you can own for life, work or study published in this sentiment, to find and his likeminded friends, to a certain extent, deepen the exchanges between people. In this paper, the design of Servlet and JavaBean based on the personal blog, through the JSP language, based on B/S service mode, SQL Server 2020, introduced the development process of the personal blog. Include: system analysis, demand analysis, database design, functional design, system debugging and implementation. Keywords: Blog JSP Servlet MVC 目 錄 III 目 錄 摘 要 ..............................................................................................................................I ABSTRACT .................................................................................................................. II 第一章 緒論 ................................................................................................................... 1 選題的背景與意義 ............................................................................................... 1 課題研究的內(nèi)容 ................................................................................................... 1 經(jīng)濟(jì)可行性 .................................................................................................... 1 技術(shù)可行性 .................................................................................................... 2 論文的結(jié)構(gòu) ........................................................................................................... 2 第二章 系 統(tǒng)相關(guān)技術(shù)介紹 ......................................................................................... 3 JSP 技術(shù) ................................................................................................................ 3 JSP 特點(diǎn) .......................................................................................................... 3 JSP 的處理流程 .............................................................................................. 3 MVC 模式 ............................................................................................................. 4 MVC 模式的優(yōu)缺點(diǎn) ....................................................................................... 4 MVC 模式 的 處理流程 ................................................................................... 5 SQL SERVER 2020 ............................................................................................... 5 SQL SERVER 2020 的特點(diǎn) ............................................................................ 5 SQL 語(yǔ)言 ........................................................................................................ 6 本章小結(jié) .............................................................................................................. 6 第三章 系統(tǒng)分析及數(shù)據(jù)庫(kù)設(shè)計(jì) ................................................................................. 7 系統(tǒng)需求分析 ....................................................................................................... 7 系統(tǒng) 功能 分析 ...................................................................................................... 7 數(shù)據(jù)庫(kù)設(shè)計(jì) .......................................................................................................... 8 數(shù)據(jù)庫(kù) 設(shè)計(jì) .................................................................................................... 8 數(shù)據(jù)庫(kù)表設(shè)計(jì) ................................................................................................ 8 本章小結(jié) ............................................................................................................ 10 第四章 系統(tǒng)詳細(xì)設(shè)計(jì)及實(shí)現(xiàn) ..................................................................................... 11 前臺(tái)功能的實(shí)現(xiàn) ................................................................................................ 11 登錄模塊 ...................................................................................................... 11 注冊(cè)模塊 ...................................................................................................... 14 博客主頁(yè) ...................................................................................................... 17 后臺(tái)功能的實(shí)現(xiàn) ......