• A stateless Facade maintains no internal memory of previous operations, therefore relying on necessary state to be passed in with each method invocation.

    状态Facade并不包含一个操作内部记忆因此依赖每个方法调用传递过来的必需的状态。

    youdao

  • Selecting the most appropriate artificial lift technology is essential to well profitability, with each method having distinct advantages and disadvantages for capex and opex.

    选择合适人工举升技术实现盈利的关键对于资本支出运营成本,一种方法明显优势缺点

    youdao

  • And it covers all the bases-from the variety of agricultural commodities that go into beer to the vast number of ways it can be brewed, with each method imparting its own taste and texture.

    这本书涵盖了啤酒相关所有基础知识——从酿制啤酒所用农产品品种形形色色的啤酒酿制方法方法都带来独特口味质地

    youdao

  • Just a 90-minute drive from Paris, the region has many small Champagne houses, each with its own special method for creating a signature bubbly.

    距离巴黎只有90分钟车程地区许多小型香槟酒庄,一家都自己独特酿造特色香槟酒的方法

    youdao

  • In the next column in this series, I will apply the method to the banking domain of account management and describe each step with an example.

    一系列下一篇文章中应用方法帐户管理领域并且例子来描述每个步骤

    youdao

  • A more significant consideration is the communication method that you use to communicate with each host.

    一个重要注意事项用于每个主机通信通信方法

    youdao

  • Now let's consider what's happening with each of the methods in Listing 3. You'll find that while the method names may be new, their action is for the most part familiar.

    现在,考虑一下使用清单3中的每个方法发生情况。将会发现方法名字可能新的,但它们动作大部分情况下都应该感到熟悉。

    youdao

  • The test program calls each method repeatedly with a large loop count, averaging the time measurements over several calls.

    测试程序重复调用每种方法使用一个大循环从而平均多次调用时间衡量结果

    youdao

  • With this backend type, each method of the UDPDMI contains code to obtain the WSIF service, create the input WSIF message, pass it to the WSIF operation, and process any return message.

    对于此后类型UDPDMI每个方法包含用于获取WSIF服务创建输入 WSIF消息、将传递 WSIF操作处理任何返回消息的代码

    youdao

  • There was lack of reuse of services and components, as each team created solutions on their own with no effective method to track reuse or define utilization.

    缺乏服务组件重用每个团队都各自为政地创建解决方案没有用于跟踪重用定义利用率的有效方法

    youdao

  • First, if you choose good names for the method arguments, then your calls to those methods document each argument with a name.

    第一如果方法参数选择好的名字那么那些函数调用事实上为参数记载一个名字

    youdao

  • The other essential work products specific to method development are summarized in Table 2, together with the role responsible for each work product.

    另外其它具体针对方法开发的必要工作产品归纳表格2中,并负责每个工作产品角色

    youdao

  • Each parameter is specified by calling a client method with the same name and by passing the value to the method as first argument.

    通过调用相同名称客户端以及作为第一个参数传递方法指定每个参数

    youdao

  • To wrap it up, examine the general structure of the program, in Listing 1. For reasons of clarity, I shortened the code shown here with a short description of each method.

    总之,这个程序总体结构清单1所示。出于简明原因每个方法都进行了简短说明,并借此缩短需要显示代码

    youdao

  • All application specific rules are wrapped in a service facade, with each rule being exposed as a method.

    所有应用特定的规则封装服务代理中,每个规则作为一个代理提供的方法。

    youdao

  • Each p: : RD grammar becomes an object blessed into the p: : RD class, with each rule in the grammar as a method you can use to cause actions to happen.

    每个PRD语法成为P: rd中的对象,语法中的一个规则可以作为用来执行动作的方法

    youdao

  • I then rotate it with the rotate method and increment the frame each time.

    然后rotate方法使旋转旋转一周就增大框架

    youdao

  • With this backend type, each method of the UDPDMI contains code to lookup the Web service and invoke an operation on it (via DII).

    对于此后类型UDPDMI每个方法包含用于查找Web服务调用操作通过DII)的代码

    youdao

  • New Testing and Debugging method which works with a local database that's created automatically for each database project.

    新的测试调试方法可以针对每个数据项目自动创建本地数据库协作。

    youdao

  • With this backend type, each method of the UDPDMI contains code to locate the service and invoke an operation on it (via DII).

    对于此后类型UDPDMI每个方法包含用于定位 Web服务对其调用操作通过 DII)的代码

    youdao

  • The tabs method looks at the links inside your unordered list and matches each TAB with the corresponding div full of content.

    tabs方法检查无序列表中的链接每个选项卡对应包含内容div匹配起来。

    youdao

  • This is different from the drill-down method because with zooming, the map is typically not rebuilt or reorganized for each level of magnification.

    这种方法由于使用了缩放不同drill -down对于每一个级别放大操作,地图通常不用重建重组

    youdao

  • With this backend type, each method of the UDPDMI contains code to lookup the home of the target EJB, obtain an instance, and to invoke the specified method.

    对于此后类型UDPDMI每个方法包含查找目标EJB Home获得实例调用指定方法的代码

    youdao

  • Each method starts with a CCN of 1 regardless of how many paths are in the method.

    无论一个方法多少条路径,它起始cnn1开始。

    youdao

  • All rules are wrapped in a service facade interface, with each rule exposed as a method.

    将所有规则封装服务facade接口中,每个规则作为一个方法公开

    youdao

  • You're given every element with the header style, and you then iterate over that collection with the forEach method, applying an event listener to each element.

    收到每个带有 header样式元素forEach方法集合每个元素应用一个事件侦听器

    youdao

  • Thus, you can iterate over a collection quite easily using the each method in conjunction with a code block, as shown in Listing 1.

    这样可以使用each方法代码集合轻松迭代如清单1

    youdao

  • You might recall that I supplied you with a simple HelloHandler that printed out the name of a callback method each time the method was called.

    也许还记得提供了简单HelloHandler,它可以在每一调用回调方法时候打印方法的名称

    youdao

  • The first thing I've done inside the run method is to create two instances of the Alternative class, each with a different array of Guards objects.

    run方法中,第一件事是创建alternative两个实例每个都不同Guard对象

    youdao

  • The first thing I've done inside the run method is to create two instances of the Alternative class, each with a different array of Guards objects.

    run方法中,第一件事是创建alternative两个实例每个都不同Guard对象

    youdao

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

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

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