高校绩效工资管理系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
目前,事业单位正在实行岗位设置管理,实行“以岗定薪,岗变薪变”的分配机制。在学校中,由于人员的岗位类型不同,所以津贴也不同。岗位津贴管理大都采用人工管理,存在办事效率低、信息不畅通等弊端,量化绩效实现岗位津贴的科学管理是非常必要的。本文的基础就是利用ASP技术与Web数据库的结合,开发出的一个基于Web技术的B/S结构的津贴管理系统。
首先,本文探讨了数据库运行的体系结构,介绍了浏览器/服务器模式的工作方式及特点;比较了客户机/服务器和浏览器/服务器两种模式各自的优缺点。比较结果表明,浏览器/服务器模式继承了客户机/服务器模式的优点并克服了它的缺点,不受操作系统和硬件的制约,而且能防止“胖客户机”现象的发生,比较容易实现不同网络间的连接。浏览器/服务器模式是目前广泛使用的主体结构。因此,我们开发的本系统也将采用了浏览器/服务器模式。在此基础上,本文还探讨了实现Web数据库的不同方法。
本次设计是应用技术实现网络环境下的津贴管理信息系统。利用DREAMWEA VER 8.0工具结合使用ACCESS数据库,、JA V A、VB、等技术的工作原理及特点,并以此为理论技术依据阐述了基于Web的津贴管理系统的结构设计和具体的实现过程。
关键词:B/S结构;C/S结构;Web数据库;津贴管理系统
Abstract
Currently, the institution is practice, practice "jobs in management of fixed salary and gangnan variable salary allocation mechanism." In school, due to the different types of jobs, so subsidies are different. Allowances management mostly artificial management efficiency, low, information, quantitative performance, realize the allowances and scientific management is very necessary. This is the foundation with Web database using ASP technology, combined with a developed based on Web technology of B/S structure of allowances management system.
Firstly, this paper discusses the system structure, database run browser/server mode is introduced and the characteristic of the working way, Compared to the client/server browser/server and the merits and demerits of the two models. Comparison results show that the browser/server mode inherits the client/server mode overcomes the advantages and disadvantages, hardware and operating system, but also can prevent "fat client" phenomena, easier to achieve different network connection. Browser/server mode is now widely used of body structure. Therefore, we developed the system will be adopted browser/server mode. Based on this, this paper also probes into the Web database of different methods.
This design is the application of technology under the environment of network management information system of allowance. Using the tools used DREAMWEA VER 8.0 and ACCESS database, using , JA V A,VB, techniques and working principle of the characteristics and technical basis for this theory expounded based on Web allowance management system structure design and realization process.
Key words:B/S mode;C/S mode;Web database;Allowance management system
目录
第1章绪论 (1)
1.1 系统开发的背景及现状 (1)
1.2 系统开发的目的 (1)
1.3 系统开发关键技术与开发环境 (1)
1.3.1 Dreamweaver技术简介 (1)
1.3.2 Microsoft Office Access 2003技术简介 (3)
1.3.3 ASP技术简介 (4)
1.3.4 系统运行软件平台 (6)
1.4 全文体系 (6)
第2章基于Web的数据库技术分析 (7)
2.1 网络WWW介绍 (7)
2.2 服务器IIS介绍 (7)
2.3 两者的结合(ADO) (8)
2.3.1 ADO技术简介 (8)
2.3.2 利用ADO ACCESS数据库 (8)
2.4 数据库应用系统的层次分析 (9)
2.4.1 C/S(客户机/服务器)体系结构 (9)
2.4.2 B/S(浏览器/服务器)体系结构 (9)
2.4.3 C/S结构与B/S结构的比较 (10)
2.5 Web数据库管理系统介绍 ......................................... 错误!未定义书签。
2.5.1 访问Web数据库的不同方法 ........................ 错误!未定义书签。第3章系统分析与设计 .. (11)
3.1 系统功能需求分析 (11)
3.1.1 系统功能模块图 (11)
3.1.2 系统主要功能模块 (12)
3.2 系统设计 (13)
3.2.1 系统设计原则 (13)
3.2.2 系统的结构设计 (13)
3.2.3 系统业务流程图 (14)
3.2.4 系统的数据库设计 (15)