请下载论文,论文或程序为doc或rar格式,只上传部分目录查看,如果需要此论文或程序,请点击-下载论文,下载需要资料或是论文。jiyu-PHP-dejifang-manager-system-deshixian-biyesheji-word
安徽大学
本科
毕业论文(设计、创作)
题 目:基于PHP的机房计算机管理系统
学生: 项正龙 : E10714150
院(系): 计算机 专业:计算机科学与技术
入学时间: 2007 年 9 月
导师: 陈喜 职称/学位: 助教
导师所在单位: 安徽大学计算机
完成时间: 2011 年 5 月
基于PHP的机房计算机管理系统
摘 要
作为现代计算机教育的上机操作是学生高效率
学习的一种方法,各高校都有很多机房但机房的管理却是一个困难, 机房管理是一个拥有计算机机房的教育单位不可缺少的部分。它的作用对于的决策者和管理者来说都至关重要 ,所以
计算机管理系统应该能够为用户提供充足的信息和快捷的
查询手段,并对计算机进行统一的管理文章着重阐述了机房
管理系统中计算机机房管理的实现策略、关键技术、实现
方案等。同时也对与之密切相关的编程进行了介绍。本系统利用PHP开发技术,以MySQL作为后台数据库,使用Apache配置服务器,结合JavaScript和HTML两种脚本语言,以及配合多种开发工具,实现了基于B/S模式的机房计算机管理系统。
全文主要分为7个部分:第1部分主要介绍机房管理系统的特点、优点和本系统所要用到的各种开发技术;第2部分主要论述了系统分析设计;第3部分主要分析了系统的需求分析;第4部分总体设计;第5部分数据库设计;第6部分论述详细设计;第7部分系统配置和发布,介绍了系统开发和运行的相关环境配置以及运行效果展示。
关键词:机房管理;
PHP; MYSQL; 设计; B/S模式
PHP-based computer management system of the engine room
Abstract
As a modern hands-on computer education for students to learn a method of high efficiency, all colleges and universities have a lot of room but the room is a difficult management, room management is a room with a computer an indispensable part of educational institutions. The role of its schools is critical to both policy makers and managers, so the computer management system should be able to provide users with sufficient information and quick inquiry method, and computer paper focuses on the unified management of the Computer Management System the realization of the computer room management strategy, key technologies, to achieve solutions. Also closely related to the program was introduced. The system developed using PHP technology to MySQL as the backend database server using the Apache configuration, with both
JavaScript and
HTML scripting language, and with a variety of development tools, implemented based on B / S model room computer management system.
Full-text is divided into seven parts: Part 1 introduces the room management system, features, advantages and use the system to a variety of development techniques; Part 2 discusses the system analysis and design; Part 3 of the system mainly needs analysis; No. 4 overall design; Part 5 database design; Part 6 discusses the detailed design; Part 7 system configuration and release, describes the development and operation of the system configuration and operating results related to the environment display.
Key
words: computer room management;php;
mysql;design;B/S mode
目 录
1 绪论 2
1.1 概述 2
1.2 背景 2
1.3
问题定义以及内容简介 2
1.4 开发技术 3
1.4.1 B/S结构 3
1.4.2 PHP技术 3
1.4.3 Apache技术 4
1.4.4 MySQL技术 4
1.4.5 JavaScript技术 5
2.1 系统分析的概念 5
2.1.1 系统分析的基本含义 5
2.1.2 初步调查 5
2.2 可行性分析 6
2.2.1 系统可行性研究分析 6
2.2.2 可行性分析
报告 7
2.2.3 系统开发具体研究分析 7
3
系统需求分析 8
3.1 系统需求分析 8
3.1.1 系统实现目标概述 8
3.1.2 系统功能需求 9
3.1.3 系统性能要求 10
3.2 逻辑模型的建立 10
3.2.1 数据流图 11
3.2.2 数据字典 11
4. 总体
设计 12
4.1 总体设计功能模块 12
4.2 系统功能结构图 12
4.3 开发及运行环境 13
5 系统数据库设计 14
5.1 MySQL 数据库简介 14
5.2 数据库表的设计 14
5.2.1 概述 14
5.2.2 学生用户信息表 15
5.2.3 数据库ER关系图 15
6 系统的详细设计 16
5.1 首页面及主要页面