【畢業(yè)論文】java大學(xué)工資管理系統(tǒng)(畢業(yè)論文).doc
約44頁(yè)DOC格式手機(jī)打開展開
【畢業(yè)論文】java大學(xué)工資管理系統(tǒng)(畢業(yè)論文),論文標(biāo)準(zhǔn)word格式排版 50頁(yè) 9606字摘要:本文從用計(jì)算機(jī)實(shí)現(xiàn)工資管理的角度出發(fā),系統(tǒng)地介紹了為某所大學(xué)設(shè)計(jì)的一套網(wǎng)絡(luò)環(huán)境的工資軟件。本文詳細(xì)敘述了系統(tǒng)的功能、數(shù)據(jù)結(jié)構(gòu)、概要設(shè)計(jì)、詳細(xì)設(shè)計(jì)。系統(tǒng)實(shí)現(xiàn)了職工信息、工資的錄入、查詢和修改,用戶可定制報(bào)表,用戶管理等功能。系統(tǒng)的特點(diǎn)是采用b/s架構(gòu),整個(gè)系統(tǒng)的管理工作都...
內(nèi)容介紹
此文檔由會(huì)員 莎士比亞 發(fā)布
論文標(biāo)準(zhǔn)WORD格式排版 50頁(yè) 9606字
摘要:
本文從用計(jì)算機(jī)實(shí)現(xiàn)工資管理的角度出發(fā),系統(tǒng)地介紹了為某所大學(xué)設(shè)計(jì)的一套網(wǎng)絡(luò)環(huán)境的工資軟件。本文詳細(xì)敘述了系統(tǒng)的功能、數(shù)據(jù)結(jié)構(gòu)、概要設(shè)計(jì)、詳細(xì)設(shè)計(jì)。系統(tǒng)實(shí)現(xiàn)了職工信息、工資的錄入、查詢和修改,用戶可定制報(bào)表,用戶管理等功能。系統(tǒng)的特點(diǎn)是采用B/S架構(gòu),整個(gè)系統(tǒng)的管理工作都集中在服務(wù)器端,運(yùn)用多層軟件架構(gòu)確保了系統(tǒng)的擴(kuò)展性和適用性。服務(wù)器端主要運(yùn)用servlets實(shí)現(xiàn),客戶端主要使用jsp實(shí)現(xiàn)。
關(guān)鍵字:
工資管理系統(tǒng),oracle的java存儲(chǔ)過程,工資計(jì)算模塊
Abstract
This treatise bases on the managing of wage by computer and generally introduces a kind of wage managing software about internet environment for a certain university. It discusses the functions of the system, data structure, summary designing and particular designing in detials. The system implements the insert query of the employee's information and wage, the reports ,user management and so on. The specialty of the system is using B/S structure. The management of the system focus on the server. It uses several layers software structure to insure the applicability and the expansibility of the system. The server is mostly using servlets and, the client is jsp.
Key Words:
The management system of wage, the java stored procedure of oracle,the module of wage calculoation
目 錄
第一章 緒論 1
1.1 背景 1
1.2 開發(fā)工具和運(yùn)行環(huán)境的選擇 1
1.3 本文所做的工作 2
第二章 需求分析 3
2.1 用戶功能的需求分析 3
2.2 功能劃分 4
2.3 數(shù)據(jù)描述 5
2.4 數(shù)據(jù)采集 9
2.5 數(shù)據(jù)庫(kù)設(shè)計(jì) 10
第三章 概要設(shè)計(jì) 14
3.1總體設(shè)計(jì) 14
3.1.1基本概念設(shè)計(jì) 14
3.1.2開發(fā)環(huán)境 14
3.1.3軟件結(jié)構(gòu) 15
3.2數(shù)據(jù)結(jié)構(gòu)設(shè)計(jì) 17
3.2.1全局變量定義 17
3.2.2物理結(jié)構(gòu)設(shè)計(jì) 17
第四章 詳細(xì)設(shè)計(jì) 19
4.1 登陸窗口設(shè)計(jì) 19
4.1.1 功能說明 19
4.1.2 實(shí)現(xiàn)方法 19
4.2 主界面 20
4.2.1 功能說明 20
4.2.2 實(shí)現(xiàn)方法 20
4.3職工信息錄入 20
4.3.1 功能說明 21
4.3.2 實(shí)現(xiàn)方法 21
4.4 職工信息的查詢和修改 21
4.4.1 功能說明 22
4.4.2 實(shí)現(xiàn)方法 22
4.5 課時(shí)工資信息的錄入 22
4.5.1 功能說明 22
4.5.2 實(shí)現(xiàn)方法 22
4.6 課時(shí)和工資信息的查詢和修改 23
4.6.1 實(shí)現(xiàn)方法 23
4.7 工資結(jié)構(gòu)的查看 23
4.8工資結(jié)構(gòu)的調(diào)整 24
4.9 報(bào)表生成 24
4.9.1 實(shí)現(xiàn)方法 25
4.10 過濾器和監(jiān)聽器 25
4.10.1 是否登陸過濾器 25
4.10.2 編碼過濾器 25
4.10.3 用戶監(jiān)聽器 25
第五章 畢業(yè)設(shè)計(jì)小結(jié) 26
5.1目標(biāo)完成情況和不足 26
5.2總結(jié)和體會(huì) 27
致謝 28
參考文獻(xiàn) 29
附錄 30
附錄一 工資的計(jì)算公式 30
附錄二 數(shù)據(jù)庫(kù)表的結(jié)構(gòu) 30
附錄三 源代碼 33
1. oracle的java存儲(chǔ)過程(工資計(jì)算模塊) 33
2. 監(jiān)聽器(日志生成) 35
3.過濾器 38
摘要:
本文從用計(jì)算機(jī)實(shí)現(xiàn)工資管理的角度出發(fā),系統(tǒng)地介紹了為某所大學(xué)設(shè)計(jì)的一套網(wǎng)絡(luò)環(huán)境的工資軟件。本文詳細(xì)敘述了系統(tǒng)的功能、數(shù)據(jù)結(jié)構(gòu)、概要設(shè)計(jì)、詳細(xì)設(shè)計(jì)。系統(tǒng)實(shí)現(xiàn)了職工信息、工資的錄入、查詢和修改,用戶可定制報(bào)表,用戶管理等功能。系統(tǒng)的特點(diǎn)是采用B/S架構(gòu),整個(gè)系統(tǒng)的管理工作都集中在服務(wù)器端,運(yùn)用多層軟件架構(gòu)確保了系統(tǒng)的擴(kuò)展性和適用性。服務(wù)器端主要運(yùn)用servlets實(shí)現(xiàn),客戶端主要使用jsp實(shí)現(xiàn)。
關(guān)鍵字:
工資管理系統(tǒng),oracle的java存儲(chǔ)過程,工資計(jì)算模塊
Abstract
This treatise bases on the managing of wage by computer and generally introduces a kind of wage managing software about internet environment for a certain university. It discusses the functions of the system, data structure, summary designing and particular designing in detials. The system implements the insert query of the employee's information and wage, the reports ,user management and so on. The specialty of the system is using B/S structure. The management of the system focus on the server. It uses several layers software structure to insure the applicability and the expansibility of the system. The server is mostly using servlets and, the client is jsp.
Key Words:
The management system of wage, the java stored procedure of oracle,the module of wage calculoation
目 錄
第一章 緒論 1
1.1 背景 1
1.2 開發(fā)工具和運(yùn)行環(huán)境的選擇 1
1.3 本文所做的工作 2
第二章 需求分析 3
2.1 用戶功能的需求分析 3
2.2 功能劃分 4
2.3 數(shù)據(jù)描述 5
2.4 數(shù)據(jù)采集 9
2.5 數(shù)據(jù)庫(kù)設(shè)計(jì) 10
第三章 概要設(shè)計(jì) 14
3.1總體設(shè)計(jì) 14
3.1.1基本概念設(shè)計(jì) 14
3.1.2開發(fā)環(huán)境 14
3.1.3軟件結(jié)構(gòu) 15
3.2數(shù)據(jù)結(jié)構(gòu)設(shè)計(jì) 17
3.2.1全局變量定義 17
3.2.2物理結(jié)構(gòu)設(shè)計(jì) 17
第四章 詳細(xì)設(shè)計(jì) 19
4.1 登陸窗口設(shè)計(jì) 19
4.1.1 功能說明 19
4.1.2 實(shí)現(xiàn)方法 19
4.2 主界面 20
4.2.1 功能說明 20
4.2.2 實(shí)現(xiàn)方法 20
4.3職工信息錄入 20
4.3.1 功能說明 21
4.3.2 實(shí)現(xiàn)方法 21
4.4 職工信息的查詢和修改 21
4.4.1 功能說明 22
4.4.2 實(shí)現(xiàn)方法 22
4.5 課時(shí)工資信息的錄入 22
4.5.1 功能說明 22
4.5.2 實(shí)現(xiàn)方法 22
4.6 課時(shí)和工資信息的查詢和修改 23
4.6.1 實(shí)現(xiàn)方法 23
4.7 工資結(jié)構(gòu)的查看 23
4.8工資結(jié)構(gòu)的調(diào)整 24
4.9 報(bào)表生成 24
4.9.1 實(shí)現(xiàn)方法 25
4.10 過濾器和監(jiān)聽器 25
4.10.1 是否登陸過濾器 25
4.10.2 編碼過濾器 25
4.10.3 用戶監(jiān)聽器 25
第五章 畢業(yè)設(shè)計(jì)小結(jié) 26
5.1目標(biāo)完成情況和不足 26
5.2總結(jié)和體會(huì) 27
致謝 28
參考文獻(xiàn) 29
附錄 30
附錄一 工資的計(jì)算公式 30
附錄二 數(shù)據(jù)庫(kù)表的結(jié)構(gòu) 30
附錄三 源代碼 33
1. oracle的java存儲(chǔ)過程(工資計(jì)算模塊) 33
2. 監(jiān)聽器(日志生成) 35
3.過濾器 38
TA們正在看...
- 小學(xué)學(xué)校文化建設(shè)活動(dòng)方案.doc
- 汽車萬(wàn)向傳動(dòng)裝置.doc
- 小學(xué)履職盡責(zé)公開承諾書.doc
- 小學(xué)師德師風(fēng)公開承諾書(學(xué)校).doc
- 小學(xué)師德師風(fēng)參考方案.doc
- 小學(xué)師德師風(fēng)工作責(zé)任書.doc
- 小學(xué)師德師風(fēng)建設(shè)實(shí)施方案.doc
- 小學(xué)師德師風(fēng)建設(shè)整改方案.doc
- 小學(xué)師德師風(fēng)建設(shè)責(zé)任書.doc
- 小學(xué)師德師風(fēng)承諾書.doc