【正文】
的方式來設(shè)計的。一個數(shù)據(jù)集是內(nèi)存中提供數(shù)據(jù)關(guān)系圖的高速緩沖區(qū)。其工作流程為:用戶登錄通過權(quán)限判斷,普通用戶只能瀏覽、閱讀和查詢新聞,注冊用戶除了可以完成普通用戶的操作外,還可以進入新聞管理模塊進行新聞錄入、修改和刪除的操作。 ( 3)功能完善:包括常見網(wǎng)站的新聞管理的各個方面:新聞錄入、瀏覽、刪除、修改、檢索等各個方面,完整地實現(xiàn)了網(wǎng)站對即時新聞的管理要求。 ( 2)新聞瀏覽:該模塊負(fù)責(zé)分頁列出網(wǎng)站所有新聞的信息,包括標(biāo)題、類型、來源部門字段及發(fā)布日期,每條新聞的標(biāo)題被做成一個超鏈接,點擊它們就能跳轉(zhuǎn)頁面進行新聞閱讀。非新聞發(fā)布者除系統(tǒng)管理員外不具有對該條新聞的處理權(quán)限,所以不同用戶進入此頁面將顯示不同的內(nèi)容。 2.關(guān)系數(shù)據(jù)庫( RDBMS)管理系統(tǒng)功能: 維護數(shù)據(jù)庫 數(shù)據(jù)之間的關(guān)系; 保證數(shù)據(jù)存儲的正確性; 當(dāng)出現(xiàn)系統(tǒng)故障的時候,將所有數(shù)據(jù)恢復(fù)到能夠保證一致行的某種狀態(tài) 3. RDBMS: SQL Server, Oracle, DB/2,Sybase, Informix 4. NonRDBMS(Filebased): Foxpro, Access SQL Server 2020 的版本 SQL Server 2020 常見版本有: 企業(yè)版( Enterprise Edition) 支持所有 SQL Server 2020 的功能。但是,不具有支持大型數(shù)據(jù)庫,數(shù)據(jù)倉庫和網(wǎng)站的功能。 開發(fā)者版( Developer Edition) 適用于應(yīng)用程序開發(fā)的版本,支持除圖形化語言設(shè)置以外的 SQL Server2020 的所有其它功能。 2.可伸縮性與可用性: 可跨越從運行 Windows 95/98 的膝上型電腦到運行 Windows 2020 的大型多處理器等多種平臺使用。開發(fā)人員可以更加快速地交付 SQL Server 應(yīng)用程序,而且只需要進行最少的安裝和管理就可以實現(xiàn) 這些應(yīng)用程序。增加了一系列的功能,具體如下: 1.在關(guān)系數(shù)據(jù)庫方面的增強 2.圖形管理增強 3.增強的聯(lián)合數(shù)據(jù)庫服務(wù)器 SQL Server 2020 工具和實用程序 SQL Server 2020 有 8 個 工具,分別是: 1.企業(yè)管理器; 2.服務(wù)管理器; 3.查詢分析器; 4.事件探查器; 5.導(dǎo)入和導(dǎo)出數(shù)據(jù); 6.服務(wù)器網(wǎng)絡(luò)使用工具; 7.客戶端網(wǎng)絡(luò)使用工具; 8.聯(lián)機幫助文檔。 2.在企業(yè)管理器中包含兩個窗口,左側(cè)的窗口是以“樹狀目錄”顯示 的活動窗口,右側(cè)是顯示內(nèi)容的窗口。 附件 2:外文原文(復(fù)印件) The Design and Implementation of ASP Web Site News Management Systems The 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 same time, the development of systems theory, systems and design features are introduced. With the popularization of Inter, more and more panies set up their own WWW sites, enterprises can display products through the website, publishing the latest developments, with users sharing and munication to establish contact with partners, as well as emerce. 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 projects, on the other hand, the timely notice to their customers business performance, Progress in technology and research and development, in particular, remend or preferential projects, products and services to attract customers, expand customer base. Management of traditional news sites in two ways, one static HTML page, update the information needed to recreate 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, through 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 technology has taken on the system performance has been greatly improved, the main performance in the following aspects: 1. ASP page to open as a result of each must be piled to explain the process, so when the page opens in the rate of repeated there is no upgrade, and only need a page do not need to repile piled until the page has been modified or Web Application process restarted. 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 ponents, 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 as database and database ponents can be directly Contact. 3. ASP support realtime application updates. Administrators do not have to turn off the work server or even do not have to stop running the application can update the application on file. Application documents will never be locked, 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 codebehind approach to the preparation of the code makes the code easier to prepare, structure more clearly, reducing the system development and maintenance of the plexity and the cost of. 1 System Development Principle The System Architecture Model of ASPbased Technology ASP is a threetier system structure: UI Layer, Business Logic Tier and data layer. UI layer is responsible