摘要:随着信息科学技术的飞速发展,人们逐渐意识到对信息管理软件的运用可以使日常工作更加方便、快捷和高效。论文详细论述了猎头公司管理软件内部事务部分开发设计过程。软件采用asp.NET 2003作开发平台,C#作编程语言,SQL Server 2000作数据库管理系统,实现了合同管理、人才管理、客户管理、财务管理、项目管理、员工管理、进度查询、文档管理等功能。软件符合猎头公司内部管理的需求,能够帮助公司切实提高工作效率。软件的开发符合一般管理软件的开发流程,对开发其他类似的管理软件具有相当的参考价值。
论文组织如下:首先,介绍了相关的开发工具及技术的基础知识;接着对软件的市场需求进行了可行性分析,提出了具体的设计方案;然后详细阐述了各模块后台数据库和前台界面的具体设计过程及其相关功能的实现;最后对软件进行了严格的测试。
关键词:管理软件;ASP.NET 2003;SQL server 2000
The Design and Implementation of Headhunter Company Management Software based on .NET ——The Part of the Internal Management
Abstract :Along with the rapid development of the information science technology, people gradually realize that the utilization of information management software could make the routine more convenient, quick and efficient. The paper discusses in detail the development and design process of the internal management of headhunter company management software. It uses ASP.NET 2003 as the development platform, C# as the programming language, SQL Server 2000 as the database management system, and includes contracts management, talents management, clients management, financial affairs management, projects management, staff management, schedule query, documents management, etc.. It can accord with the internal management requirement of headhunter company, and can help the company enhance its work efficiency. Its development conforms to most general management softwares and is valuable for other similar management software.
The paper is organized as following: Firstly, introduces some related development tools and basic technical knowledge; Secondly, analyzes the feasibility of software market demand and puts forward the concrete design proposal; Thirdly, elaborates the implementation of the database and modules; Finally, gives a strict test of the software.
Key words: Management software; ASP.NET 2003; SQL server 2000
1 引言
随着信息化和网络化进程的不断深入和加速,有效地保障现代企业和公司的各类信息得以高效、便捷、安全的管理就显得尤为重要,由此各类信息管理软件也就层出不穷,在各大领域中发挥着举足轻重的作用。本软件作为猎头公司管理软件(内部事务部分)是典型的信息管理软件,是在充分的前期市场调查和完备的需求分析的基础上设计而成的。其实现过程主要包括后台数据库的设计和前台应用程序的开发这两大部分,其中后台数据库的设计具有良好的安全性和数据一致性,能方便数据的维护和管理;前台界面的设计符合界面轻松、操作简洁、实用性强等特点。它将有效地满足猎头公司最基本的内部事务管理和相关业务需要。
本软件采用ASP.NET 2003作为前台开发工具;SQL Server 2000作为后台数据库。这两者的完美结合为本软件提供了丰富而完善的功能,它将有效地提高公司内部事物的管理效率,保障企业内部资料和相关数据的安全性和完整性,实现数据管理和操作的方便性和灵活性。
本论文从多方面详尽阐述了猎头公司管理软件(内部事务部分)的设计和实现过程。它包括:最初的市场调查、需求分析;软件的框架建设、模块设定;数据库的设计、各个模块功能的具体实现;以及软件完成后的性能测试和效果演示。