【正文】
編號(hào) 淮安信息職業(yè)技術(shù)學(xué)院 畢業(yè)論文 題 目 基于 JSP 技術(shù)的博客設(shè)計(jì)與實(shí)現(xiàn) 學(xué)生姓名 白 鶴 學(xué) 號(hào) 35011222 院 系 計(jì)算機(jī)與通信工程學(xué)院 專 業(yè) 計(jì)算機(jī)應(yīng)用技術(shù) 班 級(jí) 350112 指導(dǎo)教師 馮 鋼 顧問(wèn)教師 二〇一三年十月摘 要 I 摘 要 隨著我們社會(huì)的不斷進(jìn)步,閱讀文章成為了一種獲取知識(shí)與信息的方式,同時(shí)也挖掘出了一些人在寫(xiě) 作方面的才能。那么,怎么樣才能在第一時(shí)間發(fā)布自己的文章并且能夠讓大多數(shù)人看到?因此,博客的出現(xiàn)解決了這一問(wèn)題。它既可以讓自己的寫(xiě)作成果讓更多的人來(lái)欣賞,也可以讓他人來(lái)指出其中的問(wèn)題。除了發(fā)表文章之外,也可以將自己在生活、工作或?qū)W習(xí)中獲得的感悟發(fā)表于此,借此找到與自己志同道合的朋友,一定程度上加深了人與人之間的交流。 本文設(shè)計(jì)了基于 Servlet 和 JavaBean 的個(gè)人博客,通過(guò) JSP 語(yǔ)言、基于 B/S的服務(wù)模式、 SQL Server 2020 等技術(shù)重點(diǎn)介紹了個(gè)人博客的開(kāi)發(fā)過(guò)程。包括:系統(tǒng)分析、需求分析、數(shù)據(jù)庫(kù) 設(shè)計(jì)、功能設(shè)計(jì)、系統(tǒng)調(diào)試和實(shí)現(xiàn)。 關(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) ........