客服一(QQ:40114597):
该资料价格:¥200
,查看汇款方式
VS.NET 学生档案管理信息系统
本系统开发工具:VS.NET
本设计包含内容:源代码 + 毕业论文 + 开题报告 + 答辩稿
论文大概:29页 1.1万
摘 要
学生档案管理系统是一个教育单位不可缺少的部分,它的内容对于学校的决策者和管理者来说都至关重要,所以学生档案管理系统应该能够为用户提供充足的信息和快捷的查询手段。但一直以来人们使用传统人工的方式管理文件档案,这种管理方式存在着许多缺点,如:效率低、保密性差,另外时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。
论文就两种身份的用户如何对各类信息进行各项相应操作管理,以及相应模块功能的具体实现方法和过程进行了探讨。
首先,在绪论一章中主要介绍了学生档案管理系统的特点,以及开发一个学生档案管理系统的意义。在此后的几章中,分别介绍了实现本方案所需要的编程环境、语言及数据库的选择和应用;对于本方案实现的需求分析、目标;重点介绍了系统开发过程。在最后一章中,给出了本方案的应用前景和方案实施的现实意义。
本设计方案充分实现了学生档案管理系统的基本特点,更是结合了高校工作管理的实际要求,适用于各高校。
关键字 控件;窗体;域
ABSTRACT
Students File Management System is a unit of education as an indispensable part, Its contents for the policy makers and school administrators are of great importance. students file management system should be able to provide users with sufficient information and efficient means of inquiry. But there has been the use of traditional artificial approach in the management of paper files, the management approach, there are many drawbacks, such as : low efficiency, poor security, and over the long term, it will have a lot of documents and data, which locate, upgrades and maintenance has brought a lot of difficulties.
Two papers on the identity of the users on how to conduct various types of information corresponding operational management, and the corresponding function of the module method and process were discussed.
First, the introduction of a chapter introduces the students file management system characteristics, and the development of a records management system for students significance. In the subsequent chapters, each introduced the program to achieve the necessary programming environment, language and the choice of database and applications; Implementation of the program for the analysis of requirements and goals; focus on the process of system development. In a final chapter, the program is the application program and the implementation of practical significance.
The design of the full realization of the students file management system of basic features, is a combination of the management of colleges and universities the practical requirements applicable to all colleges and universities.
Keywords ActiveX ;Form;Field
目录
1 绪论 1
1.1 高校学生档案的主要内容及其特点 1
1.1.1 主要内容 1
1.1.2 学生档案具有其独特的特点 1
1.2 做好高校学生档案管理工作的意义 2
1.2.1 关系到高等教育的改革和发展 2
1.2.2 有助于加强学生思想政治工作 2
1.2.3 为学生留下全面的历史记录 2
1.3 用计算机辅助管理学生档案 3
2 怎样开发一个学生档案管理系统 4
2.1 编程环境的选择 4
2.1.1 使用VS.NET 2003作为开发工具 4
2.2 编程语言选择C# 4
2.2.1 什么是 C# 4
2.2.2 C#的主要特征 4
2.3 关系型数据库的实现 5
2.3.1 数据库的选择 5
2.4 二者的结合(ADO) 6
2.4.1 ADO.NET简介 6
2.4.2 在VS的应用程序中访问数据库 7
3 系统开发过程 8
3.1 系统的设计分析 8
3.1.1 总体分析 8
3.1.2 环境要求 8
3.1.3 严格的操作权限管理 8
3.2 系统的设计 8
3.2.1 系统主要模块及功能介绍 8
3.2.2 系统总体设计 9
3.3 系统的具体实现结果 12
3.3.1 系统登陆 12
3.3.2 查询管理 13
3.3.3 修改管理 14
3.3.4 添加管理 17
3.3.5 删除管理 20
4 结论 21
4.1 本系统主要具有以下优点 21
4.1.1 操作方便 21
4.1.2 系统的安全性 21
4.1.3 功能完善 21
4.1.4 数据容量小 21
4.1.5 易扩展 21
4.2 发展前景和现实意义 21
致谢 23
参考文献 24

