高校职工管理系统设计.doc

约20页DOC格式手机打开展开

高校职工管理系统设计,全文20页约9000字论述翔实目录摘要 ╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟3abstract╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟41前言 ╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟╟...
编号:10-26031大小:817.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 棉花糖糖 发布

高校职工管理系统设计

全文20页 约9000字 论述翔实

目录
摘要 ––––––––––––––––––––––––––––––––––––––––––3
ABSTRACT–––––––––––––––––––––––––––––––––––––––4
1前言 –––––––––––––––––––––––––––––––––––––––––5
2数据库介绍–––––––––––––––––––––––––––––––––––––6
3系统需求分析和功能设计–––––––––––––––––––––––––––6
4系统详细设计–––––––––––––––––––––––––––––––––––8
4.1 创建项目文件及项目结构文件夹––––––––––––––––––––––8
4.2 高校职工管理系统数据库及数据表的设计与创建––––––––––––8
4.3 创建应用系统启动表单––––––––––––––––––––––––––10
4.4 制作系统权限认证表单––––––––––––––––––––––––––11
4.5 制作系统主表单––––––––––––––––––––––––––––––12
4.6 制作院处名称编辑表单––––––––––––––––––––––––––13
4.7 制作系科名称编辑表单––––––––––––––––––––––––––13
4.8 制作职工信息编辑表单––––––––––––––––––––––––––13
4.9 制作职工综合管理表单––––––––––––––––––––––––––14
4.10 制作用户权限维护表单––––––––––––––––––––––––––15
4.11 制作一个About表单–––––––––––––––––––––––––––16
5制作系统主程序––––––––––––––––––––––––––––––––16
6 结论 –––––––––––––––––––––––––––––––––––––––18
谢辞–––––––––––––––––––––––––––––––––––––––––19
参考文献 –––––––––––––––––––––––––––––––––––––20
摘 要

通用高校职工管理系统主要是针对一般高校作为使用对象而开发的。系统开发的主要任务包括:数据库设计与维护、应用程序开发两个方面。对于前者要求建立起的数据库具有完整性和一致性,且具有一定的数据安全性,如用户需要密码才能使用等,而对于后者则要求程序界面友好、功能完备等特点。经过详细的分析,选用VFP作为前端开发工具,利用利用其提供的集成开发环境及各种控件,完成对数据库的各种操作,达到对职工信息进行管理的目的。
本文介绍了在Visual FoxPro6.0环境下开发一个通用高校职工管理系统的过程,创建了一套行之有效的方案,介绍了管理系统的系统分析部分,包括系统需求分析、系统功能设计等,以及项目管理器的创建,数据库的设计,各个数据库表的逻辑结构、物理结构,系统所需要的所有表单的制作,系统主程序的制作和应用系统的连接,可执行文件的创建等等,通过一系列的过程,完成了“通用高校职工管理系统”的全部制作过程。
本文是基于Visual FoxPro 对高校职工信息进行管理而设计的应用系统。本系统能够从大量的数据中非常方便的进行职工数据的编辑、增加、删除、查询等诸多方面的功能。

关键词:职工信息,管理系统,高校,数据库设计,界面设计

ABSTRACT
The general universities staff administration system mainly is aims at the common universities to develop as the user. The system development primary mission includes: The database design and the maintenance, the application procedure develop two aspects. The database establishes which regarding former request has the integrity and the uniformity, also has the certain data security, like the user needs the password to be able to use and so on,but requests the procedure contact surface regarding latter in a friendly way, the function to be complete and so on the characteristic. After the detailed analysis, selects VFP front end to take the development kit,the use uses the integrated development environment and each kind which it provides controls, completes to database each kind of operation, achieved carries on the management to the staff information the goal.
This article introduced management system analysis part of the management system, including the system demand analysis, the system function design and so on, as well as the project management foundation, the database design, each database table logical organization, the physical structure, the all tables single manufacture which the system needs, the system master routine manufacture and the application system connection, but execution file foundation and so on, through a series of processes, has completed "the general universities staff administration system" the completely manufacture process.
This article is carries on the application system based on Visual FoxPro to the universities staff information which the management designs. This system can extremely convenient carry on the staff data from the massive data the edition, the increase, the deletion, the inquiry and so on many aspects functions.


Key words: Staff information; Management system; Universities; Database design; Contact surface design

部分参考文献

[14] 李玉波.SQL SERVER完全自学手册. 机械工业出版社,2006年12月.
[15] 杭国英.SQL SERVER数据库程序设计.机械工业出版社,2006年9月.
[16] 白以恩.计算机网络基础及应用. 哈尔滨工业大学出版社,2000年1月.
[17] Robert shedon.SQL实用教程.清华大学出版社,2004年.
[18] David iseminger.数据库与数据仓库实用操作大全.北京大学出版社,2001年.