摘 要 学生信息管理系统是典型的信息管理系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库,而对于后者则要求应用程序功能完备、易使用等特点。 经过分析,我使用Microsoft公司的Visual Studio.Net中的Visual C#.Net作为开发工具,利用其提供各种面向对象的开发工具,用.Net数据提供器和DataSet来操控数据,其中DataSet采用了松耦合的连接方式,可以方便地从不同的表中,最重要的是从不同的数据源中获取记录信息,组合成一个供使用的单一的记录集,方便对数据库的操作。
关键字: 信息管理系统,数据库,控件,窗体,对象 Abstract Student’s information management system is a typical information management system , it develops main two respects of development including setting-up and maintenance and front application program of backstage supporter’s database . Demand to set up the consistency of the data and integrality the storehouse of strong , data with good security to the former, require the complete , apt characteristic of using etc. of function of the application program to the latter . Analyzed, I use Visual C#.Net in Visual Studio.Net of Microsoft Company as the developing instrument, utilize it offer various kinds of target -oriented developing instrument, and DataSet is it control datum to come with .Net data person who offer, DataSet among them adopt loose connection way of coupling, may conveniently of different form, the most important thing is that obtains the information of writing down from different data source , make up into a single record collection for using, convenient operation to the database . Key word: MIS, database , Controller, Form, Object . 目 录 第1章 绪论 1 第2章 系统分析 2 2.1 怎样开发学生信息管理系统 2 2.1.1 编程环境的选择 2 2.1.2 关系型数据库的实现 3 2.1.3 无忧论文 【http://www.uklunwen.com】两者的结合(ADO.NET) 3 2.2用SQL Sever 2000实现关系型数据库 4 2.2.1 数据库的概念 4 2.2.2 新建一个数据库 4 2.2.3 修改已建的数据库 5 2.2.4 数据库需求分析 5 第3章 系统总体设计 6 3.1功能划分 6 3.1.1 系统管理 6 3.1.2 数据库管理 6 3.2功能描述 6 3.2.1 系统管理 6 3.2.2 数据库管理 6 3.3数据流程图 6 第4章 系统详细设计 7 4.1 软件系统结构图 7 4.2界面的实现与各模块的分析设计 7 4.2.1 封面设计 7 4.2.2 登录界面与模块设计 8 4.2.3 主界面 9 4.2.4 系统管理模块 10 4.2.5 输入模块 12 4.2.6 维护模块 14 4.2.7 查询模块 16 结 论 18 致 谢 19 参考文献 20
|
|