- 相關推薦
計算機專業(yè)學習助手TOMCAT+SQL
畢業(yè)論文
目 錄
摘要 1
前言 3
1 開發(fā)工具簡介 4
1.1 JSP簡介 4
1.1.1 JSP的概念 4
1.1.2 JDBC的概念 4
1.1.3 JSP與ASP的比較 6
1.1.4 JSP運行和開發(fā)環(huán)境 7
1.1.5 B/S結構與C/S結構 9
1.2 數據庫系統(tǒng)的簡介 9
1.2.1 DBMS的工作模式 9
1.2.2 DBMS的主要功能 11
1.2.3 DBMS的模塊組成 12
1.3 JSP開發(fā)運行環(huán)境的安裝 12
1.3.1 JDK的配置 12
1.3.2 Tomcat服務器的測試 13
1.3.3 數據庫后臺環(huán)境的配置與測試 13
2 需求分析 14
2.1 系統(tǒng)說明 14
2.2 系統(tǒng)設計原則 14
2.2.1頁面模塊化 14
2.2.2 后臺維護與前臺顯示 14
2.2.3 網頁活動配置 15
2.2.4 基本功能 15
3 系統(tǒng)設計 16
3.1 管理員模塊 16
3.1.1 模塊劃分 16
3.1.2 流程圖 17
3.2 用戶模塊 18
3.3 分析需求中的數據對象 19
3.4 數據庫設計 21
3.4.1 數據庫需求分析 22
3.4.2 數據庫概念結構設計 23
3.4.3 數據庫邏輯結構設計 26
4 詳細設計 30
4.1 主界面介紹 30
4.1.1 注冊和登錄 30
4.1.2 新聞上傳的實現 33
4.1.4 公告發(fā)布的實現 33
4.1.3 論壇的前臺功能模塊 34
4.2 管理員模塊的實現 38
4.2.1 用戶管理功能模塊的實現 39
4.2.2 資料管理功能模塊的實現 40
4.2.3 論壇管理功能模塊 42
4.2.4 亂碼處理 43
總 結 45
參考文獻 46
致謝 47
附錄 48
計算機本科專業(yè)學習助手
摘要:本文論述了1個計算機本科專業(yè)學習助手的開發(fā)全過程。該系統(tǒng)主要是給計算機專業(yè)各個年級學生提供學習和生活上的指導,讓他們逐步適應大學各階段的學習和生活。系統(tǒng)主要功能有:新聞瀏覽、資料下載、論壇、后臺管理。
論文首先對該項開發(fā)的當前技術及發(fā)展前景、開發(fā)工具作了簡單的介紹,然后論述了系統(tǒng)的需求分析和各個功能模塊的設計與實現。最后再對數據庫與前臺的連接以及前如社會窗體的設計作了細致詳細的說明。
系統(tǒng)設計采用了Microsoft公司的SQL Server數據庫管理系統(tǒng)作后臺,以JSP為開發(fā)技術,通過JDBC訪問數據庫信息。首先根據需求分析報告建立系統(tǒng)初始原型,然后對初始原型系統(tǒng)進行需求迭代,不斷修改,改進,完善,直到建立1個用戶滿意、健全可行的系統(tǒng)。系統(tǒng)經調試運行,達到設計要求,能為計算機本科專業(yè)各年級學習提供良好的服務。
關鍵詞:SQL Server;JSP;JDBC
A studying assistant system for undergraduate students who major in computer
Abstract: This thesis addresses the entire development procedure of a computer undergraduate learning assistants system.The system means to guide the different grade students who major in computer in their studing and life and allow them to gradually adapt to university life and study phases.The system main functions are:information browsing,downloading information,forums,background management.
The thesis describes the the development of current technologies and development prospects firstly.Then introduces the development tools,and then address the needs analysis and the system design and realization of all functional modules.Finally connecting to the database and prospects as well as the former design as a social Chuangti meticulous detail.
The systems uses Microsoft SQL Server database server as the background data server,uses Java technology to deal with the front JSP pages The front pages link to databases server through JDBC. To begin with, it sets up systemic original form according to requirement analysis. What’ more , it makes required alternation for original form system and constantly amends, improves, perfects until a whole feasible system which satisfies users is set up. It basically possesses the main functions Study Assistant for the Undergraduates who major in Computer.
keys: SQL Server;JSP;JDBC
前 言
隨著知識經濟和全球信息化浪潮的迅猛發(fā)展,我國的信息化建設有了長足的進步。大學生的學習生活面臨著許多新情況、新問題。將現代化信息網絡技術引入我國的校園學習中,是時代的要求,是社會發(fā)展的必然選擇。隨著現代信息技術的迅速發(fā)展和數據庫技術在企業(yè)中的廣泛應用和深入。專業(yè)學習助手成了學習中必需的向導。但是如何做出更人性化、更穩(wěn)定的系統(tǒng)讓學生信任,是1個值得深入研究的問題。
本設計論述了1個計算機本科專業(yè)學習助手。共由4章組成,從第1章介紹開發(fā)工具和開發(fā)環(huán)境,包括JSP的定義,JDBC的定義,JSP與ASP的比較,JSP的運行開發(fā)環(huán)境和B/S結構與C/S結構;第2章是系統(tǒng)的需求分析,包括系統(tǒng)說明和系統(tǒng)設計原則;第3章是系統(tǒng)設計,主要劃分了功能模塊,進行數據庫設計(實體用例圖、ER圖、建立數據表)。第4章是詳細設計,具體描述實現各功能模塊的方法。
【計算機專業(yè)學習助手TOMCAT+SQL】相關文章:
計算機本科專業(yè)學習助手JSP12-27
計算機專業(yè)的論文致謝12-07
非計算機專業(yè)計算機教學改革03-01
關于計算機專業(yè)的開題報告03-26
計算機專業(yè)論文致謝詞11-14
計算機專業(yè)的論文寫作指導12-09
淺談計算機專業(yè)教學模式11-23
計算機專業(yè)數學教學過程中學習興趣和能力的培養(yǎng)12-10
計算機專業(yè)開題報告參考范文11-29