高校宿舍管理系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
1
毕业设计(论文)报告
2014年 5 月
2
高校宿舍管理系统的设计
高校宿舍管理系统的设计
110431330 顾翔 11级计算机应用班
【摘要】在当代社会向着信息化发展的过程中,计算机领域不断的创新为现代社会的发展做出了杰出的贡献。同时管理现代信息技术也融入到各个行业当中。比如高校宿舍管理系统就是一个典型的管理信息的网站。它可以让人从手动记录数据的繁琐工作中解脱出来。我的毕业设计题目:高校宿舍管理系统设计的一个网站。通过分析,本网站以B/S架构的模式,运用了Microsoft SQL Server2005为后台数据库,以Microsoft Visual Studio 2008为前端开发工具进行开发。本网站是针对天津职业大学而设计的,其实现了学生信息添加与查询,宿舍信息添加与查询,来访人员登记,请假处理,报修信息添加与处理,发布公告,论坛等必需的功能,他的操作比较方便,界面整洁,运行稳定,可以对学校的学生进行宿舍管理。
【关键词】 学生宿舍管理网站 SQL2005
Dormitory Management Website
[Abstract], process development in contemporary society to the informationization, and made an outstanding contributionto continuous innovation in computer field for the development of modern society. At the same timemanagement of modern information technology into various industries. For example, the college dormitory management system is a typical management information website. It can make people free from the tedious work of recording data manually. My graduation project topic: college dormitory a website management system design. Mainly is the establishment of basic data, the background program main responsibilities are the management function. Through the analysis, this site in the framework of B/S model, using Microsoft SQL Server2005 as the background database,using Microsoft Visual Studio 2008 as the
高校宿舍管理系统
front-enddevelopment tool. This website is designed aiming at theTianjin Vocational Institute, the student information to addand query, add and query dormitory information, visitor registration, leave, keep adding and processing,announcement, forums and other necessary functions, theoperation more convenient, clean interface, stable operation,the school student dormitory management.
目录
引言 (5)
1系统分析 (5)
1.1学生宿舍管理网站的可行性分析 (5)
1.2 学生宿舍管理网站的可需求分析 (5)
1.2.1调查用户需求 (5)
1.2.2系统功能的设计和划分 (7)
1.3学生宿舍管理网站的结构 (8)
2学生宿舍管理网站开发技术简介 (8)
2.1 Microsoft SQL Server 2005简介 (8)
2.2 Microsoft Visual Studio 2008简介 (8)
3系统分析与设计 (9)
3.1学生宿舍管理网站的数据流程图 (9)
3.2系统建模 (9)
3.3学生宿舍管理网站功能设计 (11)
3.3.1 学员信息管理 (11)
3.3.2宿舍信息管理 (12)
3.3.3来访人员管理 (12)
3.3.4审批信息管理 (12)
3.3.5论坛管理 (12)
4数据库设计 (12)
4.1使用SQL 2005创建数据库 (12)
4.2数据表的结构设计 (13)
4.3数据库的连接和设置 (16)
5系统实现 (16)
5.1管理员的模块设计 (16)
5.1.1管理员登陆界面 (16)
5.1.2后台管理主界面 (17)
5.1.3人员信息管理模块 (17)
5.1.4公寓信息管理模块 (17)
5.1.5出入登记管理模块 (18)
5.1.6审批信息管理模块 (18)
5.1.7学校BBS论坛管理模块 (18)
5.2管理员的功能设计 (18)
5.2.1浏览人员 (18)
5.2.2迁入迁出 (20)
5.2.3发布公告 (20)