數據訪問對象 的英文怎麼說

中文拼音 [shǔfǎngwènduìxiàng]
數據訪問對象 英文
dao data access objects
  • : 數副詞(屢次) frequently; repeatedly
  • : 據Ⅰ動詞1 (占據) occupy; seize 2 (憑借; 依靠) rely on; depend on Ⅱ介詞(按照; 依據) according...
  • : 動詞1. (訪問) call on; interview; visit 2. (調查; 尋求) inquiry into; seek by inquiry [search]; try to get
  • : Ⅰ動詞1 (請人解答) ask; inquire 2 (詢問; 慰問) question; ask about [after]; inquire about [aft...
  • : Ⅰ動詞1 (回答) answer; reply 2 (對待; 對付) treat; cope with; counter 3 (朝; 向; 面對) be tr...
  • 數據 : data; record; information
  • 訪問 : visit; call on; interview; access; addressing; reference to
  1. For example, say a data access object called

    數據訪問對象需要一個稱為
  2. The data access object pattern has become a standard part of the j2ee developer s arsenal

    數據訪問對象( data access object )模式已經成為j2ee開發人員工具庫中的標準部件。
  3. As in the previous articles, i ll use a minimal model based on an online store, this time consisting of a basic product representation, a user s shopping cart that can contain product items, and a data access object to look up product details from a data store

    像在前一篇文章中一樣,我將採用一個基於在線商店的最小模型,這次包含一個基本的產品表示、一個可以包含產品商品的用戶購物車以及一個從存儲查詢產品的數據訪問對象( dao ) 。
  4. You might have a web user interface view that s called by a controller, which calls a facade layer, which calls a data access object, which calls an object - relational mapper, which calls a database

    您可能擁有一個由控制器調用的web用戶界面( ui )視圖,它調用外觀層,外觀層調用數據訪問對象數據訪問對象調用關系映射,關系映射調用庫。
  5. First of all, the paper illustrates the concepts and the fundamental functions of gde. then it studies four primary problems. those are data model, data index, geographic data management and geographic data access objects

    本文以地理庫引擎( geographydatabaseengine , gde )為研究,在描述了gde的概念和基本功能的基礎上,研究了gde四個主要方面的題:模型、索引、地理管理以及地理數據訪問對象
  6. In the case of data index, the paper generalizes several advanced data index at the present time and analyzes the feature of data index based on database emphatically. then it illustrates the spatial ordering quad - tree index based on database of gde. in the case of geographic data management, the paper studies and tests several primary technologies, such as data concurrent access, data storage, data query, data update and maintenance, data transmission and data buffer, and so on

    模型方面,在常見的模型進行描述和分析的基礎上,提出了滿足海量高效存儲和管理的gde模型,通過實驗的存放方式和效率進行了測試;索引方面,歸納總結了當前提出的較為先進的幾種索引方法,尤其是著重分析了基於庫的索引的特點,並gde基於庫的可排序四叉樹索引進行了重點闡述;地理管理方面,並發查詢、更新與維護、傳輸以及緩存等關鍵技術進行了闡述和實踐;地理數據訪問對象方面,介紹了採用面向技術設計實現的地理類。
  7. We ll begin with a review of the data access object pattern

    我們將從回顧數據訪問對象模式入手。
  8. Simulated data access objects

    模擬數據訪問對象
  9. Simulated data access objects essentially simulate a back - end datastore

    模擬數據訪問對象實際上模擬後端存儲。
  10. Data access objects

    數據訪問對象
  11. Data access object

    數據訪問對象
  12. We ll start with a simple example of a simulated data access object, shown in listing 2

    我們將從模擬數據訪問對象的簡單示例入手,如清單2所示:
  13. In part 2, you use ibatis s data access objects and data mapper to access an application s underlying data structure effectively. in this tutorial the jpetstore application

    在第2部分中,我們將用ibatis的數據訪問對象( dao )和data mapper有效地應用程序的底層結構。
  14. Three kinds of data access objects dao, rdo, ado and windows dna structure of three are discussed at length. integration mode of software system is summarized and a set of software is programmed on this basis to realize the database management of experiment data. in addition, another set of vod management system software is programmed to ensure its normal operation and effective management

    本文回顧了管理方式的發展歷史,庫,特別是sqlserver2000進行了比較詳細的介紹,討論了三種數據訪問對象: dao 、 rdo 、 ado ,詳細討論了windowsdna三層結構,軟體系統集成方法進行了概述,然後在此基礎上編制了一套針實驗庫管理軟體,實現了實驗庫管理,另外還在導師原有科研工作的基礎上,進行理論分析,並改進編制了一套視頻點播管理系統軟體,實際運行證明,可保證視頻點播系統的正常運轉和有效管理。
  15. As is stated above, this thesis did research on struts, spring and hibernate frameworks, and analysed each framework ’ s function in web application layer. an architecture is integrated with the three frameworks which is suitable for enterprise web application. the architecture hands business logic of struts to spring ; utilize beans configuration to manage the related classes ; manage objects ’ relation of between controller and data access object through spring and make data persistence by hibernate. this thesis made did deep analysis and research on coupling of integration between spring and struts and put forward a solution to loose coupling of integration

    本文針上述題,struts , spring , hibernate框架進行研究,具體分析各個框架在web應用的不同層次上所發揮的作用,並整合三種框架,設計出一個適合企業web應用的java通用架構,即將struts應用中的業務邏輯交給spring管理,相關類用spring的beans配置完成,由spring管理與表現層的控制器及更下層的數據訪問對象( dataaccessobject )的關系,由hibernate負責的持久化;並spring和struts整合的耦合性進行深入的分析研究,提出了一種框架整合的解耦方案;採用aop ( aspectorientedprogramming )機制,設計出一個脫離spring環境的aop ;最後用一個實際的項目架構應用進行實現。
  16. Some, like velocity and middlegen, generate data access objects, given a description of the database tables

    一些工具,像velocity和middlegen ,會生成數據訪問對象,給出庫表的描述。
  17. Use simulated and actual data access objects to effectively and efficiently test your j2ee apps

    使用模擬和實際數據訪問對象來有效而又高效地測試j2ee應用程序
  18. In this article, you ll learn about layered testing with simulated data access objects sdaos

    在本文中,您將了解使用模擬數據訪問對象( sdao )進行分層測試。
  19. The goal of the data access object pattern is to provide a single point of contact to a particular data source

    數據訪問對象模式的目的是提供到特定源的單個聯系點。
  20. I presented a sample design that illustrated the use of servlets and jsp technology, explaining how the mvc approach could be combined with a simple data access object to handle queries and updates of persistent data in an application

    我提供了一個說明servlet和jsp用法的樣本設計,以說明如何結合mvc方法和簡單數據訪問對象( dao )以處理應用程序中持久的查詢和更新。
分享友人