电信系教师日程管理系统的设计(SQLServer)(含录像)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

电信系教师日程管理系统的设计(SQLServer)(含录像)(任务书,开题报告,文献综述,毕业论文说明书13000字,程序代码,SQLServer数据库)
摘要:随着计算机技术的飞速发展,计算机应用的迅速推广,计算机及计算机技术给人们的日常生活,工作,学习带来了十分巨大的影响,计算机改变了人们的生活,工作的方式。而在使用计算机时有一些好的、实用的软件,将会给使用者提供非常便利的环境。
随着现代科学技术的进步,人类社会正逐渐走向信息化。为了确保电信系教师每天的行程能够更好的完成,所以设计一款对电信系教师的工作生活进行安排管理和提醒的软件是非常有必要的。现在网络到处都下载到教师日程管理软件,但是大多数的软件过于复杂,它们是针对这种人群而设计的软件。所以它不易操作,没有针对性,虽然软件的功能强大,但是不一定适合于电信系的教师。
本课题的意义是充分利用已有的文献信息资源,设计一个比较好的教师日程管理软件系统以最简单,最有效的方式来查询、添加、删除信息等,提高工作效率
本文通过解析高校教师的日程管理存在的各种问题,描述了高校教师日程管理系统的设计与实现从而高效的、科学的管理个人日程,其中主要介绍了数据库结构的设计和主要功能模块的实现。日程系统可以根据用户的需求让用户自行对指定的日程信息进增删查改的操作。该系统采用C#语言、微软的.NET进行开发,使用微软的SQLServer2005进行数据存储,通过前台系统与数据库中的信息的交换和共享实现对日程信息的高效管理。
关键词:日程管理; asp.Net; 数据库;

Abstract: With the rapid development of computer technology, rapid spread of computer applications, computer and computer technology to people's daily life, work, study and bring a very great influence, the computer changed the way people live and work methods. When using the computer in some good, useful software, will give users a very convenient environment.
With modern science and technology, human society is gradually becoming information. In order to ensure that the telecommunications system to better teachers every day completion schedule, so the design of a telecommunications system Teacher of the arrangements for managing work life and to remind the software is necessary. Now the Internet to teachers everywhere to download calendar software, but most software is too complicated, they are designed for this population software. So it is not easy to operate, not targeted, although the software is powerful, but not necessarily suitable for teachers in the telecommunications department.
The significance of this project is to fully utilize the existing information resources, better teachers to design a schedule management software systems to the simplest and most effective way to query, add, delete information, improve efficiency
In this paper, the scheduling of University Teachers parsing the various problems, described the college teachers schedule management system to efficiently design and implementation, scientific management of personal agenda, which focuses on the design of the database structure and the main functional modules. Schedule according to the needs of users the system can allow users to specify the schedule information on the investigation into the additions and deletions to change the operation. The system uses C # language, Microsoft. NET for development, the use of Microsoft's SQLServer2005 data storage, through the front system and the database of information exchange and sharing of schedule information to achieve efficient management.
Keywords:  Scheduling; asp.Net; database;

系统目标
本系统使用vs2008 配合微软SQL2005数据库管理工具进行开发系统开发好后应该具有的功能入下:
1.实现教师按照时间,地点等对日程管理的简易操作,如查询日程事件,添加事件,删除事件等等,提高系统对日程事件管理的工作效率。
2.实现系统能及时的按照时间来提醒教师,最大的方便教师对日程的管理。
3.建立系统的日程数据库,用来存储日程事件,包括已完成的和未完成的,方便教师对日程事件进行有效管理。

整个系统的主要功能如下:
用户管理:包括对教师信息的管理和管理员信息的管理。
帐号管理:登录用户对自己的信息进行管理,同时还可以修改登录密码。
日程信息管理:包括添加日程信息,修改日程信息,删除日程信息,查询日程信息。
日程类别信息管理:包括添加日程类别信息,修改日程类别信息,删除日程类别信息。
日程提醒信息管理:用户登录后提醒到期的日程信息。
4.3具体功能模块实现
用户管理功能模块实现:
包括对教师信息的管理和管理员信息的管理。
教师注册模块实现,运行系统首页点击注册,就进入了教师注册信息界面,教师输入自己的登录帐号,登录密码,姓名,年龄,手机,地址,描述等信息点击注册就把用户信息添加到数据库中去了,同时后台管理员也能实现教师信息的添加以及管理员信息的添加。

电信系教师日程管理系统的设计(SQL2005)(含录像)
电信系教师日程管理系统的设计(SQL2005)(含录像)
电信系教师日程管理系统的设计(SQL2005)(含录像)
电信系教师日程管理系统的设计(SQL2005)(含录像)
电信系教师日程管理系统的设计(SQL2005)(含录像)
电信系教师日程管理系统的设计(SQL2005)(含录像)
电信系教师日程管理系统的设计(SQL2005)(含录像)
电信系教师日程管理系统的设计(SQL2005)(含录像)
 


目  录
1绪论 6
1.1  选题背景 6
1.2  研究意义 6
1.3  MIS系统的产生和发展情况 6
1.4研究的步骤及方法 7
2 系统总体设计 9
2.1  可行性分析 9
2.2经济可行性 9
2.3技术可行性 9
2.4时间可行性 9
2.5操作可行性 10
2.6 需求分析 10
2.7 系统目标 10
2.8 系统功能模块图 10
2.9 数据库设计 11
3 相关技术介绍 13
3.1  asp.Net2.0技术的介绍 13
3.2  ADO访问数据库技术介绍 13
3.3  HTML语言 13
3.4 B/S体系结构 14
4 详细设计 16
4.1数据库详细设计 16
4.2系统功能 17
4.3具体功能模块实现 17
结论 25
结束语 26
致谢 27
参考文献 28