国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

jsp論壇系統(tǒng).doc

約54頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)

jsp論壇系統(tǒng),jsp論壇系統(tǒng)目 錄第一章 緒論41.1 課題的背景及意義41.2課題分析41.3技術(shù)方案的選取5第二章 系統(tǒng)概述82.1運(yùn)行環(huán)境82.2需求分析82.3 總體設(shè)計(jì)原則102.4 系統(tǒng)體系結(jié)構(gòu)分析11第三章程序設(shè)計(jì)143.1數(shù)據(jù)庫(kù)設(shè)計(jì)143.2 整體模塊劃分253.3 各模塊間的關(guān)系25第四章 系統(tǒng)實(shí)現(xiàn)主要技術(shù)264....
編號(hào):10-145290大小:1.27M
分類(lèi): 論文>計(jì)算機(jī)論文

內(nèi)容介紹

此文檔由會(huì)員 blcg520 發(fā)布

Jsp論壇系統(tǒng)


目  錄
第一章  緒論 4
1.1 課題的背景及意義 4
1.2課題分析 4
1.3技術(shù)方案的選取 5
第二章 系統(tǒng)概述 8
2.1運(yùn)行環(huán)境 8
2.2需求分析 8
2.3 總體設(shè)計(jì)原則 10
2.4 系統(tǒng)體系結(jié)構(gòu)分析 11
第三章程序設(shè)計(jì) 14
3.1數(shù)據(jù)庫(kù)設(shè)計(jì) 14
3.2 整體模塊劃分 25
3.3 各模塊間的關(guān)系 25
第四章 系統(tǒng)實(shí)現(xiàn)主要技術(shù) 26
4.1 JavaServer Pages(JSP)技術(shù)簡(jiǎn)介 26
4.2 JSP 和其他類(lèi)似或相關(guān)技術(shù)的一個(gè)簡(jiǎn)單比較 27
4.3 最佳JSP應(yīng)用服務(wù)器Tomcat 27
4.4 javaBean組件技術(shù) 28
4.5 JSP中JavaBeans的應(yīng)用 31
4.7 Tomcat配置 34
4.8 數(shù)據(jù)庫(kù)編程 36
第五章 程序主要功能 39
5.1 系統(tǒng)主界面 39
5.2 注冊(cè)用戶(hù)信息或登陸 40
第六章 測(cè)試問(wèn)題及解決 44
結(jié)  論 45
結(jié)束語(yǔ) 46
參考文獻(xiàn) 47
附  錄 48

 

 

摘  要

本系統(tǒng)屬于Web信息服務(wù)的一個(gè)子系統(tǒng),它也是一個(gè)單獨(dú)的功能完善的系統(tǒng),本課題是電子公告系統(tǒng)部分的研發(fā),本文的系統(tǒng)分析和設(shè)計(jì)只是相對(duì)于一般的團(tuán)體而言。
本文包括論壇系統(tǒng)BBS(Bulletin Board System)的總體方案設(shè)計(jì)和開(kāi)發(fā)。著重介紹了電子公告系統(tǒng)的詳細(xì)開(kāi)發(fā)方案和實(shí)現(xiàn),內(nèi)容涉及系統(tǒng)分析、軟件設(shè)計(jì)。
在開(kāi)發(fā)設(shè)計(jì)中,采用B/S(Browser/Server)結(jié)構(gòu),這種結(jié)構(gòu)使得數(shù)據(jù)只有結(jié)果集合在瀏覽器中顯示,數(shù)據(jù)的處理在服務(wù)器進(jìn)行,用戶(hù)不用安裝客戶(hù)端,而且由于通過(guò)服務(wù)器端統(tǒng)一管理數(shù)據(jù),易于保證數(shù)據(jù)的一致性。數(shù)據(jù)庫(kù)方面,推薦業(yè)界具有領(lǐng)導(dǎo)地位的關(guān)系數(shù)據(jù)庫(kù)管理系統(tǒng)Microsoft SQL sever2000,使系統(tǒng)安全性能更高。同時(shí)采用當(dāng)前正在流行的JSP(Java Server Pages)編程,用戶(hù)界面更友好。
在開(kāi)發(fā)中選擇了JSP+JavaBean+SQl2000的模式,實(shí)現(xiàn)了應(yīng)用程序邏輯和頁(yè)面顯示分離,界面設(shè)計(jì)更簡(jiǎn)單。JavaBean可重用的軟件組件滿(mǎn)足小型應(yīng)用,同時(shí)使編程人員投入量精力便可重用組件,在簡(jiǎn)單的應(yīng)用中可以充分考慮。

關(guān)鍵字  電子公告系統(tǒng),BBS(Bulletin Board System),B/S,JSP(Java Server Pages),JavaBean

 


ABSTRACT

This system belongs to the Web information server system a sub- system, it also is the system which an independent function consummates,This topic is the internal mail system partial research and development, This article system analysis and the design only is opposite in the common association says.
This paper includes system design and development of BBS. It introduced the detailed development BBS and realizations of the BBS. It contains system analysis and design of software.
In developing, it adopts the structure of  Browser/Server. This structure makes only concourse of result data print in the browser. And this kind of structure can lighten client burden greatly.  As the server administers the data in unison, it is apt to guarantee the consistency of the data. The Microsoft SQL sever2000 database is security, so lots of use it.  In addition, the tool of JSP makes the interface more amity.
Chose in the development JSP+JavaBean+SQl2000 Pattern,Realized The contact surface design is simpler.JavaBeanMay entrust with heavy responsibility software moduleSatisfies the small application,Also causesThe programmers inputs energy then may entrust with heavy responsibility the module,May fully consider in the simple application.
KEY WORD  b/s,BBS,  jsp ,  javabean