wwwxxxx日本,国产精品九九,日日夜夜免费视频,亚洲无av码在线中文字幕

基于web的人力資源管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)畢業(yè)設(shè)計(jì)論文.doc

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

基于web的人力資源管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)畢業(yè)設(shè)計(jì)論文,一萬九千余字摘要隨著計(jì)算機(jī)的普及和計(jì)算機(jī)科學(xué)技術(shù)的飛速發(fā)展,人們開始越來越多地利用計(jì)算機(jī)解決實(shí)際問題。員工信息管理是企業(yè)信息管理的重要部分,面對(duì)大量的人事信息,采用人力處理即浪費(fèi)時(shí)間、又浪費(fèi)人力和物力,并且數(shù)據(jù)的準(zhǔn)確性低。因此,開發(fā)一個(gè)界面友好,易于操作的人力資源管理軟件進(jìn)行自動(dòng)化處理變得十分重要,這正是本系統(tǒng)開發(fā)的目...
編號(hào):45-109104大小:742.50K
分類: 論文>計(jì)算機(jī)論文

內(nèi)容介紹

此文檔由會(huì)員 emplate 發(fā)布

一萬九千余字

摘 要
隨著計(jì)算機(jī)的普及和計(jì)算機(jī)科學(xué)技術(shù)的飛速發(fā)展,人們開始越來越多地利用計(jì)算機(jī)解決實(shí)際問題。員工信息管理是企業(yè)信息管理的重要部分,面對(duì)大量的人事信息,采用人力處理即浪費(fèi)時(shí)間、又浪費(fèi)人力和物力,并且數(shù)據(jù)的準(zhǔn)確性低。因此,開發(fā)一個(gè)界面友好,易于操作的人力資源管理軟件進(jìn)行自動(dòng)化處理變得十分重要,這正是本系統(tǒng)開發(fā)的目的和意義。
本系統(tǒng)使用JSP,JavaBean等技術(shù)來實(shí)現(xiàn)。JSP(JavaServer Pages)是一種基于Java的腳本技術(shù)。在JSP 的眾多優(yōu)點(diǎn)之中,其中之一是它能將 HTML 編碼從 Web 頁面的業(yè)務(wù)邏輯中有效地分離出來。用 JSP 訪問可重用的組件,如 Servlet、JavaBean 和基于 Java 的 Web 應(yīng)用程序。JSP 還支持在 Web 頁面中直接嵌入 Java 代碼??捎脙煞N方法訪問 JSP 文件:瀏覽器發(fā)送 JSP 文件請(qǐng)求、發(fā)送至 Servlet 的請(qǐng)求。JavaBean 是一種JAVA語言寫成的可重用組件。為寫成JavaBean,類必須是具體的和公共的,并且具有無參數(shù)的構(gòu)造器。JavaBeans 通過提供符合一致性設(shè)計(jì)模式的公共方法將內(nèi)部域暴露稱為屬性。眾所周知,屬性名稱符合這種模式,其他Java 類可以通過自省機(jī)制發(fā)現(xiàn)和操作這些JavaBean 屬性。后臺(tái)數(shù)據(jù)庫使用Oracle數(shù)據(jù)庫。
本文介紹了人事管理的開發(fā)過程。論文詳細(xì)介紹了從系統(tǒng)的需求分析、系統(tǒng)分析、概要設(shè)計(jì)、詳細(xì)設(shè)計(jì)的整個(gè)開發(fā)過程。

關(guān)鍵詞:信息系統(tǒng),自動(dòng)化處理,人事管理


Design and Implementation of Web-based Human Resources Management System
Abstract
With the popularity of computers and computer science and technology, the rapid development of more and more people began to use computers to solve practical problems. Employee information management is an important part of information management, in the face of a large number of personnel information, the use of manpower to deal with that is a waste of time and a waste of human and material resources, and low accuracy of the data. Therefore, the development of a user-friendly, easy-to-use human resource management software to automate processing becomes very important, this is the purpose of the system development and significance.
The system uses JSP, JavaBean, such as technology to achieve. JSP (JavaServer Pages) is a Java-based scripting technology. In the JSP of the many advantages, one of which is that it will be HTML encoded Web page from the business logic separated effectively. JSP access with reusable components, such as Servlet, JavaBean and Java-based Web applications. JSP also supports directly in the Web page embedded Java code. JSP can be used two ways to access documents: JSP documents sent by the browser request, the request sent to the Servlet. JavaBean is a JAVA language reusable components. For written JavaBean, type must be concrete and public, and has no constructor parameters. JavaBeans by providing consistency of design patterns in line with the method of public exposure of the internal domain called attributes. As we all know, the attribute name in line with this model, other Java type can be found through the mechanism and operation of self-examination of these JavaBean properties. The use of Oracle database back-end database.
This paper introduces the development of personnel management. Detailed paper from the system of needs analysis, systems analysis, outline design, detailed design of the entire development process.

