企业管理系统是一个单位不可缺少的部分,它的内容对于企业的决策者和管理者来说都至关重要,所以企业管理系统应该能够为用户提供充足的信息和快捷的查询手段。但一直以来人们使用传统人工的方式管理文件档案,这种管理方式存在着许多缺点,如:效率低、保密性差,另外时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。
随着计算机技术的不断发展,计算机科学日渐成熟,计算机作为知识经济时代的产物,已被广泛应用于社会各个行业和领域。随着我国国企改革的深入和社会主义市场经济的日趋繁荣,导致各企业间的竞争日益激烈,迫使企业采取先进的计算机硬件设备以及高质量的辅助软件来管理企业的各项运作,以提高本企业的劳动生产率以及人员效率。人事管理系统软件作为一种管理软件正在各企事业单位中得到越来越广泛的应用。正是由于计算机在企业管理中应用的普及,使得利用计算机实现企业人事、工资、信息的管理势在必行。其强大的功能已为人们深刻认识,它已进入人类社会的各个领域并发挥着越来越重要的作用。作为计算机应用的一部分,使用计算机对企业人事信息进行管理,具有着手工管理所无法比拟的优点.例如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高企业管理的效率,也是企业的科学化、正规化管理,与世界接轨的重要条件。
目录
前 言 3
1. 背景资料 3
2. 解决的问题 3
第一章 系统调研及可行性分析 4
1.1 系统调研 4
1.2 可行性分析概述 4
1.3 技术可行性分析 5
第二章 系统分析 6
2.1 目标设计 6
2.2 系统功能设计 6
2.3 数据库设计 7
2.3.1 数据库的需求分析 7
2.3.2 数据库的逻辑设计 8
2.3.3 各实体之间的关系 9
第三章 开发语言简介 10
3.1 JAVASCRIPT语言简介 10
3.1.1 什么是JavaScript 10
3.1.2 JavaScript和Java的区别 11
3.1.3 事件驱动及事件处理 12
3.2 HTML语言简介 13
3.2.1 HTML简介 13
3.2.2 Web浏览器 13
3.2.3 服务器 13
第四章 开发环境 14
4.1 ASP技术综述 14
4.1.1 ASP的来源 14
4.2 IIS 5.0 14
4.2.1 IIS简介 14
4.2.2 IIS 5.0与ASP的结合 14
4.3 ASP的内部特点 15
4.3.1 ASP内部6大对象 15
4.3.2 Global 文件 15
4.4 利用ADO访问数据库 16
4.5 ASP与CGI的比较 17
4.5.1 Active Server Pages开发Web应用程序的特点: 17
4.5.2 相比之下,使用CGI开发Web应用程序具有以下缺点: 17
第五章 系统实现 19
5.1 使用ACCESS2000 实现后台数据库 19
5.1.1 数据库的概念 19
5.1.2 数据库详细设计 20
5.2 前端网络页面的开发与设计 24
第六章 测试与维护 29
6.1 维护 29
6.2 测试 29
6.3 完善与改进: 29
第七章 结束语 31
7.1 总结 31
7.2 致谢 31
参考文献 32
Enterprise management system is an indispensable part of the unit, its content for business decision-makers and managers are crucial to the, so enterprise management system should be able to provide users with adequate information and fast query tool. But there has been the way people use the traditional manual management of paper files, this management approach, there are many shortcomings, such as: low efficiency, poor security, another over time, will generate a large number of documents and data, which for finding, updating and maintenance of have brought a lot of difficulties.
With the continuous development of computer technology, computer science increasingly mature, the product of the computer as a knowledge-based economy has been widely used in various industries and sectors of society. Along with the deepening of China''s SOE reform and the socialist market economy becomes more prosperous, leading to the increasing competition among enterprises, forcing enterprises to adopt advanced computer hardware, ancillary equipment and high-quality software to manage the operation of enterprises in order to enhance the labor productivity of enterprises and personnel efficiency. Personnel Management System software as a management software is the various enterprises and institutions to be more and more widely used. It is precisely because the computer in the enterprise management applications, universal, making use of a computer enterprise personnel, wages, information management is imperative. Its powerful feature has been for people to deepen their understanding, that it has entered all fields of human society, and play an increasingly important role. As a part of computer applications, personnel information using computers to manage the enterprise, with the manual management of incomparable advantages. For example: quick search, find convenient, high reliability, large memory capacity, security and good, long life, low cost, and so on. These advantages can greatly improve the efficiency of enterprise management, but also corporate scientific and standardized management, an important condition for integration with the world.
Directory
Foreword 3
1. Background information 3
2. To solve the problem 3
Chapter 4 System research and feasibility analysis
1.1 Systems Research 4
Feasibility Analysis 1.2 Overview 4
1.3 Technical Feasibility Analysis 5
Chapter II Analysis 6
2.1 Objective Design 6
2.2 System Functional Design 6
2.3 Database Design 7
2.3.1 Database Requirements Analysis 7
2.3.2 Logical Database Design 8
2.3.3 The relationship between the various entities 9
Chapter III of the development language Introduction 10
3.1 JAVASCRIPT Language Introduction 10
3.1.1 What is the JavaScript 10
3.1.2 JavaScript and Java the difference between 11
3.1.3 Event-driven and event handling 12
3.2 HTML Language Overview 13
3.2.1 HTML Introduction 13
3.2.2 Web browser, 13
3.2.3 Server 13
Chapter IV Development Environment 14
4.1 ASP Technology for 14
4.1.1 ASP source 14
4.2 IIS 5.0 14
4.2.1 IIS Introduction 14
4.2.2 IIS 5.0 and ASP combination of 14
4.3 ASP''s internal characteristics of 15
4.3.1 ASP within six large objects 15
4.3.2 Global Document 15
4.4 using ADO to access the database 16
4.5 ASP and CGI Comparison of 17
4.5.1 Active Server Pages development of Web applications Features: 17
4.5.2 In contrast, the use of CGI development of Web applications has the following disadvantages: 17
Chapter V system implementation 19
5.1 Use ACCESS2000 to achieve back-end database 19
5.1.1 The concept of a database 19
5.1.2 Database detailed design of the 20
5.2 front-end Web development and design of 24 pages
Chapter VI Testing and Maintenance 29
6.1 Maintenance 29
6.2 Test 29
6.3 sound and Improvement: 29
Chapter VII Conclusion 31
7.1 Summary 31
7.2 Acknowledgment 31
References 32