基于web的科研信息管理系统的设计【数据库+源代码+文献及翻译+毕业设计报告】.rar

RAR格式版权申诉手机打开展开

基于web的科研信息管理系统的设计【数据库+源代码+文献及翻译+毕业设计报告】,基于web的科研信息管理系统的设计【数据库+源代码+文献及翻译+毕业设计报告】摘 要科研信息管理系统是典型的信息管理系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库,而对于后者则要求应用程序功能完备,易使用等特点。在本论文中,首先介绍了系...
编号:80-89606大小:2.32M
分类: 论文>管理学论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 bshhty 发布

基于Web的科研信息管理系统的设计【数据库+源代码+文献及翻译+毕业设计报告】

摘  要
科研信息管理系统是典型的信息管理系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库,而对于后者则要求应用程序功能完备,易使用等特点。
在本论文中,首先介绍了系统开发工具的功能和特点。系统使用Myeclipse5作为前台开发工具,利用其数据库SQL Server作为系统数据库。接着论述了系统的需求分析,对系统的功能进行了阐述,其功能主要有实现用户登录、用户查询与授权以及修改用户信息;实现信息查询,其中包括论文信息、成果信息、著作信息等的查询;实现科研设备的管理;实现对系统库的维护。然后,介绍了系统整体结构和数据库设计,并给出了主要数据库表的详细定义。最后,说明了系统的模块组成,各模块的功能,以及这些模块的具体实现方法和程序核心代码 ,并附带了一些主要的窗口。

关键词:科研信息管理系统;JSP; Microsoft SQL Server

 

Abstract
The system of managing Science Research Information file is a typical application of managing information system(MIS), its development mainly includes the backstage database the establishment and the maintenance as well as front end the application procedure development two aspects. Establishes the data uniformity and the integrity regarding the former request is strong, data security good storehouse, but regarding the latter, then the request application program function is complete, easy to use and so on characteristics.
In the present paper, first introduced the system development kit's function and the characteristic. The system uses Myeclipse5 to take the onstage development kit, uses its database SQL Server to take the system database. Then elaborated system's demand analysis, has carried on the elaboration to system's function, its function mainly has realizes the user to register, the user inquiry and authorized as well as the revision user information; Realizes the information to inquire, including the paper information, the achievement information, the work information and so on inquiry; Realizes the scientific research equipment's management; Realizes to the system storehouse maintenance. Then, introduced the system overall construction and the database design, and have given the main database table detailed definition. Finally, explained system's module composition, various modules' function, as well as these modules realize the method and the procedure core code specifically, and has supplemented some main windows.

KeyWords: Scientific Research Information Management System; JSP ;
 Microsoft SQL Server

 

目  录
第一章 概  述 1
1.1 项目开发的前景 1
1.2 项目开发的目的 1
1.3 项目开发的意义 2
1.4 管理信息系统的背景 2
第二章 数据库和开发语言介绍 5
2.1 概述 5
2.2 SQL SERVER 2000数据库介绍 5
2.3 JSP 概述 6
2.4 本章小结 7
第三章 系统分析 8
3.1 总述 8
3.2 现存的问题及目标 8
3.2.1 人工管理存在的主要问题 9
3.2.2 项目开发目标 9
3.3 项目需求分析 10
3.4 本章小结 10
第四章 概要设计 12
4.1 系统功能设计 12
4.2 系统结构设计 12
4.2.1 系统模块 12
4.2.2 基本资料模块 13
4.2.3 系统模块 13
4.3 数据库表结构设计 14
4.4 本章小结 17
第五章 详细设计 18
5.1 应用程序开发的基本模块 18
5.2 登录模块的开发 18
5.3 系统管理的开发 18
5.4 用户密码修改 20
5.5 文档信息管理 21
5.6 科研设备信息管理 23
5.7 软件测试 24
5.7.1测试计划及测试数据的准备 24
5.7.2 系统模块测试的方法 24
5.7.3 登录模块的测试 24
5.7.4 测试过程与结果 25
5.8本章小结 26
结  论 27
参考文献 29
谢  辞 30