毕业设计论文java大学工资管理系统
本 科 生 毕 业 论 文(设 计)题 目:大学工资管理系统 学 号: _________姓 名: ____ ___年 级: ___________学 院: ____ ___系 别: ___ ____专 业: ___ __完成日期: _____指导教师: ________摘要:本文从用计算机实现工资管理的角度出发,系统地介绍了为某所大学设计的一套网络环境的工资软件。本文详细叙述了系统的功能、数据结构、概要设计、详细设计。系统实现了职工信息、工资的录入、查询和修改,用户可定制报表,用户管理等功能。系统的特点是采用 B/S 架构,整个系统的管理工作都集中在服务器端,运用多层软件架构确保了系统的扩展性和适用性。服务器端主要运用 servlets 实现,客户端主要使用 jsp 实现。摘要关键字:工资管理系统,oracle 的 java 存储过程,工资计算模块AbstractAbstractThis 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 ination 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 目录目 录第一章 绪论 .11.1 背景 .11.2 开发工具和运行环境的选择 .11.3 本文所做的工作 .2第二章 需求分析 .32.1 用户功能的需求分析 .32.2 功能划分 .42.3 数据描述 .52.4 数据采集 .92.5 数据库设计 .10第三章 概要设计 .143.1 总体设计 143.1.1 基本概念设计 143.1.2 开发环境 143.1.3 软件结构 153.2 数据结构设计 173.2.1 全局变量定义 173.2.2 物理结构设计