特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

網(wǎng)上職稱申報(bào)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn).doc

約51頁DOC格式手機(jī)打開展開

網(wǎng)上職稱申報(bào)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn),摘 要   網(wǎng)上職稱申報(bào)系統(tǒng)是一個(gè)集職稱申報(bào)和審核的網(wǎng)上辦公系統(tǒng),此系統(tǒng)有利于評審認(rèn)定公正、職稱申報(bào)的管理、提高工作效率。   此網(wǎng)上職稱申報(bào)系統(tǒng)基于b/s模式,使用tomcat作為web服務(wù)器,oracle實(shí)現(xiàn)數(shù)據(jù)庫設(shè)計(jì),jsp做前臺顯示,后臺使用ssh(strust+spring+hibernate)實(shí)現(xiàn)。該系統(tǒng)的...
編號:30-318102大小:1.04M
分類: 論文>計(jì)算機(jī)論文

內(nèi)容介紹

此文檔由會(huì)員 道客巴巴 發(fā)布

摘  要
   網(wǎng)上職稱申報(bào)系統(tǒng)是一個(gè)集職稱申報(bào)和審核的網(wǎng)上辦公系統(tǒng),此系統(tǒng)有利于評審認(rèn)定公正、職稱申報(bào)的管理、提高工作效率。
   此網(wǎng)上職稱申報(bào)系統(tǒng)基于B/S模式,使用Tomcat作為WEB服務(wù)器,Oracle實(shí)現(xiàn)數(shù)據(jù)庫設(shè)計(jì),JSP做前臺顯示,后臺使用SSH(Strust+Spring+Hibernate)實(shí)現(xiàn)。該系統(tǒng)的主要功能分為用戶模塊、申報(bào)模塊和審核模塊。用戶模塊又分為注冊、登錄、修改密碼、增加詳細(xì)信息和修改詳細(xì)信息等;申報(bào)模塊分為個(gè)人申報(bào)和基層單位申報(bào),只有個(gè)人所屬的單位具有申報(bào)資格之后,個(gè)人才能申報(bào),提供申報(bào)材料的上傳和申報(bào)模板的下載;審核模塊分為基層單位審核和管理員審核,只有基層單位審核通過之后,才提交給管理員審核。
   本文使用全面的開發(fā)分析方法對網(wǎng)上職稱申報(bào)進(jìn)行分析。介紹了所使用的技術(shù),明確了系統(tǒng)的需求和可行性,提供了系統(tǒng)設(shè)計(jì)方案和具體實(shí)現(xiàn)方法并提供了系統(tǒng)的單元測試。最后,對此次論文做了總結(jié)。
關(guān)鍵詞:職稱申報(bào); Browser/Server;JSP;SSH
   
   
    ABSTRACT
  Online title declaration system is a collection of title declaration and audit office online system, this system is helpful to review concluded that fair and beneficial to the title management,improve the workefficiency to declare.
  This Online title declaration system based on B/S model, using Tomcat as a WEB server, Oracle implements database, using the JSP as the view module, using the SSH implements background system. The system’s main function are divided into user module, declaration and audit module. User modules are divided into the register, login, change passwords, add detailed information and modify details, etc.; Declare module is divided into personal and grass-roots units, units with declaration qualification only personal belongs, individuals can declare, provide material report template to upload and download; Audit module is divided into basic unit’s audit and administrator’s duit.Only after the unit aduit,the administer can aduit. 
  This article use the comprehensive development of analysis methods to analyze online title declaration system. Introduces the use of technology, has been clear about the requirement and feasibility of this system, provides system design and concrete realization method and provide the unit testing to this system. Finally, made a summary of the paper.
KeyWords : Declaration of Titles;Browser/Servers;JSP;SSH
   
   
   
   
   
   目 錄
摘  要 I
Abstract II
第一章 前言 1
 1.1 選題意義 1
 1.2 網(wǎng)上職稱申報(bào)國內(nèi)外發(fā)展現(xiàn)狀 1
 1.3 研究方法及研究內(nèi)容 1
 1.4 相關(guān)技術(shù)理論介紹 2
    1.4.1 軟件工程方法概述 2
    1.4.2面向?qū)ο蠓治雠c設(shè)計(jì) 2
    1.4.3數(shù)據(jù)庫理論知識 3
    1.4.4 開發(fā)工具介紹 4
 1.5本章小結(jié) 5
第二章 系統(tǒng)分析 6
 2.1 可行性研究 6
   2.1.1 技術(shù)可行性 6
   2.1.2 經(jīng)濟(jì)可行性 6
   2.1.3 社會(huì)可行性 6
 2.2 用戶需求分析 7
   2.2.1 功能需求描述 7
   2.2.2 需求建模 8
   2.2.3數(shù)據(jù)模型分析 10
 2.3本章小結(jié) 15
第三章 系統(tǒng)設(shè)計(jì) 16
 3.1 系統(tǒng)過程設(shè)計(jì) 16
 3.2 功能模塊設(shè)計(jì) 17
   3.2.1系統(tǒng)總體模塊設(shè)計(jì) 17
   3.2.2 系統(tǒng)子模塊設(shè)計(jì) 17
 3.3數(shù)據(jù)庫設(shè)計(jì) 19
 3.4 系統(tǒng)類設(shè)計(jì) 22
   3.4.1 系統(tǒng)類框架 22
   3.4.2 系統(tǒng)類圖 22
 3.5本章小結(jié) 24
第四章 系統(tǒng)實(shí)現(xiàn) 25
 4.3 系統(tǒng)功能實(shí)現(xiàn) 27
   4.3.1 注冊登錄功能 27
   4.3.2 個(gè)人管理模塊 29
   4.3.3 用戶申報(bào)模塊 30
   4.3.4 申報(bào)審核模塊 30
 4.4 本章小結(jié) 31
第五章 系統(tǒng)測試 32
   5.1 JUnit技術(shù)介紹 32
     5.1.1 JUnit技術(shù)的優(yōu)點(diǎn) 32
   5.1.2 JUnit技術(shù)的特性 32
 5.2 JUnit在本系統(tǒng)測試中的運(yùn)用 32
 5.3 本章小結(jié) 34
結(jié)論 35
參考文獻(xiàn) 36
致謝 37
附錄A 插表索引 38
附錄B 插圖索引 39
附錄C 部分程序源代碼 41