实验室综合门户网站设计与实现正文大学学位论文 下载本文

内容发布更新时间 : 2024/6/26 16:18:50星期一 下面是文章的全部内容请认真阅读。

洛阳理工学院毕业设计(论文)

实验室综合门户网站设计与实现

摘 要

实验室综合门户网站是将实验室通过计算机网络连起来,采用科学的管理思想和先进的数据库技术,实现以实验室为核心的整体环境的全方位管理。它集资源管理,事务管理,网络管理,数据管理(发布、编辑、删除、查看、输出),报表管理等诸多模块为一体,组成一套完整的实验室综合管理体系,既能满足外部的日常管理要求,又能保证实验室分析数据的严格管理和控制。

实验室综合门户网站管理系统主要实现以下功能:实验室介绍管理、实验室新闻管理、实验室项目管理、栏目管理、会员管理(包括前台会员和管理员)、日志管理(登录日志和操作日志)、网站设置、推荐位等。本系统提供了一个方便快捷的实验室管理平台,方便了指导老师和实验员的交流,提高了工作效率。

实验室综合门户网站管理系统基于B/S模式设计,以thinkphp为框架基础,在wamp提供的apache+mysql+php环境下采用php语言进行编写,以sublime text2为开发工具。

关键词:实验室,网站设计,thinkphp,wamp

I

洛阳理工学院毕业设计(论文)

The Design And Implementation Of Laboratory Comprehensive

Portal Website

ABSTRACT

Laboratory comprehensive portal is connected through the laboratory of computer network, the use of scientific management ideas and advanced database technology, realize the comprehensive management of the overall environment in the laboratory as the core. It sets the resource management, transaction management, network management, data management (release, delete, view, edit, output) module, many statements of management as a whole, form a complete set of laboratory management system, which can meet the requirements of the daily management of the external, and can assure the strict management and control of laboratory data analysis.

This system is mainly to achieve the following functions: the management of laboratory, laboratory information management, laboratory project management, program management, membership management (including the members and administrators), log management (login and operation log), site settings, recommendation etc.. Provides a convenient platform for the laboratory management system, to facilitate the guidance of teachers and technicians of communication, improve work efficiency.

This system is based on B/S design pattern with ThinkPHP framework, by using PHP language in Wamp apache+mysql+php environment, using sublime text2 as a development tool.

KEY WORDS: Laboratory ,Website design,ThinkPHP ,Wamp

II

洛阳理工学院毕业设计(论文)

目 录

前 言 ................................................................................................ 1 第1章 相关技术 ............................................................................... 2

1.1 开发技术介绍 ....................................................................... 2

1.1.1 PHP技术 ...................................................................... 2 1.1.2 MySQL数据库 ............................................................ 2 1.1.3 Apache服务器 ............................................................. 3 1.1.4 B/S结构 ....................................................................... 3 1.2开发工具和运行环境 ............................................................ 4 第2章 功能需求分析 ....................................................................... 5

2.1 网站后台功能需求 ............................................................... 5

2.1.1 实验室介绍 ................................................................. 5 2.1.2 实验室新闻管理 ......................................................... 5 2.1.3 实验室项目管理 ......................................................... 5 2.1.4 栏目管理 ..................................................................... 5 2.1.5 会员管理 ..................................................................... 5 2.1.6 其它 ............................................................................. 6 2.2 网站前台功能需求 ............................................................... 6

2.2.1 基本信息展示 ............................................................. 6 2.2.2 会员中心 ..................................................................... 6 2.2.3 登录注册功能 ............................................................. 6 2.2.4 收藏和评论功能 ......................................................... 6

第3章 概要设计 ............................................................................... 7

3.1 数据字典 ............................................................................... 7 3.2 功能模块设计 ....................................................................... 7

3.2.1 后台流程 ..................................................................... 7 3.2.2 内容管理 ..................................................................... 8 3.2.3 栏目管理 ..................................................................... 9 3.2.4 会员管理 ................................................................... 11

III