文档详情

齐婷《新闻发布管理系统》课题论文.doc

发布:2017-10-30约6.17万字共62页下载文档
文本预览下载声明
新闻发布管理系统 摘要 ASP.NET是新一代Web应用程序开发平台,是新的主流B/S开发工具和标准。它采用一种代码隐藏机制——Code-behind,将页面控件、数据处理等代码和前台页面的标记性代码分隔开来。它是一个已编译的、基于.NET的开发环境,它提供了生成企业级应用程序所必需的全部服务,基于 .NET Framework 生成,整个框架都可用于任何 ASP.NET 应用程序。可以使用任何与公共语言运行库(CLR)兼容的语言(包括 Visual Basic.NET、C# 和 JScript?.NET)来创建应用程序。系统使用ASP.NET(C#语言)和ADO.NET技术开发, 实现了网站新闻的动态管理,使得对信息的管理更加及时、高效,提高了工作效率具有一般新闻系统的功能,主要包括前台新闻查看区和后台管理区,本文将结合一个管理系统(网站)的实现过程,来全面阐述ASP.NET实现过程。并讨论ASP.NET所实现B/S系统项目中的优缺点。关键词 ASP.NET ADO.NET 新闻管理 Browser/Server  Struts组建编程模型、ActionForm的Abstract ASP.NET is a platform of the current generation Web application development, as well as development tool and standard of the new mainstream B/S. ASP.NET separates codes of control and Data-processing from marked codes of Front Desk Page, through a Code-behind system. Based on .NET’s development environment and being compiled, it provides all the necessary services for producing-enterprises application. Because of the creation of Framework, it is available for any ASP.NET. application, and is able to create an application programm utilizing any languages compatible with CLR(including Visual Basic.NET、C# 和 JScript .NET). This system, adopting ASP.NET(C# language) and ADO.NET development techniques, achieves dynamic management of news on the website, timely and effectively. The essay fully analyzes ASP.NET’S realization processes, combining the fact of a new-releasing management system (site), and discusses the advantages and disadvantages of ASP.NET exiting in B/S system programs. 目 录 第一章 引言 3 1.1开发环境及工具 3 1.1.1设备 3 1.1.2支持程序 4 第二章 课题分析及设计要求 4 2.1课题分析 4 2.1.1 需求分析 5 2.1.2系统的性能需求 6 2.2设计要求 6 2.2.1设计目标 6 第三章 方案设计 6 3.1 方案现状及发展趋势 6 3.2 设计目的、意义和范围 7 第四章  系统设计 7 4.1模块划分 7 4.2数据库设计 8 第五章 系统详细设计 12 5.1使用技术的介绍 12 5.1.1 .NET Framework概述 12 5.1.2 ASP.NET、ADO.NET和C#语言简介 13 5.2关键技术(代码)分析 14 5.2.1 Web用户控件 14 5.2.2通用类代码 15 5.3程序的流程设计 20 5.3.1各模块功能介绍及部分代码、运行结果图示 20 (1)首页 20 (2)新闻内容查看 21 (3)新闻审核员操作 21 (4)新闻管理员操作 21 (5)编辑添加发布新闻 21 (6)新闻栏目管理 36 (7)输入新闻关键字搜索 41 (8)新闻信息管理 44 (9)管理员信息管理 51 5.3.2
显示全部
相似文档