ImageVerifierCode 换一换
格式:DOCX , 页数:16 ,大小:26.96KB ,
资源ID:27047049      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/27047049.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(ASP外文文献.docx)为本站会员(b****4)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

ASP外文文献.docx

1、ASP外文文献The Design and Implementation of ASP Web Site News Management SystemsAbstractThe use of ASP and SQL technology news site management system, to achieve the dynamic management of the news Web site, making the management of information more timely, efficient, improve the work efficiency. At the

2、same time, the development of systems theory, systems and design features are introduced. Key wordASP,SQL,news management,database With the popularization of Internet, more and more companies set up their own WWW sites, enterprises can display products through the website, publishing the latest deve

3、lopments, with users sharing and communication to establish contact with partners, as well as e-commerce. Information Management System which is an enterprise Web site an important part of it bears a double role, on the one hand, the dynamic can be used to release the new product or new development

4、projects, on the other hand, the timely notice to their customers business performance, Progress in technology and research and development, in particular, recommend or preferential projects, products and services to attract customers, expand customer base. Management of traditional news sites in tw

5、o ways, one static HTML page, update the information needed to re-create the page and then upload the page and modify the corresponding links, the efficiency of this approach is too low because we have little use. The second is based on ASP and scripting languages, dynamic Web pages and databases, t

6、hrough the application of procedures to deal with news, this is way more popular. However, due to the limitations of ASP allows the system itself, there are some insurmountable flaws, and ASP.NET technology has taken on the system performance has been greatly improved, the main performance in the fo

7、llowing aspects: 1. ASP page to open as a result of each must be compiled to explain the process, so when the page opens in the rate of repeated there is no upgrade, and only need a ASP.NET page do not need to recompile compiled until the page has been modified or Web Application process restarted.

8、This makes the speed in a number of visits has greatly improved. 2. As the ASP does not provide any output data for the content of the components, so writing a database using ASP page can use the Record Set Object ADO to read records of transaction, while the ASP provided through the DataGrid, such

9、as ADO.NET database and database components can be directly Contact. 3. ASP support real-time application updates. Administrators do not have to turn off the network server or even do not have to stop running the application can update the application on file. Application documents will never be loc

10、ked, so even when the program runs in the paper can be overwritten. When the document is updated, the system will convert to the new moderate version. 4. ASP take the code-behind approach to the preparation of the code makes the code easier to prepare, structure more clearly, reducing the system dev

11、elopment and maintenance of the complexity and the cost of. 1 System Development Principle 1.1 The System Architecture Model of ASP-based Technology ASP is a three-tier system structure: UI Layer, Business Logic Tier and data layer. UI layer is responsible for interaction with the user, receiving us

12、er input and server-side data from present to clients. Business Logic Tier is responsible for receiving requests from browser requests to the data layers and at the same time the results of the request sent to the browser. It consists of Web Forms, XML Web services and service composition components

13、. Web Forms ASP.NET which is the core of the application, it is presented to customers based on data and information as well as to respond to and deal with customers and display interactive Web form generated based on information and data. Data layers to manipulate data through the ADO.NET layer for

14、 business logic to provide data services, such as storing the results of data manipulation and return to the results of data retrieval. 1.2 The principle of access to the database ADO.NET Connected with the database, ADO.NET provide the following three kinds of ways: through ODBC connected; connecte

15、d through OLEDB; directly connected with the SQL Server. Application of three kinds of ways as a result of differences in levels, making the efficiency from low to high, high to low independence. Connected to the database for data processing, there are two kinds of ways, that is, through a Dataset t

16、o the isolation of heterogeneous data sources, and the other is a stream to read from the data source (Data Reader mode). Traditional application is to create a connection to the database, in the process is running the whole way to maintain connections to the design. ASP.NET taken disconnected mode

17、data structure. When a browser requests a page to the Web server, the server to deal with this request, the requested page and send to your browser, and then connection was disconnected until the next browser request issued. ADO.NET Another innovation is the introduction of a data set (Dataset). A d

18、ata set is the relationship between memory map to provide high-speed data buffer. Data set of data sources know that they can be adopted by the program or transferred from the data warehouse data were generated, to fill. Regardless of where the data acquisition, data sets are the same procedure thro

