政府资金项目申报管理信息系统的分析与设计

上传人:hs****ma 文档编号:507644333 上传时间:2023-06-13 格式:DOC 页数:60 大小:6.86MB
返回 下载 相关 举报
政府资金项目申报管理信息系统的分析与设计_第1页
第1页 / 共60页
政府资金项目申报管理信息系统的分析与设计_第2页
第2页 / 共60页
政府资金项目申报管理信息系统的分析与设计_第3页
第3页 / 共60页
政府资金项目申报管理信息系统的分析与设计_第4页
第4页 / 共60页
政府资金项目申报管理信息系统的分析与设计_第5页
第5页 / 共60页
点击查看更多>>
资源描述

《政府资金项目申报管理信息系统的分析与设计》由会员分享,可在线阅读,更多相关《政府资金项目申报管理信息系统的分析与设计(60页珍藏版)》请在金锄头文库上搜索。

1、目 录摘 要IABSTRACTIII第1章 绪论11.1 系统开发背景11.2 国内外研究现状21.3 解决的主要问题31.5 论文的组织结构4第2章 政府资金项目申报管理信息系统需求分析52.1 系统概述52.1.1 系统项目背景52.1.2 系统说明52.2 系统目标和解决的问题62.3 系统需求问题描述82.3.1功能性需求分析82.3.2 系统非功能性需求分析20第3章 政府资金项目申报管理信息系统概要设计213.1 架构设计目标和原则213.2 技术架构设计233.2.1 系统基础架构设计233.2.2 系统逻辑架构243.3 业务架构设计25第4章 政府资金项目申报管理信息系统详细

2、设计274.1 数据参考结构设计274.2 计划及其相关业务信息类的设计294.3 计划实例及项目状态控制334.3.1 计划实例状态与流程控制设计334.3.1 项目状态与审批流程设计354.4 信息发布平台设计374.1.1申报项目目录384.1.2新闻内容管理394.1.3消息管理详细设计41第5章 政府资金项目申报管理信息系统的实现435.1 系统总体实现435.2 服务器端实现技术445.2.1 服务器端请求处理过程445.2.2 用户认证与授权455.3 浏览器端交互设计475.3.1 Javascript实现的浏览器端交互475.3.2 数据的合法性验证485.3.3 帮助和提示

3、系统的实现48第6章 总结与展望50参考文献52致 谢1CONTENTSAbstract in ChineseIAbstract in EnglishIIIChapter 1 Introduction11.1 Develop Background11.2 International Status Quo21.3 Main Problems31.5 Instructures4Chapter 2 Requirements Analysis52.1 Outline52.1.1 Background52.1.2 Description52.2 Objectives and Questions62.3

4、Description of System Requirements82.3.1Functional Requirements82.3.2 Nonfunctional Requirements20Chapter 3 System Design213.1 Objectives of Framework213.2 Tech Framework233.2.1 Basic Design233.2.2 System Logic Framework243.3 Business Framework Design25Chapter 4 Detailed Design274.1 Data Structure D

5、esign274.2 Plan and Relatives Design294.3 Plan Instance and States design334.3.1 States and Flow Control334.3.1 Project and States Design354.4 Information Publishment374.1.1 Program Category384.1.2 News Content Management394.1.3 Message Management41Chapter 5 System Implementation435.1 Overall Imleme

6、ntation435.2 Server Side445.2.1 Request Process445.2.2 User Authentication and Authorization455.3 Browser Interaction Design475.3.1 Javascript Base Interactions475.3.2 Form Validation485.3.3 Help System48Chapter 6 Conclusion50References52Acknowledgement1 / 摘 要我国电子政务的发展自1999年“政府上网工程”之后,经历了十多年的迅速发展,各级

7、政府行政部门和单位通过设立门户网站、电子监管系统、网上申报系统等形式,对民众发布公开政府信息,提供行政服务。为了促进社会经济发展,扶持帮助企事业单位的顺利发展,我国各级部门设立了很多政府资金项目,企业通过申报这些项目来取得资金支持,包括直接的资金支持,免息贷款等等,来打破企业发展过程中遇到的瓶颈,或者为企业的进一步发展提供机会。本文以实际资金项目申报与管理工作为基础,分析具体流程和需求,设计并实现了一个专用于政府资金项目申报与管理的信息系统。首先,本文对政府资金项目申报管理信息系统的设计实现和应用背景及这个过程中需要面对的主要问题作了详细的介绍和说明,并将需求分析的结果以流程图和用例图的形式进

8、行了展示。在此基础之上,本文又对政府资金项目申报管理信息系统的技术及功能架构进行了选型和设计。针对系统的实际应用情景和功能需求,结合对系统性能、响应速度和用户易用性等非功能性需求,提出了系统的设计目标。根据系统的设计目标,本文采用了时下较为流行的Spring、Struts和Hibernate相结合的架构为基础,在此之上进行整合和开发,来满足系统在性能、稳定性、功能性的需求。在政府资金项目申报管理信息系统的详细设计部分,本文首先对系统的整体功能结构进行了介绍,并提供了系统主要功能的设计类图。然后对系统的若干重要部分的设计进行了详细描述,并结合项目申报和管理的流程,介绍了设计依据和思路。为了提高系

9、统的重用度和功能统一性,在设计过程中抽出了一些被多个功能模块共用的功能作为系统功能架构的组成部分,本文对这些模块的设计也做了详细介绍。接下来,本文对政府资金项目申报管理信息系统的各个功能模块的实现做了介绍,然后对于较为重要的信息发布功能以及流程管理模块的实现做了详细的说明。此外,系统的预警和黑名单模块通过对历史申报记录和企业申报行为的分析,依据相关法律和本部门资金项目申报政策和规则可以对不符合申报条件的企业进行过滤。最后,本文对政府资金项目申报管理信息系统的测试和应用情况作了简单介绍,并对系统进一步改进提出了建议。综上所述,本文在对政府资金项目申报和管理业务的需求分析的基础上,设计并实现了一个

10、政府资金申报管理信息系统。关键字:电子政务;管理信息系统;政府资金项目;信息发布ABSTRACTSince 1999s E-government project, the government information building in China has gone through a decade of rapid development.governments at all level has opened their services to the public in form of portal websites, regulation systems etc.Chinas gov

11、ernment has set a variety of financial supporting programs to help companies gain their development, enterprises that need money apply for these programs to get support in tax free credit, direct fund, in order to help themself with financial problems.This article is based on the work out of actual

12、Financial supporting programs, by analysis of applying process and other needs, designed and implemented a system for Financial supporting programs.Firstly, the supporting background and the main problems in designing and implementing the system are being discussed, the results are showed in form of

13、 flow charts and use case diagrams.On that basis, we choose the information technologies and frameworks for implementing the system. We give the objective of design by considering the functional and unfunctional needs. It is preferable to use the Spring ,Struts and Hibernate frameworks to build the

14、system for their functions and performances.In the detailed designing of the system, the functional structure are being introduced, and also the class diagram of the main part of the system, and several important part of the system are discussed extensively for the designing reasons and ideas.Then w

15、e introduced the implementation of the system, especially the important technologies in implementing the system. the test and application of the system.In the end, we gaved the conclusion of the system design and implementation, and future planning of improving it.Keyword: E-government; MIS; Financial supporting programs; Information platform第1章 绪论1.1 系统开发背景我国电子政务发展自1999年“政府上网工程”开展以来,取得了长足的发展,各级政府部门充分利用网络这一新兴事物,设立

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

当前位置:首页 > 办公文档 > 工作计划

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号