毕业论文 基于aspnet的班组信息系统的设计与实现.doc

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

毕业论文 基于aspnet的班组信息系统的设计与实现,摘要:本文论述了一个基于.net平台、二层架构(c/s)的班组建设系统的设计原理、设计思想及具体的实现过程,对在设计过程中涉及到的关键算法及重要作业流程作了具体分析和介绍,并对各个模块的设计思想及设计过程作了详细阐述。本系统的设计采用了microsoft最新的.net 技术,以microsoft sql server ...
编号:20-198556大小:1.34M
分类: 论文>计算机论文

内容介绍

此文档由会员 ljjwl8321 发布

摘 要:本文论述了一个基于.NET平台、二层架构(C/S)的班组建设系统的设计原理、设计思想及具体的实现过程,对在设计过程中涉及到的关键算法及重要作业流程作了具体分析和介绍,并对各个模块的设计思想及设计过程作了详细阐述。本系统的设计采用了Microsoft最新的.NET 技术,以Microsoft SQL Server 2008作为数据库支撑平台,应用到的技术包括ASP.NET,面向对象方法学、软件工程思想等。
关键字:班组建设;面向对象;ASP.NET;B/S

Based on the asp.net's teams and groups information system design and implementation

Abstract:This passage discusses a based on the.net platform, two storey structure (C/S) team construction system design principle, design idea and the realization process in detail, the design process related to key algorithms and important work flow was analyzed and introduced in detail and the design thought of each module and design process are described in detail. The system was designed using the latest Microsoft.net technology, with Microsoft SQL Server 2008 as the database support platform, applied to technology including the asp.net, object-oriented methodologies, software engineering idea, etc.
Key word:. construction of teams and groups;object-oriented ;ASP.NET;B/S








目录

1.前言...........................................................(1)
2.需求分析.......................................................(1)
2.1开发目的......................................................(1)
2.2系统需求分析..................................................(1)
2.3建立数据模型..................................................(3)
3.系统架构设计...................................................(3)
3.1使用开发工具与运行环境........................................(4)
3.2工作模式......................................................(4)
3.3后台系统结构..................................................(4)
3.4系统功能描述..................................................(5)
3.4.1部门管理功能模块............................................(5)
3.4.2部门人员管理功能模块........................................(5)
3.4.3记录管理功能模块............................................(5)
3.4.4班组记录的查询功能模块......................................(6)
3.4.5班组记录信息的管理功能模块..................................(6)
3.4.6其他信息的管理功能模块......................................(6)
3.5界面设计......................................................(6)
4.数据库设计.....................................................(7)
4.1逻辑结构设计..................................................(7)
4.2建立关系模型..................................................(7)
4.3数据库具体实现................................................(9)
5.详细设计......................................................(11)
5.1系统界面设计.................................................(11)
5.1.1管理员登陆.................................................(11)
5.1.2后台管理主页...............................................(11)
5.1.2.1记录管理.................................................(12)
5.1.2.2部门管理.................................................(13)
5.2程序关键源代码...............................................(14)
5.2.1管理员登陆部分代码.........................................(14)
5.2.2班组合并部分代码...........................................(15)
6.编码和调试....................................................(20)
7.测试..........................................................(21)
7.1数据完整性测试...............................................(22)
7.2功能测试.....................................................(22)
7.3用户界面测试.................................................(22)
8.展望与总结 (23)
致谢 (24)
参考文献 (25)