• 正如我们前面所讨论J2EE角色终究只是名称,是可以绑定任何主体逻辑构造

    After all, as we discussed earlier, a J2EE role is merely a name, a logical construct that can be bound to any set of principals.

    youdao

  • 应当这种批判基础上,重新思考定位人法律角色逻辑构造方式、法的正义观念等。

    Based on the reflection, the citizen legal role, the logic structure of law, and the justice idea of law should be reconsidered and reoriented.

    youdao

  • 合同案件推理分析实质按照合同权利的逻辑构造关系递进展开的,本文将其概括合同案件分析的五个步骤

    The reasoning and analysis of contract cases are developed according to the logical structure, which is divided into five steps analyzing contract cases.

    youdao

  • 有利于人们在实践追求实现社会正义目的出发,可以社会正义的构造理解过程构造逻辑构造的统一。

    From the purpose of benefiting to people seeking and realizing social justice, the structure of social justice can be considered to be unity of course structure and logic structure.

    youdao

  • 应用程序业务逻辑将定义这些文档生命周期如何构造这些文档中的以及这些文档如何与其他文档关联

    The business logic of the application defines the life cycle of these documents, how the values in them are constructed, and how the documents relate to other documents.

    youdao

  • 当然必须操作对该业务逻辑进行编码但是构造完整功能原型需要编写任何UI代码

    Of course, the business logic must be coded in the operations, but no UI code is required to construct a fully functional prototype.

    youdao

  • 对于高级用户他们一点逻辑懂得如何创建测试场景可以使用编辑器功能测试领域特定语言构造测试

    For more advanced users, who understand a little logic and how test scenarios should be created, they can use the editor to construct tests using a functional testing DSL (domain specific language).

    youdao

  • 循环构造条件逻辑控制程序极大地增强构建过程

    It greatly enhances the build process by letting you control program flow with looping constructs and conditional logic.

    youdao

  • 这种重构会改进代码因为我们初始化逻辑对象构造函数分离出来了。

    This refactoring of the class also improves the code so that we have separated the initialization code from the object construction code.

    youdao

  • 软件组件构造(无论是处理序列逻辑策略基本计算人机界面数据管理)都可以通过重用提高效率

    Construction of software components, whether process sequencing logic, policy, basic computation, human interface or data management, increases productivity by reuse.

    youdao

  • OWL转换配置将运行转换逻辑产生必需的OWL构造

    The OWL transformation configuration runs the transformation logic to produce the necessary OWL constructs.

    youdao

  • 因为所有辅助构造函数最终都会调用构造函数,它主体进行逻辑检查其它初始化工作会所有实例被创建的时候执行

    Because all auxiliary constructors eventually invoke the primary constructor, logic checks and other initializations done in the body will be performed consistently for all instances created.

    youdao

  • 构造连接逻辑通常XML中提供但是还有大量其他配置选项

    This construction and wiring logic is typically provided in XML, however there are a number of other configuration options.

    youdao

  • 构造新的逻辑数据模型

    Constructing a new logical data model.

    youdao

  • 复合应用程序的组件都是围绕构成应用程序逻辑单元精心设计的,而不是围绕刚好用于设计这些组件的Lotus Notes设计构造

    Components for a composite application are best designed around the logical units that form an application and not the Lotus Notes design constructs that happen to be used to articulate them.

    youdao

  • 传统Web应用程序框架不同,Xquery很容易查询文件构造业务逻辑

    Unlike a traditional Web application framework, XQuery can construct the business logic easily in a query file.

    youdao

  • HATS业务逻辑程序使用Atomfeed构造 feed。

    The HATS business logic program constructs the feed using the Atom feed library.

    youdao

  • 接下来需要重构刚才写入文件那段代码——采用一定的逻辑使用ChecksumClass构造一个列表如清单16

    Next, I need to refactor the section of code that previously wrote to a filethis time with logic to populate a list with the new ChecksumClass, as shown in Listing 16.

    youdao

  • SOA基本思想企业组织封装服务组成构造中,其中数据逻辑业务功能成为了某种类型的服务。

    The basic concept of SOA is that it encapsulates an enterprise or organization within a construct of services, where everything from data to logic and business functions becomes some type of service.

    youdao

  • 初始化这些字段需要逻辑构造函数很多面向对象语言不同

    No constructor logic is required to initialize these fields, in contrast to most other object-oriented languages.

    youdao

  • 遇到这些情况时,需要重新构造结构处理逻辑避免发生此类问题

    In these cases you may need to refactor your orchestration or processing logic to avoid this scenario.

    youdao

  • 通常构造策略系统分层,将用户界面逻辑商业逻辑、系统逻辑持久性逻辑彼此分开

    A common architectural strategy is to layer your system, separating your user interface logic, business logic, system logic, and persistence logic from each other.

    youdao

  • 构造属性不管是逻辑整数值还是枚举类型的,概述中分配默认

    The stereotype properties, which are of Boolean, integer, or enumeration types, have been assigned default values in the profile.

    youdao

  • 此外构造函数内有某种逻辑这种逻辑确定是否获得实例

    Moreover, there is certain logic within its constructor that would determine whether an instance can be obtained in the first place.

    youdao

  • 各事件处理器可以获得前一个处理器结果依次运行这样可以构造非常复杂逻辑

    Handlers can run in sequence by picking up from the previous handler's result, which makes it possible to create quite complex logic.

    youdao

  • 清单4 中所应用逻辑包含这个两个方法中:构造函数showProduct方法

    The application logic shown in Listing 4 is contained within two methods in this class: the constructor and the showProduct method.

    youdao

  • 然而现在我们测试过程能够传递一个布尔值false构造函数避免调用init方法所有不必要的初始化逻辑

    However, now we can just pass a Boolean false to the constructor during our tests to avoid calling the init method and all the unneeded initialization logic.

    youdao

  • 我们重构构造函数大量代码它们一个init方法中,这个方法默认情况下仍然构造函数调用,以避免破坏现有代码的逻辑

    We've refactored the large amount of code in the constructor to put it in an init method, which still will be called by default in the constructor to avoid breaking any existing code.

    youdao

  • 我们重构构造函数大量代码它们一个init方法中,这个方法默认情况下仍然构造函数调用,以避免破坏现有代码的逻辑

    We've refactored the large amount of code in the constructor to put it in an init method, which still will be called by default in the constructor to avoid breaking any existing code.

    youdao

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

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

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