The primary object is to use the least transfer times, the second is to choose the shortest route distance.
第一目标是换乘车次最少,第二目标是出行路程最短。
The primary object of the present invention is to provide a substantially lead free alloy that is press quenchable.
本发明的主要目的是提供可模压淬火的基本不含铅的合金。
Spoken psychoanalytically: the longing for reunification with the primary object to fill the fundamental gap that its lost has left.
或许用精神分析来解释的话:这是一种再统一热望,利用原始对象填塞其失落所遗留下来的基本隔阂。
Balint denied Freud's theory of primary narcissism, and suggested that narcissism and hate were secondary to primary object-love.
巴林特反对弗洛伊德的原始自恋理论,认为自恋和恨都是原始爱的继发性现象。
You need a focal point - like when a photographer chooses the central subject of a picture, the primary object on which all eyes focus.
你需要重点式选择时的中心主题摄影图片、主要对象是所有目光的焦点。
After all, when suppressing the inflation has become a key target in the economic issue this year, the housing prices become the primary object that need regulation.
毕竟,在压制通货膨胀成为今年经济工作的一项重点目标的情况下,房价将成为首要需要监管的对象。
The primary selected object is typically the last object that was selected, but the primary object of a multiple component selection can be changed to any of the selected components.
主选定对象通常是最后选定的对象,但也可以将多组件选择的主对象更改为任意选定的组件。
In Chapter 12 I propose to discuss in more detail this essentially two-person relationship and to differentiate it from what I have called primary object love, or primary object relationship.
在第12章中,我提出更详细的讨论,这基本上是两个人的关系,并从我所说的主要的客体爱,或主要对象关系中区分它。
Reference queues are the garbage collector's primary means of feeding back information to the application about object lifecycle.
引用队列是垃圾收集器向应用程序返回关于对象生命周期的信息的主要方法。
Business objects are the primary mechanism for representing business entities, enabling everything from a simple basic object with scalar properties to a large complex hierarchy or graph of objects.
业务对象是用于表示业务实体的主要机制,支持从具有标量属性的简单基本对象到大型复杂层次结构或对象图的任何实体。
The EJB server provides primary services such as object distribution, naming, security, persistence, transaction management, and concurrency.
EJB服务器提供一些基本服务,比如对象分发、命名、安全性、持久性、事务管理和并发性。
Its primary purpose is to produce LINQ-compatible object models from XSD files, giving developers some measure of static type checking while accessing XML data.
它的主要目标是从xsd文件中生成兼容LINQ的对象模型,让开发人员在访问XML数据的时候可以进行一定的静态类型检查。
A primary contributor to the complexity of memory management is aliasing: having more than one copy of a pointer or reference to the same block of memory or object.
内存管理复杂性的主要原因是别名使用:同一块内存或对象具有多个指针或引用。
The majority of the Amazon storage patterns were based on primary key access leading to single value or object.
亚马逊的大多数存储模式都建基于通过主键访问某个值或对象。
Simple access is a little slower than a simple query (find a single object by primary key) to a database.
对数据库的简单访问要比对数据库的查询(通过主键找到一个单一对象)慢一些。
The Object Types that contribute most to Heap Size and Packages that contribute most to Heap Size tables do not show any growth statistics but only the total number of instances in the primary dump.
ObjectTypesthatcontributemosttoHeapSize和Packages that contribute most to Heap size表不显示任何增长统计信息,仅显示主要转储中的实例总数。
You don't have to treat a Product as an "addable" object, but that's its primary purpose.
您不必一定要把Product当作“可添加的”对象来对待,虽然这是它的主要目的。
For example if the administrator defines an object while logged on with a personal user ID, and the user ID's primary group is staff, then access is granted to staff.
例如,如果管理员使用个人用户ID登录时定义一个对象,并且该用户的ID的主要组为staff,那么访问权限将授给staff。
The fragment cache supports two primary types of cache instances: object cache instances and servlet cache instances.
片段缓存支持两种主要的缓存实例:对象缓存实例和Servlet缓存实例。
Unfortunately, it's in the details of how the XMLHttpRequest object automatically parses the XML where the primary difficultly with the Ajax approach comes into play.
遗憾的是,使用Ajax方法的主要难题在于XMLHttpRequest对象自动解析xml的详细过程。
The primary purpose of the ProductDAO class is to create a new Product object that consists of the data from a specific row in the bigdog.products table.
ProductDAO类的主要用途是创建一个由 bigdog.products 表的特定行中的数据组成的新Product对象。
Once you create the primary buzz object, you can use the object's getPosts() method to access a user's activity feed.
一旦创建了初始的buzz对象,您就可以使用对象的getPosts()方法访问用户的活动提要。
If this identifier is used as a primary key, and then changes, we will have to change the logic in our RentalLocation object.
如果该标识符用作主键,又有变更,我们只好在RentalLocation对象里改变逻辑。
Given the view's definition, you created a metadata object consisting of four columns and designated one column as the primary key for purposes of your work.
提供了视图定义后,可以创建由4个列组成的元数据对象,并指定一个列为主键以进行以后的工作。
The principal access path to any object in a grid should be either through the Map API or through an EntityManager find() using the object’s primary key.
到网格中任何对象的主要访问方式应该是通过MapAPI或使用对象主键的EntityManagerfind() 方法。
It calls the primary constructor with Nil (which represents an empty List object).
它调用主构造函数,并且传入Nil (Nil表示了一个空的List对象)。
The use of the class as the primary means of abstraction is key to object-oriented framework design.
作为抽象的主要方法,类的使用在面向对象框架设计中是很关键的。
Inter-table relationships, primary key columns, and other information about the target data is specified through the metadata object as well.
表间关系、主键列和其他有关目标数据的信息也是通过元数据对象指定的。
At the core of functional programming is the function, just as classes are the primary abstraction in object-oriented languages.
函数式编程的核心是函数,就像面向对象语言的主要抽象方法是类。
At the core of functional programming is the function, just as classes are the primary abstraction in object-oriented languages.
函数式编程的核心是函数,就像面向对象语言的主要抽象方法是类。
应用推荐