The parser is not required to provide a Locator object.
不需要语法分析器来提供Locator对象。
A URI can be further classified as a locator, a name, or both.
URI可以进一步分为定位器、名称,或者二者兼具。
A Locator provides line and column positions to the application.
Locator为应用程序提供行和列的位置。
Also, specific node types can be identified by a locator attribute.
另外,locator属性还可以标识特定的节点类型。
In computer graphics, a technique of echoing a locator , using a cursor.
在计算机制图学中,一种使用光标回送定位器[符]的技术。
Here we use the Flight node to get a school of fish to follow a locator around a curve.
在这里,我们使用飞行节点获得一所鱼学校跟随曲线周围的定位器。
The final step is to use a locator to fix the remainingrelocatable addresses within the code.
最后一步是使用定位程序去整理保留在代码中的可重定位地址。
The final step is to use a locator to fix the remaining relocatable addresses within the code.
最后一步是使用定位程序去整理保留在代码中的可重定位地址。
This single value is a locator to the transition table, which the procedure USES to access the transition table columns.
这个单值是转换表的定位器,存储过程用它来访问转换表的列。
A locator feature (48) indexes receptacle elements on the circuit board (28), alignment tool (100), and seal plate (40).
定位特征(48)标引在电路板(28)、对准工具(100)和密封板(40)上的接受元件。
Note that the SAX parser is not required to supply a Locator, but if it does, it must fire this event before any other event.
请注意,不需要sax语法分析器提供Locator,但是如果它提供了,则必须在任何其它事件之前激活该事件。
In computer graphics, moving one or more segments on a display surface by translating it along a path determined by a locator.
计算机图形学中,在显示屏上移动一个或多个段,这种移动是通过将这些段沿着定位器确定的路径进行平移变换来实现的。
The most methodical way of doing this is to find one of the service locator lookups in a constructor and push it to the class instantiating it.
做这件事情最有条理的方法是在组件的构造函数中找到执行服务定位器查找的语句,把该语句移到实例化该组件的类中。
My third implementation used a service locator with no cache.
我的第三个实现使用没有缓存的服务定位器。
Just as predicted, overloaded resource names and a caching service locator makes the code execute differently; it makes some components get the wrong resources.
正如所预测的那样,重载的资源名和缓存服务定位器使得代码执行有不同的结果,它使某些组件取得错误的资源。
Do not just assume that a caching service locator significantly improves application performance; use performance testing to confirm that it does.
不要只假设缓存服务定位器能显著的提高应用程序的性能,要使用性能测试来证明这一点。
Business logic code that USES a service locator avoids becoming cluttered with directory lookup code, and so is easier to understand.
业务逻辑代码使用服务定位器避免目录查找代码变得混乱,因此它很容易理解。
A singleton service locator with a resource cache creates a global cache that cannot properly handle the component-level mappings for an overloaded resource name.
带有资源缓存的集合服务定位器创建全局缓存,通过这种方式不能为重载的资源名正确处理组件级映射。
Service locator implementations usually include a resource cache to avoid repeated lookups of the same resource.
服务定位器实现通常包括资源缓存,以此来避免对相同资源的重复查找。
When two components use a resource name that is overloaded — that is, a name that is bound to two different resources — a caching service locator returns the same resource to both components.
当两个组件使用一个重载的资源名,也就是说,一个名称绑定到两个不同的资源,缓存服务定位器为两个组件返回相同的资源。
OK, so a caching service locator causes errors for overloaded resource names.
好,既然是由于缓存服务定位器导致重载资源名时的错误。
My second implementation used a caching service locator.
我第二个实现使用了缓存服务定位器。
A LOB locator is not stored in the database, it refers to a LOB value during a transaction, and does not persist beyond the transaction in which it was created.
LO b定位器不存储在数据库中,它在一个事务期间引用一个lob值,不在创建它所在的事务以外存留。
For Cairngorm, we offer a service locator that can be configured in the IoC container.
我们为Cairngorm提供了一个可配置在IoC容器中的服务定位器。
Another way is for each component type to use its own instance of service locator, not a singleton.
另外一个方法是每个组件类型使用它自身的服务定位器实例,而不是集合。
But the service locator should not include a resource cache.
但是服务定位器不应包含资源缓存。
We have seen that an overloaded resource name and the typical service locator implementation, a singleton with a resource cache, do not get along.
我们已经看到了重载资源名和典型服务定位器实现,有资源缓存的集合,但他们之间并没有很好的合作。
The remaining alternative is to use a service locator, make it a singleton, but remove the reference cache.
剩下的一个选择是使用服务定位器使用集合的方式,但是要去除引用缓存。
So overloaded resource names mess up a service locator and its cache.
重载资源名使得服务定位器与其缓存之间变得混乱。
So overloaded resource names mess up a service locator and its cache.
重载资源名使得服务定位器与其缓存之间变得混乱。
应用推荐