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

java大學工資管理系統(tǒng)(畢業(yè)論文).doc

約44頁DOC格式手機打開展開

java大學工資管理系統(tǒng)(畢業(yè)論文),論文標準word格式排版 50頁 9606字摘要:本文從用計算機實現(xiàn)工資管理的角度出發(fā),系統(tǒng)地介紹了為某所大學設計的一套網絡環(huán)境的工資軟件。本文詳細敘述了系統(tǒng)的功能、數(shù)據結構、概要設計、詳細設計。系統(tǒng)實現(xiàn)了職工信息、工資的錄入、查詢和修改,用戶可定制報表,用戶管理等功能。系統(tǒng)的特點是采用b/s架構,整個系統(tǒng)的管理工作都...
編號:15-261748大小:1.28M
分類: 論文>計算機論文

內容介紹

此文檔由會員 冬天的秘密 發(fā)布

論文標準WORD格式排版 50頁 9606字

摘要:
本文從用計算機實現(xiàn)工資管理的角度出發(fā),系統(tǒng)地介紹了為某所大學設計的一套網絡環(huán)境的工資軟件。本文詳細敘述了系統(tǒng)的功能、數(shù)據結構、概要設計、詳細設計。系統(tǒng)實現(xiàn)了職工信息、工資的錄入、查詢和修改,用戶可定制報表,用戶管理等功能。系統(tǒng)的特點是采用B/S架構,整個系統(tǒng)的管理工作都集中在服務器端,運用多層軟件架構確保了系統(tǒng)的擴展性和適用性。服務器端主要運用servlets實現(xiàn),客戶端主要使用jsp實現(xiàn)。
關鍵字:
工資管理系統(tǒng),oracle的java存儲過程,工資計算模塊


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ā)工具和運行環(huán)境的選擇 1
1.3 本文所做的工作 2
第二章 需求分析 3
2.1 用戶功能的需求分析 3
2.2 功能劃分 4
2.3 數(shù)據描述 5
2.4 數(shù)據采集 9
2.5 數(shù)據庫設計 10
第三章 概要設計 14
3.1總體設計 14
3.1.1基本概念設計 14
3.1.2開發(fā)環(huán)境 14
3.1.3軟件結構 15
3.2數(shù)據結構設計 17
3.2.1全局變量定義 17
3.2.2物理結構設計 17
第四章 詳細設計 19
4.1 登陸窗口設計 19
4.1.1 功能說明 19
4.1.2 實現(xiàn)方法 19
4.2 主界面 20
4.2.1 功能說明 20
4.2.2 實現(xiàn)方法 20
4.3職工信息錄入 20
4.3.1 功能說明 21
4.3.2 實現(xiàn)方法 21
4.4 職工信息的查詢和修改 21
4.4.1 功能說明 22
4.4.2 實現(xiàn)方法 22
4.5 課時工資信息的錄入 22
4.5.1 功能說明 22
4.5.2 實現(xiàn)方法 22
4.6 課時和工資信息的查詢和修改 23
4.6.1 實現(xiàn)方法 23
4.7 工資結構的查看 23
4.8工資結構的調整 24
4.9 報表生成 24
4.9.1 實現(xiàn)方法 25
4.10 過濾器和監(jiān)聽器 25
4.10.1 是否登陸過濾器 25
4.10.2 編碼過濾器 25
4.10.3 用戶監(jiān)聽器 25
第五章 畢業(yè)設計小結 26
5.1目標完成情況和不足 26
5.2總結和體會 27
致謝 28
參考文獻 29
附錄 30
附錄一 工資的計算公式 30
附錄二 數(shù)據庫表的結構 30
附錄三 源代碼 33
1. oracle的java存儲過程(工資計算模塊) 33
2. 監(jiān)聽器(日志生成) 35
3.過濾器 38