• 服务:那些需要启动停止东西,帮实现复杂状态逻辑

    Service: Things that start up and shut down, taking care of the difficult state logic for you.

    youdao

  • 状态逻辑永远不要要求ESBGateway请求之间持久化拥有任何形式状态

    Stateful logic: The ESB Gateway should never be required to persist or own any form of state between requests.

    youdao

  • 本文分析了货油系统管路泵阀工作状态逻辑,为货油装卸主系统的软件设计奠定了理论基础

    Analyzes the logical status of pumps and valves of the cargo system, which establishes the base of designing the monitoring software of cargo main system.

    youdao

  • 由于使用了代码来描述构件行为可以有效地检查协作构件之间行为兼容性LTL(线性状态逻辑)性能

    Having the Promela code describing the component behavior, one can efficiently check for the behavior compatibility and LTL (Linear Temporal Logic) properties of cooperating software components.

    youdao

  • 清单8中的代码完成工作初始代码相同,但是用于处理状态逻辑已经放入每个状态一个对象中。

    The code in Listing 8 does the same thing as the original code, but the logic for handling states has been put into one object for each state.

    youdao

  • 这个选项允许状态更新消息实现定制控件表单逻辑

    This option allows for custom controls and form logic to be implemented for status update messages.

    youdao

  • 模型实例保持长期状态提供应用程序逻辑;而视图使用副本实际上一个任意使用数据访问对象

    The primary instance of the model is keeping long-term state and providing application logic; the copy used by the view is essentially a disposable data-access object.

    youdao

  • 了解到如何使用可视代码片段编辑器状态中添加更多详细逻辑

    You also saw how to use the visual snippet editor to add more detailed logic to a state machine.

    youdao

  • 设计行为所用有限状态模式使逻辑清晰透明

    The finite state machine pattern used to design this behavior makes its logic transparent.

    youdao

  • 比如如果需要复杂条件逻辑循环流程补偿功能状态的一致或是过程中的人机交互

    For example, if you require more complex conditional logic, cyclic flow, compensatory capabilities, persistence of state, or in-process human interaction.

    youdao

  • 业务状态中,以及在业务处理中,有时需要自定义逻辑

    In business state machines, as well as in business processes, you'll sometimes need custom logic.

    youdao

  • 任何一个远程服务请求故障发生之后,该应用将不得不包含逻辑来评估远程处理的可能状态从而决定是否重新发出请求,等等

    Therefore, any failure during processing of the service request at the responder_s side results in the request waiting for processing or the response waiting to go out, but no in doubt states.

    youdao

  • 下半部分提供逻辑日志状态信息

    The second half provides the status information of the logical logs.

    youdao

  • 这些模式讨论表示关系数据存储映射逻辑应用程序状态管理创建的应用程序功能

    These patterns address presentation, mapping to relational data stores, domain logic, application state management, and common application functions.

    youdao

  • 答案是如果业务逻辑包括事件响应并且响应取决于流程当前状态那么逻辑实现为业务状态可能非常有用。

    Well, if your business logic involves responding to events, and the response depends on the current state of the process, then it may be useful to implement the logic as a business state machine.

    youdao

  • 虽然ESB不能特定包含业务流程逻辑管理业务状态但是可以包含逻辑,并将作为中介一部分

    The ESB can contain flow logic as part of its mediations, though it does not typically contain business process logic or manage business state.

    youdao

  • 收集所有这些信息导致逻辑问题所以选择使用状态简化工作流程。

    Collecting all of that information leads to logistical problems, so I chose to simplify the workflow with a state machine.

    youdao

  • 更为重要问题计算如何确切返回数据状态相符逻辑相关部分

    The far more important problem is figuring out how to get back to exactly the relevant part of the flow logic that corresponds to the data states.

    youdao

  • 现在查看清单8其中提供了相同逻辑处理机器人状态但是一次逻辑放入状态模式

    Now look at Listing 8, which has the same logic for handling the robot's states, but this time puts the logic into the state pattern.

    youdao

  • 由于此时不再能够修改状态因此门户引擎将为每个url创建状态一个(逻辑)副本

    Because the base state cannot be modified any more at this time, the portal engine creates a (logical) copy of this base state for each new URL.

    youdao

  • 这些项目状态事件驱动而且通常具有循环逻辑(返回以前的状态)。

    These are items that have states that are driven by events, and typically have loop-based logic (returning to previous states).

    youdao

  • 人工任务完成之后BPEL过程调用业务状态并且状态逻辑继续执行

    After the human task is completed, the BPEL process will invoke the business state machine, and the state machine logic will continue.

    youdao

  • 有限状态通过直观的表格代替复杂逻辑设计增加了严密性

    The discipline imposed by finite state machines adds rigor to the design by replacing tangled logic with straightforward tables, resulting in simpler implementation and easier testing.

    youdao

  • LogicalLogs选项卡提供有关所有逻辑日志状态统计数据信息

    The logical logs TAB provides you with information on states and statistics of all the logical logs.

    youdao

  • CloudResource扩展托管资源,在需要时支持分布式事务状态持久化逻辑

    The CloudResource extends the managed resource to include distributed transactions and state persistence logic, if needed.

    youdao

  • 流行的PresentationModel请参阅参考资料提倡将应用程序状态业务逻辑分开放入模型,而模型层是从视图的 GUI控件分离出来

    The popular Presentation Model (see Resources) advocates separating out the state and business logic of an application into a model layer that is separate from the GUI controls in the view.

    youdao

  • 5 -6集中范围(scope)上,范围一种基础结构关注影响到上层逻辑管理状态方法

    Chapters 5-6 focus on scopes, which, are a way of managing state without polluting logic with infrastructure concerns.

    youdao

  • 使用状态会话Bean客户端的逻辑业务可能非常简单,如下所示。

    With a stateful session bean, the business logic in the client can be as simple as.

    youdao

  • 状态存储通常构成方面逻辑签名部分并不干净地转移helper类中

    State storage often forms a significant part of the logic of the aspect, and it can't always be moved cleanly into a helper.

    youdao

  • 已经数据库恢复发生错误应用程序逻辑之前状态

    He has restored the database to the state before the bad application logic occurred. Erik verifies this by using data Studio Administrator to check the table row counts as follows.

    youdao

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

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

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