Key words: information systems, automated processing, personnel management


目 錄
畢業(yè)設(shè)計(jì)(論文)任務(wù)書 I
摘 要 II
ABSTRACT III
第1章 緒 論 1
1.1 課題的背景 1
1.2 課題的目的和意義 1
第2章 關(guān)鍵技術(shù)介紹 2
2.1 JSP運(yùn)行的原理 2
2.2 JAVABEAN 2
2.3 JSP數(shù)據(jù)庫連接方法 3
第3章 系統(tǒng)分析 4
3.1 系統(tǒng)功能概述 4
3.1.1 各模塊功能概述 4
3.1.2 模塊功能詳細(xì)概述 4
3.2 系統(tǒng)開發(fā)環(huán)境 5
3.3 系統(tǒng)任務(wù)的可行性分析 6
3.3.1 技術(shù)可行性 6
3.3.2 系統(tǒng)安全性分析 6
第4章 系統(tǒng)設(shè)計(jì) 7
4.1 設(shè)計(jì)指導(dǎo)思想和原則 7
4.1.1 指導(dǎo)思想 7
4.1.2 軟件設(shè)計(jì)原則 7
4.2 數(shù)據(jù)庫表設(shè)計(jì) 8
4.3 系統(tǒng)控制流程 10
第5章 系統(tǒng)實(shí)現(xiàn) 12
5.1 界面設(shè)計(jì)與實(shí)現(xiàn)效果 12
5.2 員工管理模塊 12
5.3 培訓(xùn)管理模塊 13
5.4 應(yīng)聘管理模塊 14
5.5 薪資管理模塊 16
5.6 修改密碼模塊 17
第6章 系統(tǒng)測(cè)試 19
6.1 系統(tǒng)測(cè)試的原則 19
6.2 系統(tǒng)測(cè)試的方法 19
6.3 系統(tǒng)運(yùn)行及維護(hù) 20
第7章 結(jié) 論 22
參考文獻(xiàn) 23
致 謝 24

參考文獻(xiàn)

[1] 張青等. Oracle9i中文版基礎(chǔ)教程[M].北京: 清華大學(xué)出版社2003.1.
[2] 陳紹英,戴金龍.軟件測(cè)試案例分析[J].測(cè)試員.2005.8.
[3] 陳旭東等. . JSP2.0應(yīng)用教程[M].北京:清華大學(xué)出版社,2006.7.
[4] 汪孝宜. JSP數(shù)據(jù)庫開發(fā)實(shí)例精粹[M]. 電子工業(yè)出版社,2006,3.
[5] 軟件設(shè)計(jì)模式.www.itisedu.com/軟件設(shè)計(jì)模式.htm[EB/OL].2004.3.
[6] 許育誠.軟件測(cè)試與質(zhì)量管理[D].上海:海事大學(xué),2004.6.
[7] 景新梅.軟件產(chǎn)業(yè)原動(dòng)力[J].中國(guó)計(jì)算機(jī)報(bào),2005.7:32-33.
[8] Wendy Boggs,Michael Boggs.UML與Rational Rose 2002從入門到精通[M].北京:電子工業(yè)出版社,2002.7:213-378.
[9] 趙克佳,沈志宇,趙慧. UNIX程序設(shè)計(jì)教程[M].北京: 清華大學(xué)出版社,2001.4.
[10] Sun Microsystems.Inc.JavaTM 2 SDK,Standard Edition Documentation Version 1.4.1 [EB/OL].Sun Microsystems.Inc,2002.1.
日韩人妻系列| 天天综合av| 青青久久狠狠干| 少妇被躁爽到高潮| 波多野47部无码喷潮在线| 思思欧美| 欧美日韩99精品| 狠狠v欧美v日韩v亚洲ⅴ| 亚洲av片不卡无码久久| 亚洲无码日韩人妻| 免费中文字幕偷拍| av在线你懂得| 邵阳市| 久久99国产精品久久99| 欧美涩久久| 乱伦视频精选| cao99| 无码人妻丰满熟妇区视频| 五月婷婷色五月| 亚洲欧美综合久久| 精品蜜桃久久久久久| 日本一区二区成年视频| 五月婷婷婷婷综合网| 亚洲午夜无码久久久久小说| 欧美一级欧美一级| 人妻自拍偷拍欧美日韩| 伊人伊成久久人| 影院国产精品久久久影视青草| 无码中国字一区| www性色在线观看| 老色鬼永久综合| 四虎影院免费在线播放| 东方av伊甸园| 久久精品re老司机| 亚洲成人av在线播放| 草草草在线视频| 国产免费xxx| 天堂五月综合| 不卡人妻精品视频| 黄色三级视频| 亚洲国产精品人久久|