数据访问对象 meaning in Chinese
dao data access objects
date access object
Examples
- 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 )以处理应用程序中持久数据的查询和更新。 - The more advanced developers might also like to generate javabeans mapping attributes to table columns , and it would also be nice to generate data access objects providing methods for querying and updating data in the database
更高级的开发者可能还喜欢生成javabeans ( tm ) ,以将属性映射到表中的列,如果能生成数据访问对象( data access object ) ,从而为查询和更新数据库中的数据提供方法,那也是很方便的。 - 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四个主要方面的问题:数据模型、数据索引、地理数据管理以及地理数据访问对象。 - 3 . establishing the repository of expert systems and founding management systems of expert systems based on the model of microsoft open database connectivity ( odbc ) , the technology of object - orient database and microsoft access software . 4
3 、使用面向对象的编程技术,以数据访问对象( odbc )模型为基础,采用microsoftaccess作为后台数据库创建了专家系统的知识库;建立了专家系统知识管理系统,以便对知识库中的规则进行维护。 - 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 ) 。