【正文】
編號 淮安信息職業(yè)技術學院 畢業(yè)論文 題 目 基于 JSP 技術的博客設計與實現(xiàn) 學生姓名 白 鶴 學 號 35011222 院 系 計算機與通信工程學院 專 業(yè) 計算機應用技術 班 級 350112 指導教師 馮 鋼 顧問教師 二〇一三年十月摘 要 I 摘 要 隨著我們社會的不斷進步,閱讀文章成為了一種獲取知識與信息的方式,同時也挖掘出了一些人在寫 作方面的才能。那么,怎么樣才能在第一時間發(fā)布自己的文章并且能夠讓大多數(shù)人看到?因此,博客的出現(xiàn)解決了這一問題。它既可以讓自己的寫作成果讓更多的人來欣賞,也可以讓他人來指出其中的問題。除了發(fā)表文章之外,也可以將自己在生活、工作或學習中獲得的感悟發(fā)表于此,借此找到與自己志同道合的朋友,一定程度上加深了人與人之間的交流。 本文設計了基于 Servlet 和 JavaBean 的個人博客,通過 JSP 語言、基于 B/S的服務模式、 SQL Server 2021 等技術重點介紹了個人博客的開發(fā)過程。包括:系統(tǒng)分析、需求分析、數(shù)據(jù)庫 設計、功能設計、系統(tǒng)調試和實現(xià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 2021, 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 課題研究的內容 ................................................................................................... 1 經(jīng)濟可行性 .................................................................................................... 1 技術可行性 .................................................................................................... 2 論文的結構 ........................................................................................................... 2 第二章 系 統(tǒng)相關技術介紹 ......................................................................................... 3 JSP 技術 ................................................................................................................ 3 JSP 特點 .......................................................................................................... 3 JSP 的處理流程 .............................................................................................. 3 MVC 模式 ............................................................................................................. 4 MVC 模式的優(yōu)缺點 ....................................................................................... 4 MVC 模式 的 處理流程 ................................................................................... 5 SQL SERVER 2021 ............................................................................................... 5 SQL SERVER 2021 的特點 ........................................................................... 5 SQL 語言 ........................................................................................................ 6 本章小結 .............................................................................................................. 6 第三章 系統(tǒng)分析及數(shù)據(jù)庫設計 ................................................................................. 7 系統(tǒng)需求分析 ....................................................................................................... 7 系統(tǒng) 功能 分析 ...................................................................................................... 7 數(shù)據(jù)庫設計 .......................................................................................................... 8 數(shù)據(jù)庫 設計 .................................................................................................... 8 數(shù)據(jù)庫表設計 ................................................................................................ 8 本章小結 ............................................................................................................ 10 第四章 系統(tǒng)詳細設計及實現(xiàn) ..................................................................................... 11 前臺功能的實現(xiàn) ................................................................................................ 11 登錄模塊 ...................................................................................................... 11 注冊模塊 ...................................................................................................... 14 博客主頁 ...................................................................................................... 17 后臺功能的實現(xiàn) ................................................................................................ 18 本章 小結 ............................................................................................................ 22 第五章 總結與展望 ................................................................................................... 23 總結 .................................................................................................................... 23 展望 .................................................................................................................... 23 致 謝 ...................................................................................................