ASP科研项目网上申报管理系统论文

上传人:宝路 文档编号:5493336 上传时间:2017-09-06 格式:DOC 页数:33 大小:1.03MB
返回 下载 相关 举报
ASP科研项目网上申报管理系统论文_第1页
第1页 / 共33页
ASP科研项目网上申报管理系统论文_第2页
第2页 / 共33页
ASP科研项目网上申报管理系统论文_第3页
第3页 / 共33页
ASP科研项目网上申报管理系统论文_第4页
第4页 / 共33页
ASP科研项目网上申报管理系统论文_第5页
第5页 / 共33页
点击查看更多>>
资源描述

《ASP科研项目网上申报管理系统论文》由会员分享,可在线阅读,更多相关《ASP科研项目网上申报管理系统论文(33页珍藏版)》请在金锄头文库上搜索。

1、科研项目网上申报管理系统摘 要随着社会信息化的发展,社会上很多事务的管理也跟着相应发生了根本的变化,科研项目申报管理也跟着发生了变化,以前的管理是一种各地信息分散然后再集中到中央,信息的传送途径是通过简单人工传送,这样使办事效率低。此外,各个分散机构的项目申报在办理后不能及时集中到中央数据中心,不利于管理层的信息统计与决策。基于以上现状,采用先进的信息化管理系统可以解决这些问题。这样就方便了管理层的统一管理和决策,同时提供了工作效率。本系统用于对辖区内单位科研项目申报立项流程的管理,传统模式的管理花费很多的精力,采用信息新技术优化管理手段,强化申报流程,加强项目监管,提高工作效率。各模块对应的

2、功能不同:个人申报模块提供的是面向个人的项目申报与管理功能;推荐单位模块提供的是管理个人申报项目与向卫生厅推荐合适项目的功能;管理中心模块提供的是对各推荐单位推荐上来的项目进行管理并分配专家进行评审,最后根据评审专家对该项目的意见与打分,决定是否对该项目进行立项的功能;评审专家模块提供专家对分配到的项目进行打分与提供专家意见的功能。关键字: Dreamweaver; ACCESS; ASPABSTRACTAlong with social informationization of development, society a lot of business of management als

3、o followed to correspond occurrence root of variety, the research item declared management to also followed occurrence variety, past of management is a kind of everyplace information dispersion then again concentration arrive central, information of transmission the path is to pass simple artificial

4、 transmission, so make to handle affairs an efficiency low.In addition, each dispersion organization of the item declare after carry out cant in time concentration arrive central data center, disadvantageous in management layer of information statistics and decision.According to the above present co

5、ndition, adoption forerunner of information-based management the system can workout these problems.So convenience management unify of layer management and decision, provided a work efficiency in the meantime.This system used for declaring management of sign a process to the unit research in the magi

6、stracy item, tradition the management of the mode cost a lot of energy, adoption information new the technique be excellent to turn management means, enhance to declare process, strengthen item to take charge of, exaltation work efficiency.Each mold piece rightness should of function dissimilarity:P

7、ersonal declare a mold piece to provide of is to face to personal item to declare with management function;Recommend an unit mold a piece provide of is management personal declare item with recommend toward the health hall accommodation item of function;Management center mold piece provide of is rig

8、htness each recommend unit recommend come up of the item carry on management and allotment the expert carry on judge, end according to judge expert rightness should opinion and dozen of the item cent, decision whether rightness should the item carry on the function which sign an item;Judge expert mo

9、ld piece provide an expert to allotment arrive of the item carry on dozen cent with provide the expert with the opinion of function.Keyword: Dreamweaver; ACCESS; ASP目 录摘要 .3第 1章 ASP 简介 .31.1 Active Server Pages 简介 .31.2 ASP 的新功能.41.3 ASP 页面的结构 .51.4 ASP 的运行环境 .51.5 ASP 内建对象.51.6 ASP 的主要内置组件 .61.7 Da

10、tabase Access 组件 ADO.61.8 ASP 的脚本语言 .61.9 ASP 能干什么? .71.10 HTML 和 ASP 的区别.7第二章 运行环境及系统性能需求分析.52.1、硬件需求.52.2、软件需求. 62.3、开发环境. 6第三章 科研项目网上申报管理系统的设计. 93.1、系统详细功能分析.83.2、数据库设计与实现.19第四章 科研项目网上申报管理系统的实现. 254.1、数据库的连接.254.2、登录界面设计. 284.3、系统用户注册模块.334.4、项目申报模块.374.5、用户信息修改模块包括. 394.6 项目申报管理及评审模块包括. 414.7、项目

11、查询打印模块包括. 444.8 用户信息管理模块. 47总结 . 50致谢 . 51参考文献 . 52第 1章 ASP 简介1.1 Active Server Pages简介Microsoft Active Server Pages (ASP) 是服务器端的脚本编写环境,通过这种环境用户可用它来创建动态 Web 页或生成功能强大的 Web 应用程序。ASP 页是包括 HTML 标记、文本和脚本命令的文件。ASP 页可调用 ActiveX 组件来执行任务,例如连接到数据库或进行商务计算。通过 ASP,可为用户的 Web 页添加交互内容或用 HTML 页构成整个 Web 应用程序,这些应用程序使用

12、 HTML 页作为用户的客户的界面。 对于 HTML 编写人员: 如果用户是位 HTML 编写人员,用户将发现 ASP 脚本提供了创建交互页的简便方法。如果用户曾想从 HTML 表格中收集数据,或用顾客的姓名个人化 HTML 文件,或根据浏览器的不同使用不同的特性,用户会发现 ASP 提供了一个出色的解决方案。以前,要想从 HTML 表格中收集数据,就不得不学习一门编程语言来创建一个 CGI 应用程序。现在,用户只要将一些简单的指令嵌入到用户的 HTML 文件中,就可以从表格中收集数据并进行分析。用户再不必学习完整的编程语言或者单独编译程序来创建交互页。随着不断掌握使用 ASP 和脚本语言的技巧,用户可以创建更复杂的脚本。对于 ASP,用户可以便捷地使用 ActiveX 组件来执行复杂的

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 行业资料 > 其它行业文档

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