• The location widget extracted the location through the Locator Service.

    Location小部件通过定位器服务提取位置

    youdao

  • Taxi/rental car—Another locator service puts users in touch with nearby taxi and car rental services.

    出租车/租车 - 这是另一个定位服务,帮助用户快速找到最近的出租车/租车服务

    youdao

  • Another way is for each component type to use its own instance of service locator, not a singleton.

    另外一个方法每个组件类型使用自身服务定位器实例而不是集合

    youdao

  • This is because the service locator will cache the resource for whichever component USES the overloaded name first.

    是因为服务定位器缓存不论哪个组件首次使用所重载的名称资源

    youdao

  • The client passes in a unique identifier — a resource namefor the resource; the service locator finds the resource and returns it to the client.

    客户资源传递一个唯一的标识符(资源),服务定位器找到这个资源返回客户端。

    youdao

  • 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.

    这件事情最有条理方法组件的构造函数找到执行服务定位器查找的语句,语句移实例化该组件的中。

    youdao

  • Service locator implementations usually include a resource cache to avoid repeated lookups of the same resource.

    服务定位器实现通常包括资源缓存,以此避免相同资源重复查找

    youdao

  • 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.

    组件使用重载资源也就是说,一个名称绑定两个不同资源缓存服务定位器个组件返回相同的资源。

    youdao

  • 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.

    带有资源缓存集合服务定位器创建全局缓存,通过这种方式不能重载的资源名正确处理组件映射

    youdao

  • My third implementation used a service locator with no cache.

    第三个实现使用没有缓存服务定位器

    youdao

  • Just as predicted, overloaded resource names and a caching service locator makes the code execute differently; it makes some components get the wrong resources.

    正如预测的那样,重载资源缓存服务定位器使得代码执行有不同的结果使某些组件取得错误资源

    youdao

  • But the service locator should not include a resource cache.

    但是服务定位器包含资源缓存

    youdao

  • Do not just assume that a caching service locator significantly improves application performance; use performance testing to confirm that it does.

    不要假设缓存服务定位器能显著提高应用程序性能要使用性能测试证明一点

    youdao

  • We have seen that an overloaded resource name and the typical service locator implementation, a singleton with a resource cache, do not get along.

    我们已经看到重载资源典型服务定位器实现资源缓存集合,但他们之间并没有好的合作

    youdao

  • Business logic code that USES a service locator avoids becoming cluttered with directory lookup code, and so is easier to understand.

    业务逻辑代码使用服务定位器避免目录查找代码变得混乱因此容易理解。

    youdao

  • Therefore, J2EE 1.3 applications should not include the resource cache in their service locator implementations.

    因此J2EE 1.3应用程序中,服务定位器实现应该包含资源缓存

    youdao

  • This is simple to apply to an existing application: just change the service locator implementation to disable or remove the cache.

    其应用于现有应用程序简单只要改变服务定位器实现禁止去除缓存。

    youdao

  • Wherever there are singleton lookup in the legacy codebase, a small change is made to lookup the same component via the service locator instead.

    凡是遗留代码集中出现单件查找地方,稍加修改即可换服务定位器查找同样组件

    youdao

  • OK, so a caching service locator causes errors for overloaded resource names.

    既然由于缓存服务定位器导致重载资源时的错误

    youdao

  • My second implementation used a caching service locator.

    第二个实现使用缓存服务定位器

    youdao

  • To make this safe, you need to have a mechanism to lock the service locator and make it read only.

    为了安全需要一种机制锁定服务定位器使之只读

    youdao

  • The first component to move towards the service locator design, and away from its singleton origins, is the one that depends on no other singletons, yet may be depended by other singletons.

    迈向服务定位器设计摆脱单件血统第一组件依赖其它单件其它单件依赖的组件。

    youdao

  • The remaining alternative is to use a service locator, make it a singleton, but remove the reference cache.

    剩下选择使用服务定位器使用集合的方式,但是要去除引用缓存

    youdao

  • For example, the service locator code that enables a client to access a data source looks like this.

    例如允许客户访问数据源服务定位器代码表面上与此相似。

    youdao

  • For Cairngorm, we offer a service locator that can be configured in the IoC container.

    我们Cairngorm提供了一个配置IoC容器中的服务定位器

    youdao

  • A service locator implementation that includes caching accesses a data source like this.

    包含访问数据源缓存服务定位器实现如下。

    youdao

  • My first implementation used no service locator; the beans performed all of the JNDI code themselves. Here are the two toString 's I got.

    第一个实现没有使用服务定位器bean本身执行所有JNDI代码

    youdao

  • Because of the caching service locator, the two beans are now using the same data source.

    由于缓存服务定位原因,两个bean现在使用相同数据源

    youdao

  • So overloaded resource names mess up a service locator and its cache.

    重载资源使得服务定位器与其缓存之间变得混乱

    youdao

  • A service locator that caches references will cause a J2EE 1.3 (and later) application with an overloaded resource name to work incorrectly.

    缓存引用服务定位导致J2EE 1.3(以及以后版本)中重载资源应用程序工作不正常。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定