19、ugh the use of templates to be operated, and its potential to use the same data buffer. 2 Systems Functional Designs 2.1 Systems Function Structures The news management system in Windows 2000 Server operating system platforms, Web server IIS, the database server for Microsoft SQL Server2000, develop

20、ment tools used in Microsoft Visual Studio. NET and DreamWeaver. Its work processes as follows: the user login through the authority to determine the general user can only browse, read and query information, registered users can be completed in addition to the ordinary user, but also can enter infor

21、mation for news management module input, modify, and delete operations. In addition to registered users outside the system administrator can only be recorded on its own news operation for excision. 2.2 Systems Function Characteristics (1) Simple, user-friendly: complete control of page layout, makin

22、g information easier entry work; many options including news categories, such as the source of departments only need to click the mouse can be completed; In addition, the follow-up message also appears allow users to clear their own operations. (2) Can be seen immediately: the handling of the press

23、(including the entry, modify, delete) will be the corresponding column on the home page is displayed to immediate release, immediate results function.(3) Function: include common site in all aspects of information management: information input, browse, delete, modify, search and other aspects, the f

24、ull realization of the Web site of the real-time information management requirements. (4) To facilitate transplantation: for different enterprises, with some slight modifications need to be able to develop for the companys Web site features news management system. 3 Systems Detailed Designs Core fun

25、ctions of the system through a number of functional modules achieved. Specific design process is as follows: System login: The module responsible for the user are divided into general users and registered users to achieve the management of user rights. (2) News View: The module is responsible for al

26、l the news page web site lists information, including the title, type, source and date field departments, and each title has been made news a hyperlink, click the page they will be able to Jump news reader. (3) News reader: in other pages or click the title link to read into the news pages, at this

27、time, detailed information of each information will be removed, including the content, title, keywords, and relatively fixed in accordance with the format placed in different pages region, the use of all the news about the same page layout, only the contents of the field corresponding to different I

28、n addition, the location of other pages can be dynamically placed in other components, such as web site logo, such as the page banner ads link to pictures, this can be easily to achieve the effect of illustrations in reading. (4) News Inquiry: The module provides a press inquiry, type to be selected

29、 to find the content and classification of information can quickly find the information in line with the conditions and results output. (5) News Management: The module listed in the registry is responsible for the registration page the user has issued a news and information and did not delete, the u

30、ser can press to delete the article, modify. In addition to non-news publisher is not outside the system administrator has the authority to deal with information which, so different users access to this page will display different content. (6) News entry and modification: a press registered users ne

31、ed to input the content, including title, keyword, type, source of departments, such as release date, at the same time from the login module to be user name, this information will be saved into the database. The module is also responsible for editing the updated state, then, it will light the Title

32、field values on the page to initialize the control. asp的网站新闻管理系统的设计与实现摘要 利用ASP和SQL技术开发的网站新闻管理系统,实现了网站新闻的动态管理,使得对信息的管理更加及时、高效,提高了工作效率。同时对系统的开发原理、系统的功能特点和设计方案进行了介绍。 【关键词】ASP,SQL,新闻管理,数据库 随着Internet的普及,越来越多的企业建立了自己的WWW网站,企业通过网站可以展示产品,发布最新动态,与用户进行交流和沟通,与合作伙伴建立联系,以及开展电子商务等。其中新闻管理系统是构成企业网站的一个重要组成部分,它担负着双层

33、作用,一方面可以用来动态发布有关新产品或新开发项目,另一方面又可以及时向顾客公告企业经营业绩、技术与研发进展、特别推荐或优惠的工程项目、产品和服务,从而吸引顾客,扩大顾客群。传统的网站新闻管理方式有两种,一是静态HTML页面,更新信息时需要重新制作页面然后上传页面并修改相应链接,这种方式因为效率太低已不多用。二是基于ASP和脚本语言,将动态网页和数据库结合,通过应用程序来处理新闻,这是目前较为流行的做法。但是由于ASP本身的局限性使得系统有一些不可克服的缺陷,而采取了ASP.NET技术的系统性能上有了很大的改善,其主要表现在以下几方面: 1由于ASP页面每次打开都必须经过先编译后解释的过程,所以页面在反复

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1