基于Web模式的職業(yè)技能鑒定考試管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)
本文選題:B/S + J2EE; 參考:《電子科技大學(xué)》2017年碩士論文
【摘要】:近年來隨著我國經(jīng)濟(jì)發(fā)展轉(zhuǎn)型和產(chǎn)業(yè)結(jié)構(gòu)調(diào)整,一些產(chǎn)業(yè)的崗位可能面臨逐步減少甚至淘汰,一些新興的產(chǎn)業(yè)崗位需要更多的新型人才,這就促使我們需要掌握更多的職業(yè)技能,加強(qiáng)職業(yè)技能培訓(xùn)學(xué)習(xí),建立職業(yè)技能測評(píng),在線職業(yè)技能培訓(xùn)鑒定考試已經(jīng)成為一種職業(yè)鑒定的流行方式,而在線職業(yè)技能鑒定系統(tǒng),改變了傳統(tǒng)集中式的技能考核方式,提高了技能鑒定效率和質(zhì)量,降低了管理成本。本文以某行業(yè)職業(yè)技能鑒定考試系統(tǒng)為研究背景,結(jié)合該行業(yè)的現(xiàn)實(shí)情況和用戶需求調(diào)研,分析了系統(tǒng)角色和系統(tǒng)基本業(yè)務(wù)流程,結(jié)合UML用例對(duì)系統(tǒng)功能進(jìn)行了詳細(xì)分析。整個(gè)系統(tǒng)基于B/S模式,采用J2EE為開發(fā)基礎(chǔ),Oracle作為數(shù)據(jù)庫管理系統(tǒng),使用Java進(jìn)行編程實(shí)現(xiàn)。本文詳細(xì)描述了職業(yè)技能鑒定考試管理系統(tǒng)的需求分析、系統(tǒng)設(shè)計(jì)、編碼實(shí)現(xiàn)和部署實(shí)施過程。從軟件工程的角度,論述了系統(tǒng)的開發(fā)過程。首先對(duì)系統(tǒng)進(jìn)行了需求調(diào)研,然后用面向?qū)ο蠛徒Y(jié)構(gòu)化相結(jié)合的方法對(duì)考試設(shè)計(jì)、考試管理、個(gè)人事務(wù)管理、統(tǒng)計(jì)分析、系統(tǒng)管理等業(yè)務(wù)需求進(jìn)行了用例分析和功能需求描述,將系統(tǒng)需要實(shí)現(xiàn)的主要功能通過用例圖進(jìn)行直觀展現(xiàn),并詳細(xì)介紹了各用例圖的功能。在完成了用例分析后,深入理解了系統(tǒng)要實(shí)現(xiàn)的各種功能,在這個(gè)基礎(chǔ)上對(duì)系統(tǒng)進(jìn)行了功能結(jié)構(gòu)、網(wǎng)絡(luò)拓?fù)洹?shù)據(jù)庫、系統(tǒng)安全設(shè)計(jì)等。確定了系統(tǒng)架構(gòu)、功能結(jié)構(gòu)和總體設(shè)計(jì)后,對(duì)系統(tǒng)進(jìn)行了詳細(xì)設(shè)計(jì),設(shè)計(jì)了系統(tǒng)每個(gè)功能模塊的活動(dòng)流程、對(duì)功能模塊進(jìn)行了劃分,最后編程實(shí)現(xiàn)了系統(tǒng),給出相關(guān)實(shí)現(xiàn)界面和功能描述。我們對(duì)系統(tǒng)進(jìn)行了系統(tǒng)部署,完成了系統(tǒng)功能測試和性能測試,給出了詳細(xì)的測試報(bào)告,測試結(jié)果驗(yàn)證了系統(tǒng)的有效性和實(shí)用性。目前,系統(tǒng)已經(jīng)上線并投入運(yùn)營,系統(tǒng)運(yùn)行穩(wěn)定并達(dá)到了用戶目標(biāo)。
[Abstract]:In recent years, with the transformation of China's economic development and the adjustment of industrial structure, some industrial posts may be gradually reduced or even eliminated. Some new industrial posts need more new talents. This has prompted us to master more vocational skills, to strengthen vocational skills training and learning, to establish vocational skills assessment, online vocational skills training appraisal examination has become a popular way of vocational appraisal. The online vocational skill appraisal system has changed the traditional centralized skill assessment method, improved the efficiency and quality of skill appraisal, and reduced the management cost. Based on the background of a professional skill appraisal examination system in an industry, this paper analyzes the role of the system and the basic business process of the system in combination with the actual situation of the industry and the needs of the users, and makes a detailed analysis of the system functions with UML use cases. The whole system is based on the B / S mode, J2EE is used as the basic database management system, and Java is used for programming. This paper describes in detail the requirements analysis, system design, coding implementation and deployment of the test management system for vocational skill appraisal. From the point of view of software engineering, the development process of the system is discussed. First of all, the requirements of the system are investigated, and then the test design, examination management, personal affairs management, statistical analysis, system management and other business requirements are analyzed and the functional requirements are described by object-oriented and structured methods. The main functions needed to be realized in the system are displayed directly by use case diagram, and the functions of each use case diagram are introduced in detail. After the use case analysis is completed, the various functions of the system are deeply understood. On this basis, the function structure, network topology, database, system security design and so on are carried out. After the system architecture, function structure and overall design are determined, the system is designed in detail, the activity flow of each functional module of the system is designed, the functional modules are divided, and the system is realized by programming. The related implementation interface and function description are given. The system is deployed, the system function and performance are tested, and a detailed test report is given. The test results verify the effectiveness and practicability of the system. At present, the system has been online and put into operation, the system runs stably and reaches the user's goal.
【學(xué)位授予單位】:電子科技大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2017
【分類號(hào)】:TP311.52;TP393.09
【參考文獻(xiàn)】
相關(guān)期刊論文 前10條
1 梁曉婭;張恒;;職業(yè)技能培訓(xùn)考核系統(tǒng)研究與設(shè)計(jì)[J];電腦編程技巧與維護(hù);2015年12期
2 齊琳;;職業(yè)技能培訓(xùn)系統(tǒng)模擬考核平臺(tái)設(shè)計(jì)與實(shí)現(xiàn)[J];軟件導(dǎo)刊;2014年11期
3 吳文春;周媛;;遠(yuǎn)程培訓(xùn)在線學(xué)習(xí)的有效性研究[J];成人教育;2013年09期
4 陳小明;;基于J2EE的公安遠(yuǎn)程培訓(xùn)學(xué)習(xí)系統(tǒng)研究[J];江蘇警官學(xué)院學(xué)報(bào);2011年06期
5 崔濤;胡菲;;淺談E-Learning(數(shù)字化培訓(xùn))[J];北京石油管理干部學(xué)院學(xué)報(bào);2011年05期
6 薛枝梅;劉海華;李建英;焦偉婷;周光秋;;我國企業(yè)E-Learning培訓(xùn)的現(xiàn)狀及對(duì)策[J];河北科技師范學(xué)院學(xué)報(bào)(社會(huì)科學(xué)版);2011年03期
7 魏遠(yuǎn)超;;基于Internet互聯(lián)網(wǎng)技術(shù)的電力網(wǎng)絡(luò)培訓(xùn)學(xué)習(xí)系統(tǒng)的建設(shè)[J];機(jī)電信息;2011年21期
8 程春華;;我國企業(yè)E-Learning的發(fā)展趨勢(shì)[J];人力資源管理;2011年06期
9 劉權(quán);趙杰;;E-Learning在中國企業(yè)的應(yīng)用現(xiàn)狀及發(fā)展趨勢(shì)[J];科技資訊;2010年24期
10 黃艷麗;王益鋒;黎小容;;企業(yè)搭建有效的E-Learning在線學(xué)習(xí)平臺(tái)的思考[J];中國商界(上半月);2010年07期
相關(guān)碩士學(xué)位論文 前10條
1 王藝臻;基于Android平臺(tái)的在線學(xué)習(xí)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];吉林大學(xué);2015年
2 吳成來;基于決策樹的廣播電臺(tái)職工培訓(xùn)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];電子科技大學(xué);2014年
3 王慧婷;基于WEB的建行網(wǎng)絡(luò)學(xué)習(xí)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];廈門大學(xué);2014年
4 徐麗;X公司網(wǎng)絡(luò)教育培訓(xùn)系統(tǒng)建設(shè)規(guī)劃研究[D];西南石油大學(xué);2013年
5 陳明;基于B/S結(jié)構(gòu)的高校英語在線學(xué)習(xí)系統(tǒng)的設(shè)計(jì)開發(fā)[D];云南大學(xué);2013年
6 付晨;石家莊電信培訓(xùn)考試系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];山東大學(xué);2013年
7 王偉;基于網(wǎng)絡(luò)交互的民政干部在線學(xué)習(xí)系統(tǒng)分析與設(shè)計(jì)[D];電子科技大學(xué);2013年
8 彭濤;在線學(xué)習(xí)培訓(xùn)考試系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];電子科技大學(xué);2013年
9 費(fèi)寶莉;面向農(nóng)村教師的網(wǎng)絡(luò)培訓(xùn)平臺(tái)的設(shè)計(jì)與開發(fā)[D];華中師范大學(xué);2012年
10 沈巍;中國人壽在線學(xué)習(xí)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];北京郵電大學(xué);2012年
,本文編號(hào):1868489
本文鏈接:http://sikaile.net/guanlilunwen/ydhl/1868489.html