基于BS的国家重点实验室信息管理系统建设-毕业论文.doc

上传人:滴答 文档编号:1273271 上传时间:2019-01-26 格式:DOC 页数:67 大小:746.50KB
下载 相关 举报
基于BS的国家重点实验室信息管理系统建设-毕业论文.doc_第1页
第1页 / 共67页
基于BS的国家重点实验室信息管理系统建设-毕业论文.doc_第2页
第2页 / 共67页
基于BS的国家重点实验室信息管理系统建设-毕业论文.doc_第3页
第3页 / 共67页
基于BS的国家重点实验室信息管理系统建设-毕业论文.doc_第4页
第4页 / 共67页
基于BS的国家重点实验室信息管理系统建设-毕业论文.doc_第5页
第5页 / 共67页
点击查看更多>>
资源描述

1、 本科毕业论文 (科研训练、毕业设计 ) 题 目:基于 B/S 的国家重点实验室信息管理系统建设 姓 名: 学 院:软件学院 系:软件工程 专 业:软件工程 年级: 学 号: 指导教师 : 职称: 年 月摘要 I 基于 B/S 的国家重点实验室信息管理系统建设 【 摘要 】 国家重点实验室 一直是我国基础研究的主力军,它 的建设,极大地改善了我国基础研究的工作条件, 在 提高我国知识创新能力,发展高新技术,推动学科发展,培养和聚集优秀人才,维护国家安全,参与国际合作与竞争等方面发挥了重要作用。 随着国家重点实验室建设 及其研究工作的深入开展 , 管理工作的作用逐渐受到人们的重视 , 在每个实验

2、室配备一套网络化的管理信息系统以提高管理工作的效率成为一个必需条件。论文从实验室信息管理系统应用的角度出发,深入研究探讨国家重点实验室信息化建设的目的,做出了详细的需求分析,明确了系统所应具备的功能。并在此基础上规划出系统架构,明确了以面向对象方法为软件开发方法、以 MySQL 数据库管理系统为存储工具的方式为系统的进一步 开发做出了详细规划。论文对 系统开发 中的工作及开发过程中用到的关键技术做了介绍。最后, 论文就 系统在开发方面的工作进行了总结,并对系统的后续工作做了展望。 【 关键字 】 国家重点实验室 实验室信息管理系统 B/S Abstract II Development of

3、A B/S Based Information Management System for A State Key Laboratory Abstract State key Laboratories are the main force of the basic research of our country. Its construction have greatly improved the working conditions of the basic research of our country.And it plays an important role in improving

4、 our countrys capability of knowledge innovation, development of high-tech, promotion of the development of science,train and gathering outstanding talents,safeguarding national security and participating in international cooperation and competition. With the construction of state key Laboratories a

5、nd its researchs carrying out, the role of management progressively gain peoples attention.To outfit a network management information system to improving the efficiency of management become a necessary condition. This dissertation starts from the point of view of the Laboratory Information Managemen

6、t System application,studies the purpose of the state key laboratories information contruction,makes a detailed requiement analysis,clears the fuction that the system should have.And it also plans the architecture of system further,clears the way of software development method,Object Oriented method

7、, store tools,MySQL database management system,to make a detailed planning for systems further developmeng. This dissertation makes an introduction of the work of developing system and the key technology used during the development.In the end, it makes a summary in the developing work of system and

8、make a outlook the follow-up work of system. Keywords State Key Laboratory Laboratory Information Management System B/S 目录 III 目录 第一章 绪论 . 1 1.1 实验室信息管理系统简介 . 1 1.1.1 实验室信息管理系统的概念和分类 . 1 1.1.2 实验室信息管理系统 的发展和国内状况 . 2 1.1.3 实验室信息管理系统的功能和特点 . 3 1.2 国家重点实验室的基本情况 . 4 1.2.1 国家重点实验室计划 . 4 1.2.2 国家重点实验室的地位和

9、作用 . 6 1.3 基于 B/S 的 LIMS 在国家重点实验室的应用 . 8 1.3.1 国家重点实验室管理现状及面临的问题 . 8 1.3.2 基于 B/S 的 LIMS 的优势 . 9 1.4 论文组织结构 . 9 第二章 系统分析 . 11 2.1 系统的目标 . 11 2.1.1 系统的目标 . 11 2.1.2 系统未来的发展需要 . 11 2.2 系统需求分析 . 12 2.3 系统功能模块 . 13 2.4 本章小结 . 20 第三章 系统的设计与实现 . 21 3.1 系统架构 . 21 3.2 软件设计方法 . 23 3.2.1 面向对象方法的由来与发展 . 23 3.2

10、.2 面向对象的基本概念与特征 . 24 3.2.3 面向对象方法的优点 . 26 目录 IV 3.3 数据库管理系统的选择 . 26 3.3.1 主流数据库管理系统介绍 . 26 3.3.2 MySQL 数据库管理系统 . 27 3.4 当前实现的系统 . 28 3.4.1 需求分析 . 29 3.4.2 数据库设计 . 30 3.4.3 系统结构 . 33 3.4.4 成果展示 . 34 3.5 本章小结 . 38 第四章 关键技术介绍 . 39 4.1 ASP.NET 简介 . 39 4.1.1 ASP.NET 技术的发展及现状 . 39 4.1.2 ASP.NET 的优点 . 40 4

11、.2 Ajax . 40 4.2.1 Ajax 技术简介 . 41 4.2.2 Ajax 使用的关键技术 . 42 4.2.3 Ajax 的工作流程 . 43 4.2.4 Ajax 技术特点与适用范围 . 43 4.3 基于角色的访问控制技术 . 45 4.3.1 访问控制 . 45 4.3.2 基本 RBAC 模型 . 46 4.4 本章小结 . 47 第五章 总结与展望 . 48 5.1 总结 . 48 5.2 展望 . 49 致谢 . 50 参考文献 . 51 Contents V Contents Chapter 1 Introduction. 1 1.1 Introduction o

12、f Laboratory Information Management System . 1 1.1.1 LIMSs concept and category. 1 1.1.2 LIMSs development and demostic situation . 2 1.1.3 LIMSs function and featrue . 3 1.2 Basic information of State Key Laboratory. 4 1.2.1 State Key Laboratory Project . 4 1.2.2 state key laboratories status and r

13、ole . 6 1.3 The appliction of LIMS used in state key laboratories based B/S . 8 1.3.1 The management status and the problems faced of state key laboratories . 8 1.3.2 The advantage of LIMS based B/S . 9 1.4 Dissertation organizational structure . 9 Chapter 2 System Analysis. 11 2.1 System goal . 11

14、2.1.1 System goal . 11 2.1.2 System future development needs . 11 2.2 System requirement analysis. 12 2.3 System function module . 13 2.4 Chapter summary . 20 Chapter 3 System Design and Implementation . 21 3.1 System Architecture . 21 3.2 Software Design Method . 23 3.2.1 Origin and development of

15、Object Oriented method . 23 3.2.2 Concept and featrue of Object Oriented. 24 3.2.3 Advantage of Object Oriented method . 26 Contents VI 3.3 Selection of Database Management System. 26 3.3.1 Introduction of main database management system . 26 3.3.2 MySQL database management system . 27 3.4 Current Implementation of System . 28 3.4.1 Requirement Analysis. 29 3.4.2 Database design .

展开阅读全文
相关资源
相关搜索
资源标签

当前位置:首页 > 学术论文资料库 > 毕业论文

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。