"row, rank, range," mid-15c., from Middle French tire, from Old French tire (13c.) "rank, sequence, order, kind," also "likeness, image; state, condition," probably from
tier 权威例句
1. We sat in the upper tier at the stadium.
我们坐在体育场的上排.
来自《简明英汉词典》
2. The father said, " Open it, girl , " but tier hands did not move.
父亲说: “ 女儿, 打开看看. ” 但是,她那双手却一动也不动.
来自教父部分
3. Each tier of cells is earmarked for a particular function.
每层细胞都有明确的特殊功能标记.
来自辞典例句
4. Heated air is forced into the upper tier of ducts.
加热的气流被送入上面的一排管道.
来自辞典例句
5. The procedure he created was a two - tier ballot.
他倡议的新办法,是两次投票法.
来自辞典例句
tier 造句
1. However, this tutorial focuses on the middleware tier.
不过,本教程的重点是中间件层。
www.ibm.com
2. I like to run each tier in production within its own logical partition.
在生产环境中,我喜欢在独立的逻辑分区中运行每个层。
www.ibm.com
3. Failure and recovery tests should also be performed here so there should be at least two servers for each tier.
故障和恢复测试也应该在这里执行,以便每一层至少应该有两个服务器。
www.ibm.com
4. They should be ready for invocation in any tier, whether within the realm of the entity manager or not.
无论是否在实体管理器中,它们都应该准备好在任何层中调用。
www.ibm.com
5. Remove one host machine from the application tier.
从应用程序层删除一台主计算机。
www.ibm.com
6. External interfacing components in the first tier can process notifications to users and/or external systems.
第一层中的外部接口组件可以处理给用户和/或外部系统的通知。
www.ibm.com
7. Or do you move all the validation code into the services tier, removing it from the domain class that should be the owner of that knowledge?
或者您可以将所有验证代码移入到服务层,然后从应当是该知识所有者的域类中删除它吗?
www.ibm.com
8. This meant a lot of remote method calls between our middle and third tier.
这就意味着在中间层和第三层之间将有大量的远程方法调用。
www.ibm.com
9. A straightforward implementation would divide this into three virtual machines, one for each tier.
简单的实现方法是把这个应用程序分为三个虚拟机,每层一个。
www.ibm.com
10. If the goal is to tie together a complicated business process across multiple requests, then state management should reside on the business tier.
如果目标是将跨多个请求的复杂业务过程联系在一起,那么状态管理应该在业务层上进行。
www.ibm.com
11. Add cluster members on all the other nodes in the application tier.
在应用程序层中的所有其他节点上添加集群成员。
www.ibm.com
12. Each host is a tier in your enterprise environment.
在您的企业环境下的每个主机排成一列。
www.ibm.com
13. When determining what type of exception to throw, you should always first consider the tier that will handle the reported exception.
当决定抛出何种类型的异常时,您应该总是首先考虑将要处理所报告异常的层。
www.ibm.com
14. Federate all nodes in the application tier.
联合应用程序层中的所有节点。
www.ibm.com
15. For example, in the data repository tier, staging and repository databases can be on different servers, on the same server, or even in the same database under different schemas.
16. Each tier performs a related set of functions.
每层执行与其相关的一组功能。
www.ibm.com
17. But what happens when the architecture insists that the code that performs the validation must come from a services tier?
但是,如果架构坚持执行验证的代码必须来自一个服务层,那么会发生什么呢?
www.ibm.com
18. We also get the ability to distribute the layers relatively easily; all "model" logic can easily be moved as a unit to a separate tier.
我们也取得了相对容易的分布各个层的能力;所有“模型”逻辑可以被轻易的作为一个单元转移到单独的层。
www.ibm.com
19. The data mart tier contains all the data marts, which are subsets of the data repository module, made simple enough for specific groups of end users to use in their data analysis activities.
20. J2EE provides built-in support for handling state on the business tier.
J2EE为在业务层上处理状态提供了内置的支持。
www.ibm.com
21. You can apply it to one tier in an architecture and to multiple tiers across the enterprise architecture.
你可以在架构中的一层上应用它,也可以在贯穿企业架构的多个层上来应用它。
www.ibm.com
22. Each message is published, along with an asynchronous callback listener, to a message bus residing on the business tier.
每条消息连同异步回调侦听程序一起被发布到驻留在业务层的消息总线。
www.ibm.com
23. Understanding how the application is performing on each tier and for each class of transaction or where latency exists in the code is crucial.
了解应用程序在各个层次上的性能以及如何处理每类事务或存在延迟的地方,这是至关重要的一个方面。
www.ibm.com
24. To manage state on the business tier, we use stateful session EJB components.
要在业务层上管理状态,我们使用有状态会话EJB组件。
www.ibm.com
25. The framework resides in the business tier of an enterprise application system.
框架驻留在企业级应用程序系统的业务层中。
www.ibm.com
26. These services create a model that the presentation tier consumes to create a view to send to a client.
这些服务创建一个模型,表示层利用此模型来创建一个发送到客户机的视图。
www.ibm.com
27. We recommend that you install the index data service in the data tier.
我们建议您在数据层安装索引数据服务。
www.ibm.com
28. However, some architectures further separate the domain tier, creating layers to allow centralization of code.
然而,一些架构进一步分离域层、创建层来支持代码的集中化。
www.ibm.com
29. Traditional software developers generally build either a module within an application or a portion of a single layer in typical three-tier architecture.
传统软件开发人员通常构建应用程序中的一个模块,或典型的三层体系结构中的单个层的一部分。
www.ibm.com
30. This experience approximates the mixed architecture, but is simpler to implement because the presentation tier and application logic are always against the local database.