Today, Dao De Jing still plays a role in the development of Chinese thoughts.
时至今日,《道德经》在中国思想的发展中仍然发挥着重要作用。
According to Dao De Jing, which picture shows an attitude of breaking the way of nature?
据《道德经》所言,哪幅画表现了一种打破自然之道的态度?
There are only 5000 characters in the book, but it is considered as one of the oldest and most important philosophy books of ancient China. It includes two parts, Dao and De.
这本书只有五千字,但它被认为是中国古代最古老、最重要的哲学书籍之一。它包括两个部分,道和德。
This was historical in the Dao Family.
这在Dao家真是创历史的事情.
Will a DAO invoke methods on another DAO?
一个DAO是否调用另一个DAO的方法?
DAO methods should throw meaningful exceptions.
DAO方法应该抛出有意义的异常。
The DAO layer has strong database cohesion.
dao层具有强大的数据库内聚力。
Consider defining standard DAO exception classes.
考虑定义标准dao异常类。
The DAO participates in a global transaction.
dao加入一个全局事务。
A concrete class that implements the DAO interface.
一个实现了dao接口的具体类。
Will a transaction involve one DAO or multiple DAOs?
事务涉及到一个DAO还是多个DAO ?
He also embodies the transformation of Dao County.
他也体现了道县生活的转型。
Or you can use your own custom DAO-based framework.
或者您也可以使用自己的自定义基于DAO的框架。
The foundation for a generic DAO is its CRUD operations.
泛型DAO的基础是其CRUD操作。
Transaction demarcation code is separated from the DAO.
事务界定代码从DAO中分离出来。
These are handled outside the DAO to achieve flexibility.
这些不由DAO处理是为了实现灵活性。
Transaction demarcation code is embedded inside the DAO class.
事务界定代码嵌入在dao类中。
You will learn how to incorporate all three in your DAO classes.
您将学到如何将这三者结合到自己的dao类中。
External dependencies — For instance, my DAO needs a data source.
外部依赖性——例如,我的DAO需要一个数据源。
Should the DAO be responsible for starting and ending transactions?
DAO 是否要负责事务的开始和结束?
How will exceptions be handled within the DAO implementation class?
在DAO实现类中如何处理异常?
Each DAO instance is responsible for one primary domain object or entity.
每个dao实例负责一个主要域对象或实体。
We are here and we support you in your truth of the Dao and Tao within.
我们龙族就在这里,我们支持你找到内在道之父与道之母的真相。
The DAO may allow queries based on criteria other than the primary key.
DAO可允许基于除主键之外的标准进行查询。
We'll start with a review of the DAO design pattern and data access objects.
我们将以对DAO设计模式和数据访问对象的概述开始。
Specifically, DAO separates business logic from database persistence code.
具体来说,DAO将业务逻辑与数据库持久性代码分隔开来。
The DAO completely hides the data source implementation details from its clients.
DAO将数据源的实现细节对客户端完全的隐藏了起来.
The DAO manages the connection with the data source to obtain and store data.
数据访问对象负责管理与数据源的连接,来获取和储存其中的数据。
Like many design patterns, DAO is grounded on the separation of design tasks.
与许多设计模式相似,DAO以分隔设计任务为基础。
Another example would be a DAO that provides caching services for another DAO.
类似的一个例子将是一个为另一个DAO提供缓存服务的DAO。
应用推荐