{$cfg_webname}
主页 > 计算机 > ASP.NET >

项目申报与管理系统的设计(VS2008和SQL2005)

来源:wenku7.com  资料编号:WK7972 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK7972
以下是资料介绍,如需要完整的请充值下载。
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

摘 要
随着国家经济体制改革和高校科研管理的深化,政府、社会、企业对科技的投入逐年增加,高校项目事业蓬勃发展,科研经费绝对数量迅速增加,高校项目呈现出项目类型越来越多、合同金额越来越大、执行周期越来越长、财务要求越来越高的现象。高校作为项目依托单位,一定要肩负起指导、监督、管理的责任,要建立科学有效的项目和经费的管理机制,管好项目用好经费,这对保障高校多出人才多出成果,大力提升科技创新能力具有十分重要的意义。
高校项目申报与管理系统实际上是一个B/S结构的信息系统,目前开发这种系统用到的主要开发语言有:ASP.Net、JSP、PHP等,用到的数据库主要是一些流行的大型数据库,如Oracle,SQL Server和DB2等,本文针对高校项目申报与管理的具体情况,阐述开发一个可以满足高校项目申报与管理的WEB系统的过程,介绍了该系统建立的背景、意义以及系统的设计与实现的一些关键技术。本系统采用的技术是ASP.Net,数据库使用的是SQL Server 2008。
本系统的用户分为三种,即申报用户、评审专家和系统管理员
关键词:WEB,ASP.NET,高校项目,项目管理,数据库。
 
ABSTRACT
With the national economic reform and the deepening of scientific research management, government, society, business investment in technology increases every year, college project industry to grow, the rapid increase in the absolute number of research funding, university projects showing more and more project type, contract increasing the amount of the implementation cycle is long, the phenomenon of increasing financial requirements. University as a project support unit, must shoulder the guidance, supervision, management responsibility, to establish a scientific and effective management of projects and funding mechanisms, manage projects make good use of funds, which protect the university more talent to produce more results, greatly enhancing technological innovation is of great significance.
University project application and management system is actually a B / S structure of the information system, the development of such systems are used in the main development language: ASP.Net, JSP, PHP, etc. are some of the main database used in large-scale popular databases, such as Oracle, SQL Server and DB2, etc. In this paper, project application and management of university circumstances to explain the development of a project to meet the university's WEB system of reporting and management process, describes the background to the establishment of the system, meaning, and the system design and implementation of some key technologies. The system uses the technology is ASP.Net, database using SQL Server 2008.
Users of the system is divided into three kinds, namely, reporting users, evaluation experts and system administrators
Keywords: WEB,ASP.NET,University Project, project management, database.

本文的组织结构
本文以基于Web模式的科研项目申报系统的设计与实现为主题,围绕系统所
采用的技术,及其需求和设计进行详细阐述,分为六部分:第一章主要介绍了课
题产生的背景与意义。第二章主要介绍了科研项目申报系统的需求分析,其中比
较了C/S模式和B/S模式的特点。另外还介绍Web开发技术、数据库技术以及Web
与数据库连接技术。第三章介绍了科研项目申报系统的总体设计与实现,介绍了
各模块的功能,给出了此系统的实现活动图。第四章详细介绍了系统的运行与测
试。第五章总结了全文的工作,阐述了我在本次设计中的一些体会与认识。

系统模块设计
项目申报系统基于ASP.NET技术开发,系统可以通过网页提供实时、快捷的申报服务,同时还可以通过Internet下载各类申请申报材料等文件,也可以
上传申报材料,为科研项目申报单位和个人提供全面、准确、及时的申报信息,
提高项目申报工作的效率。结合软件工程中的模块化程序设计思想p3,根据设计需求,本系统对实际的科研申报项目进行了适当的简化,只保留了基本的功能,它主要包括以下功能模块:项目申报相关新闻模块、用户注册登录模块、项目申报与修改模块和项目查询模块。
1.系统注册与登录
系统注册与登录相当于系统的入口,注册用户登录系统后,才能进行项目申报、修改和查询。
2.项目申报与修改
项目申报是科研项目申报系统的核心,注册用户登录系统后可以根据申报提示,按照步骤申报科研项目,并把上传的申报材料提交到数据库中保存。项目申报成功后,用户还可以在登录系统后,根据实际情况,修改申报项目的有关内容。
3.项目查询
该模块的功能是查询项目的申请人、项目名称、申请日期等基本信息,便于申请人或其他注册用户查询。
 

项目申报与管理系统的设计(VS2008和SQL2005)
项目申报与管理系统的设计(VS2008和SQL2005)
项目申报与管理系统的设计(VS2008和SQL2005)
项目申报与管理系统的设计(VS2008和SQL2005)
项目申报与管理系统的设计(VS2008和SQL2005)
项目申报与管理系统的设计(VS2008和SQL2005)

目录请看下一页

推荐资料