科研成果申报管理系统 毕业论文(定稿) - 图文 联系客服

发布时间 : 星期五 文章科研成果申报管理系统 毕业论文(定稿) - 图文更新完毕开始阅读c31d30503c1ec5da50e27018

毕 业 设 计 ( 论 文 )

题 目 科研成果申报管理系统

英文题目 Achievement declaration Management System

学生姓名 111 学 号 111 专 业 111工程 学 院 111学院

指导教师 1111 职 称 1111111

二 零 一 一 年 六 月

东华理工大学毕业设计(论文) 摘要

摘 要

科研成果申报管理系统是科研院所、政府机构实现对科研活动实现有效管理的一个平台。伴随着互联网的蓬勃发展,越来越多的机构将科研管理与Internet融合到一起,以方便科研人员的沟通以及评价管理。科研成果申报系统将人员、项目、成果、权限等管理有机结合,有效提高了科研管理的水平和效果。

为了满足科研成果申报管理系统的性能要求,实现系统静态与动态页面的相互分离,系统采用B/S结构,以JSP+JavaBean和SQL Server2000数据库相结合的开发模式。建立系统原型,然后对原型进不断修正和改进,直到形成可行性的设备管理系统。

论文首先论述了系统的开发背景和设计目标,并对系统开发所采用的技术进行相应的简单介绍。对系统的功能模块进行划分。接着对系统中的数据库进行模型设计,包括数据流图、实体联系图及数据表结构。系统主要有三大主功能模块:科研项目申报模块、可研审批模块、公共查询模块各模块。不同的用户在使用系统的时候根据自己的所属权限进入不同模块进行操作。

关键词:成果申报; JSP技术; JavaBean; 数据库技术

东华理工大学毕业设计(论文) ABSTRACT

ABSTRACT

Research reporting management system is the scientific research institutes, government agencies to achieve effective management of research activities to achieve a platform. With the Internet booming, more and more institutions will be integrated into the research management together with the Internet to facilitate communication between researchers and the evaluation of management. Research results reporting system, project, results, and other management authority combine to effectively improve the level and effectiveness of research management.

Research reporting management systems to meet the performance requirements for system static and dynamic pages are separated, the system uses B / S structure to JSP + JavaBean and a combination of SQL Server2000 database development model. Create a system prototype, and then the prototype into the constantly revised and improved, until the formation of the feasibility of the device management system.

Paper first discusses the background and development of the system design goals, and system development techniques used in the corresponding brief. Functional modules on the system partition. Then the database on the system model design, including data flow diagrams, entity relationship graph and data table structure. System, there are three main modules: module research project report, feasibility study for approval module, public access to the module of the module. Different users when using the system according to their respective permission to access different modules to operate.

Keywords: Achievement declaration; JSP technology; JavaBean; Database technology

东华理工大学毕业设计(论文) 目录

目 录

绪论 ................................................................ 1 1. 引言 ................................................................ 2

1.1 系统需求分析 .................................................... 2 1.2 系统的设计目标 .................................................. 2 1.3 系统网络结构 .................................................... 2 1.4 系统采用的开发技术简介 .......................................... 3 1.4.1 JSP技术 ..................................................... 3 1.4.2 javaBeanr技术 ............................................... 4 1.4.3 SQL Server技术 .............................................. 5 1.5 小结 ............................................................ 6 2. 系统总体分析 ........................................................ 7

2.1 可行性分析 ...................................................... 7 2.1.1 技术可行性分析 .............................................. 7 2.1.2 经济可行性 .................................................. 7 2.1.3 操作可行性 .................................................. 7 2.2 系统功能分析 .................................................... 8 2.3 操作流程 ........................................................ 8 2.4 小结 ............................................................ 9 3. 系统的设计与实现 ................................................... 10

3.1 功能模块介绍 ................................................... 10 3.2系统主界面设计 .................................................. 10 3.3 科研申报功能 ................................................... 11 3.3.1 申报员登录 ................................................. 11 3.3.2 课题和成果申报 ............................................. 13 3.3.3 修改个人信息 ............................................... 15 3.3.4 查询成果或课题申报 ......................................... 17 3.4 科研审批功能 ................................................... 18 3.4.1 审批员登录 ................................................. 18 3.4.2 未入库的课题及成果查询 ..................................... 19 3.4.3 查看用户信息 ............................................... 21 3.4.4 添加用户信息 ............................................... 22 3.5 公共查询功能 ................................................... 23