基于net 高校开放实验室管理系统设计与实现-实验预约与实验项目管理.doc

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

基于net 高校开放实验室管理系统设计与实现-实验预约与实验项目管理,基于net 高校开放实验室管理系统设计与实现-实验预约与实验项目管理摘要基于web的信息管理技术是互联网时代的主流信息管理系统开发体系构架。随着软件技术、数据库技术、和网络技术的发展,信息时代赋予了信息管理系统新的涵义。因此,在国家大力提倡教育信息化的背景下,研究和实践基于web的信息管理系统的必要性和可行性已日益凸现...
编号:68-160111大小:572.50K
分类: 论文>计算机论文

内容介绍

此文档由会员 九袋张 发布

基于NET 高校开放实验室管理系统设计与实现-实验预约与实验项目管理





摘要

基于Web的信息管理技术是互联网时代的主流信息管理系统开发体系构架。随着软件技术、数据库技术、和网络技术的发展,信息时代赋予了信息管理系统新的涵义。因此,在国家大力提倡教育信息化的背景下,研究和实践基于Web的信息管理系统的必要性和可行性已日益凸现。

    本文,我们希望凭借其为实验室的教学和管理提供科学化、现代化的管理手段。实验室管理是教育信息管理中最薄弱的一个环节,迫切需要改变传统的管理方式,实施开放式管理。其中更新实验教学体制,是实行开放式实验教学模式的保证。实行开放式模式,可以克服计划内实验课时少、实验设备少等实际问题,实验项目也经常进行更新,可以吸引更多的学生到实验室。此时,结合开放式实验室的建设,利用Internet建立开放式实验室管理系统成了急需研究和解决的问题,它改革旧有的教学模式,建立了新的体系,大大提高了实验室的利用率和学生学习的积极性,并且把管理人员从繁重的实验室管理工作中解脱出来。本文对开放式实验室管理系统的设计与开发进行了深入的研究。其中包括: 深入、系统地分析了信息管理系统发展的现状和未来要求。 探讨了基于Web的开发技术,特别是对目前比较常用的开放式动态网页。

    本文介绍一个基于B/S 三层结构模式、利用先进的.NET 技术开发的高校开放实验室管理信息系统,我主要负责实验预约模块与实验项目管理模块的设计与实现。


关键字:实验室信息管理系统;ASP.NET;Web 应用;数据库

 

Basedon.NETOpenUniversityLaboratory Management

System Design and Implementation

--------------Experimental appointment with the experimental project management

Abstract

Web-based information management technology is the Internet era, the mainstream information management systems development system architecture. With the software, database and network technology to the development of the information age given new information management system of meaning. Therefore, the state has vigorously promote information technology in education background, Research and Practice of Web-based information management system for the necessity and feasibility have become increasingly prominent.

In this paper, we hope that by virtue of their laboratories for the teaching and management of scientific and modern management tools. Laboratory information management is the management of education most of a weak link, there is an urgent need to change the traditional management methods, implementing the open-style management. Updates experimental teaching system is open experimental teaching mode guarantee. Implemented an open model can be overcome within the experimental plan fewer hours, fewer experimental equipment such practical problems Experimental projects are often updated, and attract more students to the laboratory. At this point, with open and laboratory building, Using Internet to establish an open laboratory management system has become an urgent need to study and solve the problem, It reforms the old mode of teaching, establishment of the new system. greatly increasing the utilization of laboratory study and the enthusiasm of students, and the management staff from heavy management of the laboratory to extricate themselves. In this paper, the open laboratory management system design and development of in-depth research. These include : in-depth, systematic analysis of the information management system development status and future requirements. Discussion of the development of Web-based technologies, especially for this relatively common open dynamic website. 

Based on a B / S three-tier model, using advanced. NET technology development and opening up of University Laboratory Information Management System, and highlights of which core modules : experimental booking function and related technology.

I mainly responsible for booking module experiment with the experimental project management module design and implementation. 


Key words: Laboratory Information Management System ;ASP . NET;Web Application;Database


目   录




第1章.绪论 14

1.1 引言 14

1.2 相关技术概述 14

1.2.1 ASP.net技术简介 14

1.2.2 数据库技术简介 16

1.2.3 C#简介 17

第2章.系统需求分析 18

2.1系统功能需求 18

2.2系统性能需求 19

2.3系统属性需求 19

2.4系统硬件环境 20

第3章.系统概要设计 21

3.1本系统的架构设计 22

3.2实验项目管理概要设计 23

3.3实验预约功能概要设计 23

第4章 系统详细设计 25

4.1 平台基础代码 25

4.1.1 数据库连接和操作 25

4.1.2 数据操作 27

4.2实验项目管理详细设计 28

4.3实验预约功能详细设计 29

4.3.1.公告栏的设计 29

4.3.2.实验预约设计 30

4.3.3 实验安排的设计 32

4.3数据库设计实现 33

4.3.1 数据库概要设计 33

4.3.2 创建数据库表 36

第5章.系统的模块测试 40

5.1实验项目管理模块测试 40

5..