- 相關(guān)推薦
基于JSP的共享資源發(fā)布站點JSP+SQL
畢業(yè)論文
基于JSP的共享資源發(fā)布站點的設(shè)計
摘要:盡管互聯(lián)網(wǎng)出現(xiàn)的時間并不算長,但它卻以驚人的速度在發(fā)展。以至于它對人類的活動的影響也越來越深,甚至可以說任何人都將無法離開它。與此同時,Netscape和Sun公司開發(fā)的Internet產(chǎn)品:瀏覽器和Java,將1個前所未有的、全新的Web天地呈現(xiàn)在我們面前。世界上無數(shù)企業(yè)出于競爭、減少成本和進1步提高生產(chǎn)效率的目的與互聯(lián)網(wǎng)相連,利用它進行電子商業(yè)操作,實現(xiàn)電子商業(yè)功能,如:互聯(lián)網(wǎng)廣告、電子化貿(mào)易等。在這些類似的商務(wù)網(wǎng)站中,JSP技術(shù)被廣泛應(yīng)用。
本文便是描述1個簡單的基于JSP + Tomcat + Microsoft SQL Server 2000的共享資源發(fā)布站點的設(shè)計過程,所描述的主要內(nèi)容包括:JSP相關(guān)技術(shù)及與數(shù)據(jù)庫連接的技術(shù);系統(tǒng)設(shè)計運行環(huán)境的配置過程;整個系統(tǒng)的功能和文件結(jié)構(gòu)設(shè)計;整個設(shè)計過程,包括部分代碼的具體描述。
關(guān)鍵詞:JSP;Tomcat;Microsoft SQL Server 2000;JDBC
Design of A Publish WEB Site of Shared Resource Based on JSP
Abstract:Although It is not a long time that the Internet came to use, but it actually is developing by the astonishing speed. It influences humanitys activity more and more deeply , even may say any one all will be unable to do without it. At the same time, Netscape and Sun Corporation developed Internet products: The browser and Java.Unprecedented, the brand-new Web world presents in front of us. The innumerable enterprises consider needs of the competition and, the reduced cost and further enhanceing the production efficiency , have connected to the Internet,using it to carry on the commercial operation, for example: Advertisement, trade and so on. In these similar commercial websites, the JSP technology is widely applied.
This article described a simple WEB station based on JSP + Tomcat +Microsoft SQL the Server 2000 publish web site of shared resource. The main issues discussed are as follows: the first ,an introducation to the JSP correlation technology and with the database connection technology; the second, system design movement environment configuration process; the third, system functiones and file organization design; the last, system design process, including partial codes .
Key word: JSP;Tomcat; Microsoft SQL Server 2000;JDBC
目 錄
前言 4
1 相關(guān)知識 5
1.1 Web應(yīng)用程序 5
1.2 HTTP和Servlet基礎(chǔ) 6
1.3 JSP技術(shù)簡介 8
1.4 JSP訪問數(shù)據(jù)庫編程 10
1.5 開發(fā)工具和平臺介紹 11
1.6 運行環(huán)境配置 13
2網(wǎng)站結(jié)構(gòu)設(shè)計 15
2.1 目標設(shè)計 15
2.2 系統(tǒng)功能分析與設(shè)計 16
3 需求分析 17
3.1 可行性分析 17
3.1.1 技術(shù)可行性 17
3.1.2 經(jīng)濟可行性 18
3.1.3 運行可行性 18
3.2 數(shù)據(jù)庫需求分析 18
3.3 數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計 18
3.4 數(shù)據(jù)庫邏輯設(shè)計 20
3.5 系統(tǒng)文件結(jié)構(gòu)設(shè)計 22
3.6數(shù)據(jù)庫的生成和連接 22
3.6.1 數(shù)據(jù)庫的生成 22
3.6.2 數(shù)據(jù)庫的連接 22
4 系統(tǒng)詳細設(shè)計 24
4.1共享資源顯示模塊 24
4.2 共享資源搜索模塊 28
4.3 共享資源欄目管理模塊 31
4.4 共享資源管理模塊 38
4.5 設(shè)計中的問題與解決 43
4.5.1 無法連接數(shù)據(jù)庫 43
4.5.2 無法正常向數(shù)據(jù)庫插入數(shù)據(jù) 43
4.5.3 中文顯示亂碼 43
5系統(tǒng)的測試與維護 44
5.1 系統(tǒng)的測試 44
5.2 系統(tǒng)的維護 44
結(jié)束語 45
參考文獻 46
致謝 47
前言
本設(shè)計中的共享資源發(fā)布系統(tǒng)將分為前臺用戶界面和后臺管理員頁面。管理員登陸頁面用于身份驗證;后臺的數(shù)據(jù)庫操作頁面是提供1個對數(shù)據(jù)庫信息進行調(diào)整的人性化的友好界面。管理員在登陸后可以對發(fā)布的共享資源進行查詢、添加和修改。前臺用戶頁面將展示發(fā)布的共享資源的分類、搜索和下載排名等。它的設(shè)計目的是為了讓下載用戶可以更好的了解發(fā)布的共享資源,才能保證共享資源在網(wǎng)絡(luò)上發(fā)布時能夠吸引用戶的眼球。需要說明的是,所有共享資源的發(fā)布將是基于某1個網(wǎng)站而發(fā)布的,并非是我們現(xiàn)在所設(shè)計的演示頁面這么簡單。
全文中將具體介紹設(shè)計的相關(guān)技術(shù),描述對系統(tǒng)的需求分析,闡述系統(tǒng)設(shè)計思路和功能劃分,詳細說明各個頁面與功能模塊的具體設(shè)計過程以及給出測試結(jié)果等。
【基于JSP的共享資源發(fā)布站點JSP+SQL】相關(guān)文章:
基于JSP的BBS設(shè)計與實現(xiàn)JSP+SQL03-08
基于Web數(shù)據(jù)庫的信息發(fā)布系統(tǒng)JSP+SQL03-08
基于JSP技術(shù)的學術(shù)會議論文系統(tǒng)--投稿及審稿JSP+SQL03-08
美容網(wǎng)站的設(shè)計與實現(xiàn)JSP+SQL03-08
基于MVC架構(gòu)的JSP網(wǎng)站設(shè)計與實現(xiàn)-校園網(wǎng)上二手書店JSP+SQL03-08
短信輔助辦公系統(tǒng)的設(shè)計與實現(xiàn)JSP+SQL11-23
基于JSP的BBS系統(tǒng)設(shè)計與實現(xiàn)JSP+JavaBean+SQL03-08