科研团队管理助手网站设计与实现.doc
约46页DOC格式手机打开展开
科研团队管理助手网站设计与实现,1.7万字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要 科研管理工作的水平是科研管理体系改革和科研发展的重要标志,如何加强科研管理工作,提高科研管理质量,是科研管理者面临的重要任务。目前团队科研管理工作在很大程度上依赖于手工操作,通过人工在计算...
内容介绍
此文档由会员 小丑88 发布
科研团队管理助手网站设计与实现
1.7万字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要 科研管理工作的水平是科研管理体系改革和科研发展的重要标志,如何加强科研管理工作,提高科研管理质量,是科研管理者面临的重要任务。目前团队科研管理工作在很大程度上依赖于手工操作,通过人工在计算机上输入大量的数据来建立数据库,只能进行一般的检索功能,这导致了科研管理人员工作繁重,减少了科研工作人员相互之间必要的、及时的沟通,不能满足团队成员对信息及时准确地了解的需求,使得科研信息传递的速度太慢或缺失等。如何解决所面临的问题,更好的指导、管理科研工作,推动科技进步是我们应该解决的问题。
论文就科研管理系统的发展现状、研究方法等进行了探讨和分析,得出建设科研团队管理助手网站的必要性;经过系统的需求分析和概要设计,确定系统各个模块的功能,并通过流程图和文字加以解释说明;给出系统数据库设计、各个功能模块的实现界面和主要代码;总结开发阶段与测试阶段所遇到的问题与解决方法。本系统主要使用了ASP.NET技术实现,以Visual studio 2013为开发工具,使用SQL Server 2012整合各种科研信息,实现了成员管理、论文管理、专利管理、项目管理、仪器和设备管理、报销管理以及资源共享、成员每日工作小结和交流等功能。
关键词:ASP.NET 科研管理 数据库 网站开发
Design and Implementation of the Website for Scientific Research Team Management
Abstract Level of research management is an important symbol of research management system reform and the development of science.How to strengthen research management,improve the quality of research management is an important task managers facing.Currently,team research management relies heavily on manual operation that input large amounts of data to create a database on a computer.It can only bring about general retrieva l functions.This led to the heavy workload of research management,reducing the research staff's necessary and timely communication,not meeting the information timely and accurate understanding of team members' needs,and making research information transmission too slow or missing, etc.How to solve the problems faced, better guide and manage research, and promote science and technology progress is that we should solve.
Paper on the status of development of research management systems and research methods were discussed and analyzed,drawing out the necessity of the construction of the website for scientific research team management,after the system requirements analysis and preliminary design ,determining the function of each modules,and explained and illustrated by flowcharts and text,giving the system database design,each module interface implementation and main code,summarizing problems and solutions what development phase and testing phase encountered.The system uses the technology of ASP.NET,use Visual studio 2013 as tools for developing,and use SQL Server 2012 integrate various research information,achieving this functions,member management,paper management,patent management,project management,equipment and facilities management,claims management,resource sharing,the members daily-working summary and communication.
Keyword: ASP.NET research management SQL database website development
目 录
第一章 绪论 1
1.1 课题的背景及意义 1
1.1.1 课题背景 1
1.1.2 课题意义 2
1.2 课题的研究目标、方法及设计思路 2
1.3 本文基本组织结构 3
1.4 本章小结 4
第二章 系统可行性分析及开发工具简介 5
2.1 系统可行性分析 5
2.2 系统开发工具简介 5
2.2.1 ASP.NET简介 5
2.2.2 SQL介绍 7
2.2.3 B/S结构介绍 7
2.2.4 ADO.NET简介 8
2.3 系统开发步骤 9
2.4 本章小结 9
第三章 系统需求分析和概要设计 10
3.1 系统需求分析 10
3.1.1 系统内容需求分析 10
3.1.2 系统功能需求分析 10
3.1.3 系统用户权限分析 10
3.2 系统概要设计 12
3.2.1 系统功能模块概要设计 12
3.2.2 用户使用流程设计 14
3.3 本章小结 15
第四章 系统详细设计 16
4.1 系统数据库设计 16
4.2 系统功能模块详细设计 20
4.2.1 业务流程设计实现 20
4.2.2 功能模块详细设计与实现 22
4.3 本章小结 31
第五章 系统测试 32
5.1 系统测试的重要性及目的 32
5.2 系统测试的主要内容 33
5.3 用户页面测试实例预览 34
5.4 本章小结 38
结 论 39
致 谢 40
参考文献 41
1.7万字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要 科研管理工作的水平是科研管理体系改革和科研发展的重要标志,如何加强科研管理工作,提高科研管理质量,是科研管理者面临的重要任务。目前团队科研管理工作在很大程度上依赖于手工操作,通过人工在计算机上输入大量的数据来建立数据库,只能进行一般的检索功能,这导致了科研管理人员工作繁重,减少了科研工作人员相互之间必要的、及时的沟通,不能满足团队成员对信息及时准确地了解的需求,使得科研信息传递的速度太慢或缺失等。如何解决所面临的问题,更好的指导、管理科研工作,推动科技进步是我们应该解决的问题。
论文就科研管理系统的发展现状、研究方法等进行了探讨和分析,得出建设科研团队管理助手网站的必要性;经过系统的需求分析和概要设计,确定系统各个模块的功能,并通过流程图和文字加以解释说明;给出系统数据库设计、各个功能模块的实现界面和主要代码;总结开发阶段与测试阶段所遇到的问题与解决方法。本系统主要使用了ASP.NET技术实现,以Visual studio 2013为开发工具,使用SQL Server 2012整合各种科研信息,实现了成员管理、论文管理、专利管理、项目管理、仪器和设备管理、报销管理以及资源共享、成员每日工作小结和交流等功能。
关键词:ASP.NET 科研管理 数据库 网站开发
Design and Implementation of the Website for Scientific Research Team Management
Abstract Level of research management is an important symbol of research management system reform and the development of science.How to strengthen research management,improve the quality of research management is an important task managers facing.Currently,team research management relies heavily on manual operation that input large amounts of data to create a database on a computer.It can only bring about general retrieva l functions.This led to the heavy workload of research management,reducing the research staff's necessary and timely communication,not meeting the information timely and accurate understanding of team members' needs,and making research information transmission too slow or missing, etc.How to solve the problems faced, better guide and manage research, and promote science and technology progress is that we should solve.
Paper on the status of development of research management systems and research methods were discussed and analyzed,drawing out the necessity of the construction of the website for scientific research team management,after the system requirements analysis and preliminary design ,determining the function of each modules,and explained and illustrated by flowcharts and text,giving the system database design,each module interface implementation and main code,summarizing problems and solutions what development phase and testing phase encountered.The system uses the technology of ASP.NET,use Visual studio 2013 as tools for developing,and use SQL Server 2012 integrate various research information,achieving this functions,member management,paper management,patent management,project management,equipment and facilities management,claims management,resource sharing,the members daily-working summary and communication.
Keyword: ASP.NET research management SQL database website development
目 录
第一章 绪论 1
1.1 课题的背景及意义 1
1.1.1 课题背景 1
1.1.2 课题意义 2
1.2 课题的研究目标、方法及设计思路 2
1.3 本文基本组织结构 3
1.4 本章小结 4
第二章 系统可行性分析及开发工具简介 5
2.1 系统可行性分析 5
2.2 系统开发工具简介 5
2.2.1 ASP.NET简介 5
2.2.2 SQL介绍 7
2.2.3 B/S结构介绍 7
2.2.4 ADO.NET简介 8
2.3 系统开发步骤 9
2.4 本章小结 9
第三章 系统需求分析和概要设计 10
3.1 系统需求分析 10
3.1.1 系统内容需求分析 10
3.1.2 系统功能需求分析 10
3.1.3 系统用户权限分析 10
3.2 系统概要设计 12
3.2.1 系统功能模块概要设计 12
3.2.2 用户使用流程设计 14
3.3 本章小结 15
第四章 系统详细设计 16
4.1 系统数据库设计 16
4.2 系统功能模块详细设计 20
4.2.1 业务流程设计实现 20
4.2.2 功能模块详细设计与实现 22
4.3 本章小结 31
第五章 系统测试 32
5.1 系统测试的重要性及目的 32
5.2 系统测试的主要内容 33
5.3 用户页面测试实例预览 34
5.4 本章小结 38
结 论 39
致 谢 40
参考文献 41