• 我们客户正在标准化模式设计数量有限环境公共模式

    Our clients are standardizing patterns, designing for a limited number of common patterns across their environments.

    youdao

  • 可以通过使用框架说明公共模式描述标识这些模式特别是分析设计模式

    You can identify these patterns, if present, by using the common pattern descriptions noted in the framework, especially the patterns of analysis and design.

    youdao

  • 确定公共模式以便了解系统之间高级关系从而能够系统进行变更来创建系统。

    Recognizing common paradigms so that high-level relationships among systems can be understood and so that new systems can be built as variations on old systems.

    youdao

  • 总结公共模式(比如电子邮箱地址电话号码人名地名)扫描文本算法对于指定实体抽象非常有用。

    Algorithms that scan text for common patterns, such as email addresses, phone Numbers, and people and place names, are useful for named entity extraction.

    youdao

  • 尽管许多公共模式生物基因组比对资源提供了预比对的基因组浏览生物学家仍然需要执行从头比对分析

    Although many public model organism - and genome-mapping resources offer pre-mapped genome browsing, biologists also still need to perform denovo mapping analyses.

    youdao

  • 公共行政管治模式生搬硬套于传统社会之上

    Patterns of public administration and government are superimposed on traditional societies.

    《柯林斯英汉双解大词典》

  • 公路网支持者通常反对拥有良好公共交通的城市模式他们认为这样系统他们所在城市行不通

    It is common for supporters of road networks to reject the models of cities with good public transport by arguing that such systems would not work in their particular city.

    youdao

  • 因为根据设计线程安全的,创建之后可以把它存在一个公共静态最终变量中,或者包装实例模式以供以后访问

    Since it is thread safe by design, you might cache it in a public static final variable, or wrap it in a singleton pattern after creation for later access.

    youdao

  • 模式使用一个公共注册中心因此服务整个企业可视

    This pattern employs a common registry so that the services are visible throughout the enterprise.

    youdao

  • 许多人归功于强大的公共卫生模式以及标准化诊断治疗

    Many attribute this success to a strong public health model with a standardized approach to diagnosis and treatment.

    youdao

  • 使用公共设计模式和“标准化服务契约SOA原则保持一致的核心驱动力。

    Using common design patterns is a central enabler for adhering to theStandardized Service ContractsSOA principle.

    youdao

  • 那时这种体系结构接近于“受管公共私有流程应用程序模式真实实现

    When that time comes, this architecture will move closer to being a true implementation of the "Managed Public and Private Process" application pattern.

    youdao

  • 实现这种模式解决方案一般要涉及到创建公共流程组件私有流程组件。

    Solutions implementing this pattern general involve the creation of both public and private process components.

    youdao

  • 通常会导致一个公共业务模式多种用法

    This usually results in multiple usages for a common business schema.

    youdao

  • 现在两全其美可以利用JSR 286公共呈现参数定义导航状态模式并且您也可以轻松地一个指定url中设置参数。

    You now have the best of both worlds: you are leveraging the navigational state pattern defined via the JSR 286 public render parameters and you can easily set parameters on a specific URL.

    youdao

  • 设计模式公共设计问题可复用解决方案

    Design patterns are reusable solutions to common design issues.

    youdao

  • 这些情况虽然在实际是合理的,但强调需要针对于公共信息模式给定用法备用附加的信息约束

    These situations, while justified in practice, emphasize the need for alternate, or additional, information constraints for a given use of common information schemas.

    youdao

  • 如果没有正确SOAP消息设计,则可能无法正确交换xml有效负载即使有效负载遵循提供者使用者公共XML模式也是如此。

    Without a correct design of a SOAP message, an XML payload may not be exchanged properly even if the payload follows a common XML schema for both providers and consumers.

    youdao

  • 遵照公共指南例如编码标准建模指南应用公共模式增加IT生成工作产品整体一致性

    Following common guidance, such as coding standards and modeling guidelines, and applying common patterns increases the overall consistency of the work products produced by IT.

    youdao

  • 这个存储库公共实体对相关消息数据模式建模自然来源

    The repository will be a natural source for modeling the common entities and also for modeling the related message and data schemas.

    youdao

  • 星型模式已经成为一个公共术语用于表示维度模型

    Star schema has become a common term used to refer to a dimensional model.

    youdao

  • 工作产品一致性增加模式提供公共词汇以及公共企业架构帮助促进IT专业人员之间沟通

    Increased consistency of work products, the common vocabulary provided by patterns, and a common enterprise architecture help to promote communication between it professionals.

    youdao

  • 网络公共关系(WPR)另外一种在线促销模式

    Web public relations (WPR) is another approach to promoting online.

    youdao

  • 出自公共中心管理模式

    Modes of government radiating from common center.

    youdao

  • 示例中的切入点使用修饰符(modifier)通配符(wildcard)模式表达所有公共方法”。

    The pointcut in the example uses a modifier and wildcard pattern to express "all public methods."

    youdao

  • Web 2.0通常可以当作架构设计模式一个公共它们可以多种环境中实现

    Web 2.0 can be generally characterized as a common set of architecture and design patterns, which can be implemented in multiple contexts.

    youdao

  • TemplateMethod模式建议应当公共模板代码继承层次结构之上,将算法细节推迟子类

    The Template Method pattern suggests that I should move common boilerplate code up the inheritance hierarchy, deferring algorithmic details to child classes.

    youdao

  • 典型例子缓存DAO,JNDI引用缓存或者任何类型公共工厂或者其他需要使用Singleton模式组件

    Typical examples include a cached DAO, cache of JNDI references, or any sort of common factory or other component that needs to use the Singleton pattern.

    youdao

  • Fowler确定一个公共dsl模式叫作连贯接口将其定义能够一系列方法调用中转维护指令上下文行为

    A common DSL pattern identified in Fowler's book is called fluent interface, which he defines as behavior capable of relaying or maintaining the instruction context for a series of method calls.

    youdao

  • Fowler确定一个公共dsl模式叫作连贯接口将其定义能够一系列方法调用中转维护指令上下文行为

    A common DSL pattern identified in Fowler's book is called fluent interface, which he defines as behavior capable of relaying or maintaining the instruction context for a series of method calls.

    youdao

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

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

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