【正文】
北方民族大學 學士學位論文 論文題目 基于 JSP 的企業(yè)門戶網(wǎng)站的設計與實現(xiàn) 院 (部 )名 稱: 計算機科學與工程學院 學 生 姓 名: 專 業(yè): 網(wǎng)絡工程 學 號: 指導教師姓名: 論文提交時間: 論文答辯時間: 學位授予時間: 北方民族大學教務處制 基于 JSP 的企業(yè)門戶網(wǎng)站的設計與實現(xiàn) 第 I 頁 基于 JSP 的企業(yè)門戶網(wǎng)站的設計與實現(xiàn) 摘要 系統(tǒng)是以 JSP技術(shù)開發(fā)的企業(yè)門戶網(wǎng)站,主要講述了其設計與實現(xiàn)的過程。主要包括后臺數(shù)據(jù)庫的建立與前端功能及界面的程序開發(fā)兩方面。后臺數(shù)據(jù)庫要求數(shù)據(jù)的安全性好、數(shù)據(jù)完整性強、數(shù)據(jù)有一致性。前端要求功能完善、易于使用、維護簡便、界面美觀。 系統(tǒng)采用了 B/S 體系模式,使用 JSP 編程語言,以 SQL server 2021 作 為后臺開發(fā)工具,先建立起系統(tǒng)模型,然后通過對各種用戶需求進行多次迭代,不斷地修正和改進,形成操作簡單、響應速度快、界面友好、安全性高的門戶網(wǎng)站。 根據(jù)用戶需求,在前臺頁面中可以查看企業(yè)的新聞、產(chǎn)品信息、商務信息、公司的歷史與簡介、下載一般常用軟件,注冊用戶還可以進行留言、回復留言等。后臺只有具有管理員權(quán)限的用戶可以登錄,負責對前臺信息進行發(fā)布、管理注冊用戶信息、添加刪除管理員等。 本論文中首先介紹了研究背景意義及采用的技術(shù),以系統(tǒng)開發(fā)為引線,分析用戶的需求,接著說明系統(tǒng)的總體設計,最后詳細的展示了各個模塊的 功能,并截圖附加代碼具體闡述具體設計與實現(xiàn)過程。 關(guān)鍵字:企業(yè)門戶網(wǎng)站, JSP , HTML , MYSQL2021 基于 JSP 的企業(yè)門戶網(wǎng)站的設計與實現(xiàn) 第 II 頁 The design and implementation of enterprise portal site based on JSP ABSTRACT System based on JSP technology development of enterprise portal website, mainly tells the story of its design and implementation process Mainly includes the backstage database the establishment and frontend application development two aspects of function and interface background database for data security Data integrity is strong There is data consistency frontend demand function is perfect Easy to use Interface simple maintenance, and beautiful. Adopts B/S mode, the use of JSP programming language, SQL server 2021 as the backstage development tools, to establish the system model, and then through the various user requirements in terms of multiple iterations, constantly revised and improved, the operation is simple Fast response Friendly interface of high security portal. According to user needs, can view the enterprise in the front page news product information Business information of history and the profile of the pany Download monly used software, users can also to leave a message To respond to ments etc. Background only have administrator permissions users can log in, be responsible for release management information at the front desk registered users add or remove the administrator information. The thesis first introduces the research background and technology, system development as the lead, analyze the needs of users, and then illustrate the overall design of the system, finally shows the function of each module in detail, and capture additional code specifically describe the concrete design and implementation process. Key words: enterprise portal website, JSP, HTML, MYSQL2021 基于 JSP 的企業(yè)門戶網(wǎng)站的設計與實現(xiàn) 第 III 頁 目錄 摘要 ......................................................................................................................................... I ABSTRACT .............................................................................................................................II 目錄 ...................................................................................................................................... III 第 1 章 緒 論 ....................................................................................................................... 1 課題背景及意義 ........................................................................................................ 1 開發(fā)環(huán)境與采用技術(shù)簡介 .......................................................................................... 2 B/S 架構(gòu) .......................................................................................................... 2 JSP(Java Server Pages)......................................................................................... 3 SQL Server 2021 ................................................................................................. 3 第 2 章 需求分析 ................................................................................................................... 4 系統(tǒng)功能需求 ........................................................................................................... 4 系統(tǒng)功能建模 ........................................................................................................... 4 第 3 章 總體設計 ................................................................................................................... 7 系統(tǒng)功能結(jié)構(gòu)劃分 .................................................................................................... 7 數(shù)據(jù)庫設計 ............................................................................................................... 8 數(shù)據(jù)庫概念設計 .............................................................................................. 9 數(shù)據(jù)表結(jié)構(gòu)設計 ............................................................................................. 11 第 4 章 系統(tǒng)詳細設計與實現(xiàn) .................................................................................................14 前臺功能模塊的設計與實現(xiàn) .....................................................................................14 新聞中心模塊 .................................................................................................15 公司概況模塊 ...................................................................................................16 在線留言模塊 .............................................................................................18 ( 1)瀏覽留言板 ...............................................................................................18 ( 2)添加留言 ...................................................................................................19 后臺管理的設計與實現(xiàn) ............................................................................................21 新聞管理中心模塊 ....................................................................