基于网络服务的新闻系统毕业论文

 2021-04-19 10:04

摘 要

在Internet高速飞速发展的今天,互联网成为人们获取、发布和传递信息最快速的重要渠道,它在人们政治、经济、文化、生活等各个方面发挥着重要的作用.因此网站建设在Internet应用上的地位显而易见,基于网络的服务系统做为网络媒体的核心系统,其重要性是越来越重要:一方面,它提供一个新闻管理和发布的功能;另一方面,现在的新闻发布要求实现与普通的用户实现交互,用户可以很方便地参加一些调查和相关新闻的评论,同时,Internet发展到当今,可以说,只要你上Internet,你就会接触到新闻发布系统,网络的服务系统的用户是相当惊人的,其重要性是不容置疑的,它已成为政府、企事业单位信息化建设中的重要组成部分,从而倍受人们的重视。简单地说,网络的服务系统就是充当一个网络新闻媒介的功能,主要实现对新闻的分类发布,模拟了一般新闻媒介的新闻的发布系统。 新闻发布系统,是将网页上的某些需要经常变动的信息,类似新闻、新产品发布和业界动态等更新信息集中管理,并通过信息的某些共性进行分类,最后系统化、标准化发布到网站上的一种网站应用程序。网站信息通过一个操作简单的界面加入数据库,然后通过已有的网页模板格式发布到网站上,通过这些,大家就可以看到新闻了。

关键字: .NET ACCESS 新闻发布 新闻管理

Web based news service system

ABSTRACT

In the Internet high speed rapid development today, the Internet has become an important channel to obtain, release and transmit information quickly, it plays an important role in people's political, economic, cultural, life and other aspects. Therefore the construction site on the Internet application status of the obvious, the network service system as the core system based on the network media, its importance is more and more important: on the one hand, it provides a news management and distribution function; on the other hand, now the news release requires the user to interact with the common implementation, users can easily participate in some surveys and news comments, at the same time, the development of Internet today, it can be said, as long as you Internet, you will be exposed to the news release system, service system of network users is quite amazing, its importance is allow all doubt, it has become the government, enterprises and institutions in the important part of information construction, which has attracted people's attention. In brief, the service system of the network is the function of a network news medium, the main realization of the classification of the news release, the news release system of the general news media is simulated.. News issued the system is page of some of the need for frequent changes of information, similar news, new product launches and industry dynamics, update the information centralized management, and through some general information of classification. Finally, systematic, standardized released to the site of a web site application. Website information through a simple interface to join the database, and then through the existing web template format posted to the website, through these, we can see the news.

Key words: .NET ACCESS news release news management

目 录

1 绪论 - 6 -

1.1开发平台及数据库简介 - 6 -

1.1.1 Visual Studio - 6 -

1.1.2 Microsoft Office Access - 6 -

1.2. 开发技术的选取和简介 - 6 -

1.2.1 ASP.NET - 6 -

2 系统分析 - 8 -

2.1需求分析 - 8 -

2.2 可行性分析 - 8 -

3 总体设计 - 9 -

3.1 项目规划 - 9 -

3.2 系统功能结构图 - 9 -

4 系统设计 - 12 -

4.1设计目标 - 12 -

4.2 开发及运行环境 - 12 -

4.3 数据库字段 - 13 -

5 网站总体构架 - 17 -

5.1网站首页的运行结果 - 17 -

6 网站后台功能模块设计 - 20 -

6.1登陆模块设计 - 20 -

6.2 新闻模块设计 - 23 -

6.2.1 增加新闻 - 23 -

6.2.2 删除新闻 - 24 -

6.2.3 修改新闻 - 24 -

6.3 管理员模块设计 - 25 -

6.4 其他模块设计 - 27 -

7 网站前台功能模块设计 - 29 -

7.1 查看新闻模块设计 - 29 -

7.2 网站信息统计模块设计 - 30 -

7.3 关键字查询模块设计 - 30 -

7.4 其他前台模块设计 - 31 -

8 个人总结 - 33 -

8.1 系统创新与特色 - 33 -

8.2 个人感悟 - 34 -

致 谢 - 36 -

附录A - 38 -

1 绪论

1.1开发平台及数据库简介

1.1.1 Visual Studio

Visual Studio是微软公司推出的开发环境,是目前最流行的Windows平台应用程序开发环境。Visual Studio 2010版本于2010年4月12日上市,其集成开发环境(IDE)的界面被重新设计和组织,变得更加简单明了。Visual Studio 2010同时带来了NET Framework 4.0、Microsoft Visual Studio 2010 CTP( Community Technology Preview--CTP),并且支持开发面向Windows 7的应用程序。除了Microsoft SQL Server,它还支持IBM DB2和Oracle数据库。

1.1.2 Microsoft Office Access

Microsoft Office Access(前名 Microsoft Access)是由微软发布的关联式数据库管理系统。它结合了 Microsoft Jet Database Engine 和图形用户界面两项特点,是Microsoft Office的成员之一。其实Access 也是微软公司另一个通讯程序的名字,想与ProComm以及其他类似程序来竞争。可是事后微软证实这是个失败计划,并且将它中止。数年后他们把名字重新命名于数据库软件。Access在2000年的时候成为了计算机等级考试中的计算机二级的一种数据库语言并且因为它的易学易用的特点正逐步取代传统的VFP成为二级中最受欢迎的数据库语言。

1.2. 开发技术的选取和简介

1.2.1 ASP.NET ASP.NET是由微软在·NET Framework框架中所提供,开发Web应用程序的类库,封装在System.Web.dll文件中,显露出System.Web命名空间,并提供ASP.NET网页处理、扩充以及HTTP通道的应用程序与通信处理等工作,以及Web Service的基础架构。ASP.NET是ASP技术的后继者,但它的发展性要比ASP技术要强大许多!

为什么选取.NET,在我看来,它与ASP主要有这三大区别:

1.开发语言不同 
ASP仅局限于使用脚本语言来开发,用户给WEB页中添加ASP代码的方法与客户端脚本中添加代码的方法相同,导致代码杂乱。 

ASP.NET允许用户选择并使用功能完善的编程语言(C ,C#,VB,JAVA等都能用在。NET上),也允许使用潜加巨大的.NET Framework。 
2.运行机制不同 
ASP是解释运行的编程框架,所以执行效率加较低。 
ASP.NET是编译性的编程框架,运行是服务器上的编译好的公共语言运行库代码,可以利用早期绑定,实施编译来提高效率。 

3.开发方式 
ASP把界面设计和程序设计混在一起,维护困难。 

您需要先支付 80元 才能查看全部内容!立即支付

课题毕业论文、开题报告、任务书、外文翻译、程序设计、图纸设计等资料可联系客服协助查找,优先添加企业微信。