freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

畢業(yè)設(shè)計(jì)-基于web的實(shí)驗(yàn)教學(xué)管理平臺(tái)設(shè)計(jì)與實(shí)現(xiàn)(已修改)

2024-12-19 19:11 本頁面
 

【正文】 分 類 號(hào): 密級(jí):普通 學(xué)校代碼: 14042 學(xué)號(hào): 1202040104 xxxxxxxxxx 學(xué)院 學(xué) 士 學(xué) 位 論 文 題目:基于 Web 的實(shí)驗(yàn)教學(xué)管理平臺(tái)設(shè)計(jì)與實(shí)現(xiàn) 作者: xx 指導(dǎo)教師: 專業(yè)技術(shù)職稱:講師 學(xué)科專業(yè):計(jì)算機(jī)科學(xué)與技 術(shù) 申請(qǐng)學(xué)位日期: 2021 年 1 月 1 日 基于 Web 的實(shí)驗(yàn)室管理系統(tǒng) 設(shè)計(jì)與實(shí)現(xiàn) 摘 要 基于 Web 的實(shí)驗(yàn)室管理系統(tǒng)是現(xiàn)代計(jì)算機(jī)技術(shù)和網(wǎng)絡(luò)技術(shù)發(fā)展的結(jié)晶產(chǎn)物。舊式人工和單機(jī)版的實(shí)驗(yàn)室管理系統(tǒng)早已滿足不了如今實(shí)驗(yàn)室管理的需求,所以引進(jìn)網(wǎng)絡(luò)版的實(shí)驗(yàn)室管理系統(tǒng),讓高校的實(shí)驗(yàn)室管理更加便捷。 在進(jìn)行開發(fā)本系統(tǒng)之前首先要完成實(shí)驗(yàn)室管理系統(tǒng)的需求分析,從不同角度闡述了實(shí)驗(yàn)室管理系統(tǒng)開發(fā)的可行性,確定實(shí)驗(yàn)室管理系統(tǒng)的一系列功能。隨后進(jìn)行系統(tǒng)設(shè)計(jì),其 包括系統(tǒng)功能模塊劃分、數(shù)據(jù)庫概念設(shè)計(jì)和數(shù)據(jù)庫邏輯設(shè)計(jì),就 主要功能進(jìn)行了較為詳細(xì)的程序流程設(shè)計(jì)。在系統(tǒng)初步完成后,進(jìn)行系統(tǒng)測(cè)試。 本系統(tǒng)的開發(fā)工具則是選用現(xiàn)在實(shí)踐中最常用的 JSP+Tomcat 技術(shù),數(shù)據(jù)庫運(yùn)用 SQL server2021 作為開發(fā)工具,在開發(fā)界面時(shí),用 Dreamweaver 作為輔助工具完成開發(fā)。該系統(tǒng)通過調(diào)試與測(cè)試,其最終系統(tǒng)可以運(yùn)行成功,并且系統(tǒng)功能符合用戶需求。 關(guān)鍵詞: 實(shí)驗(yàn)教學(xué);信息;系統(tǒng);用戶;權(quán)限;管理 The Design And Implementation Of Laboratory Management System Bases On Web ABSTRACT Laboratory management system on the Web that is the crystallization product of the modern puter technology and work technology development, the old artificial and standalone version of the laboratory management system has to meet not now the needs of laboratory management, so the introduction of the work version of the laboratory management system, make the university laboratory management more convenient. Before the development of this system, we must first plete the requirements analysis of the laboratory management system, elaborated the feasibility of the development of the laboratory management system from different angles, and determine a series of functions of the laboratory management system. Then carries on the system design, it includes the system function module division, the database concept design and the database logic design, has carried on the more detailed procedure design. After the initial pletion of the system, the system test. The development tool of the system is the most monly used in the practice of JSP+Tomcat technology, database using Server2021 SQL as a development tool, in the development of the interface, using Dreamweaver as an auxiliary tool to plete the development. The system through the debugging, testing, user needs function can be run successfully. Key Words: experiment teaching。 information。 system。 user。 authority。 management I 目 錄 1 緒論 ........................................................................................................................................... 1 課題的研究背景與意義 ................................................................................................ 1 課題的發(fā)展現(xiàn)狀 ............................................................................................................ 1 國內(nèi)現(xiàn)狀 ............................................................................................................. 1 國外現(xiàn)狀 ............................................................................................................. 2 課題主要研究內(nèi)容 ........................................................................................................ 2 小結(jié) ................................................................................................................................ 2 2 可行性研究與需求分析 ........................................................................................................... 3 系統(tǒng)可行性研究 ............................................................................................................ 3 經(jīng)濟(jì)可行性研究 ................................................................................................. 3 技術(shù)可行性研究 ................................................................................................. 3 操作可行性研究 ................................................................................................. 3 需求分析 ........................................................................................................................ 3 功能需求 ............................................................................................................. 3 性能需求 ............................................................................................................. 4 小結(jié) ................................................................................................................................ 5 3 Web開發(fā)工具介紹 .................................................................................................................. 6 介紹 My Eclipse 發(fā)展和功能 ........................................................................................ 6 JSP 技術(shù)介紹 ................................................................................................................ 6 Deamweaver 簡介 .......................................................................................................... 7 SQL server 2021 介紹與發(fā)展 ........................................................................................ 7 小結(jié) ................................................................................................................................ 8 4 系統(tǒng)設(shè)計(jì) ................................................................................................................................... 9 功能設(shè)計(jì) ........................................................................................................................ 9 II 總體設(shè)計(jì) ............................................................................................................. 9 詳細(xì)設(shè)計(jì) ........................................................................................................... 10 數(shù)據(jù)庫設(shè)計(jì) ..................................................................................................................
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號(hào)-1