【正文】
畢業(yè)設(shè)計(jì)(論文) 資 料 設(shè)計(jì)(論文)題目: 員工考勤 管理系統(tǒng) 基于 jsp 的員工考勤管理系統(tǒng) I 摘 要 隨著 科技的迅速發(fā)展 ,各種管理系統(tǒng) 已 應(yīng)用到社會(huì)的各個(gè)領(lǐng)域 。 各個(gè)大小企業(yè)無(wú)論規(guī)模如何,都充分意識(shí)到傳統(tǒng)的手工管理模式已經(jīng)逐漸不能適應(yīng)時(shí)代的發(fā)展,為了更好的發(fā)展,紛紛開(kāi)發(fā)適合自己的管理系統(tǒng) 。 通過(guò) 員工考勤 管理系統(tǒng) 這個(gè)平臺(tái) , 可以 實(shí)現(xiàn) 員工考勤 管理 的信息化、網(wǎng)絡(luò)化、系統(tǒng)化、規(guī)范化, 使 工作人員從繁雜的數(shù)據(jù)查詢(xún)和統(tǒng)計(jì)中解脫出來(lái),減少工作量 。 系統(tǒng)的主要功 能包括: 部門(mén) 信息管理、 員工 管理、 請(qǐng)假申請(qǐng) 、 請(qǐng)假審核 、 員工出勤 管理等 。 分為管理員用戶(hù)、 員工 用戶(hù) 、部門(mén)經(jīng)理用戶(hù) 這 三 種用戶(hù)平臺(tái)。 本 系統(tǒng) 前臺(tái) 主要 使 用 JSP作為開(kāi)發(fā) 語(yǔ)言 , 后臺(tái) 使 用 SqlServer作為數(shù)據(jù)庫(kù)管理系統(tǒng) ,開(kāi)發(fā)環(huán)境是 MyEclipse,服務(wù)器采用 tomcat, 開(kāi)發(fā)出的一個(gè)基于 Web技術(shù)的 B/S 結(jié)構(gòu)的員工考勤 管理 系統(tǒng)。 關(guān)鍵詞: 員工考勤 , JSP, B/S 結(jié)構(gòu) 基于 jsp 的員工考勤管理系統(tǒng) II ABSTRACT With the rapid development of science and technology, all kinds of management systems have been applied to each field of the society. Various size enterprises regardless of size, are fully aware of the traditional manual management mode has not adapted to the development of the times, in order to better development, in development for the management system。 Through the staff attendance management system this platform, can realize the staff attendance management informatization, work, systematic, standardized, so that the staff from the plex data query and statistics out, reduce the workload. The main functions of the system include: Department of information management, staff management, application for leave, leave, staff attendance management, audit. As administrator, employee, department manager user user three user platform The front of the system using JSP as a development language, the use of SqlServer as a database management system, the development environment is MyEclipse, server using tomcat, developed a Web technology based on B / S structure windows management system. Keywords: Staff attendance, JSP, B / S structure 基于 jsp 的員工考勤管理系統(tǒng) III 目 錄 摘 要 ............................................................................................................ I ABSTRACT ..................................................................................................II 第 一章 緒論 ................................................................................................. 1 課題背景 ....................................................................................................................... 1 目的和意義 ................................................................................................................... 1 開(kāi)發(fā)工具及技術(shù) ........................................................................................................... 1 開(kāi)發(fā)工具 ............................................................................................................. 1 JSP ....................................................................................................................... 2 JavaScript............................................................................................................. 3 軟硬件需求 ................................................................................................................... 4 第二章 需求分析 .......................................................................................... 5 需求調(diào)研 ....................................................................................................................... 5 可行性分析 ................................................................................................................... 5 技術(shù)的可行性 ..................................................................................................... 5 經(jīng)濟(jì)的可行性 ..................................................................................................... 5 操作可行性 ......................................................................................................... 5 法律的可行性 ..................................................................................................... 6 系統(tǒng)用戶(hù)用例圖 ........................................................................................................... 6 部門(mén)經(jīng)理用例圖 ................................................................................................. 6 管理員用例圖 ..................................................................................................... 6 普通員工用例圖 ................................................................................................. 7 功能模塊需求分析 ....................................................................................................... 7 設(shè)計(jì)的基本思想 ........................................................................................................... 9 性能需求 ....................................................................................................................... 9 系統(tǒng)的安全性 ..................................................................................................... 9 數(shù)據(jù)的完整性 ................................................................................................... 10 界面需求 ..................................................................................................................... 10 第三章 系統(tǒng)分析與設(shè)計(jì) ..............................................................................11 數(shù)據(jù)庫(kù)的分析與設(shè)計(jì) ................................................................................................. 11 數(shù)據(jù)庫(kù)的概念結(jié)構(gòu)設(shè)計(jì) ................................................................................... 11 數(shù)據(jù)庫(kù)的邏輯結(jié)構(gòu)設(shè)計(jì) ................................................................................... 14 數(shù)據(jù)庫(kù)的連接原理 ........................................................................................... 16 中文亂碼問(wèn)題處理 ..................................................................................................... 17 第四章 系統(tǒng)功能實(shí)現(xiàn) ................................................................................. 19 基于 jsp 的員工考勤管理系統(tǒng) IV 系統(tǒng)登陸頁(yè)面實(shí)現(xiàn) ............................................................................