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

    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

  • 领域特定语言(DSL)用于描述单一域中元素(可能范围很小)。

    A domain specific language (DSL) is used to describe the (possibly narrow) elements of a single domain.

    youdao

  • 作者讨论统一建模语言UML概要文件对于特定领域语言用途比如SOA

    The authors also discuss the use of Unified Modeling Language (UML) profiles for domain-specific languages, such as SOA.

    youdao

  • 一方面许多实践者相信高端的(领域特定)的工具语言提高开发者生产力要义所在。

    On another hand, many practitioners believe that higher level (domain specific) tools and languages are essential for improving developer's productivity.

    youdao

  • 它没有依赖XML映射文件以及字符串识别符组成组件,而是提供健壮领域特定语言

    Rather than relying on XML mapping files and string identifiers to wire up components, Ninject provides a robust domain-specific language.

    youdao

  • 一种专注某个特定领域并具有有限表达特性计算机编程语言

    A computing programming language of limited expressiveness focused on a particular domain.

    youdao

  • 本文正是打算讨论其中一项没有得到足够重视特性——Erlang打造领域特定语言极佳平台

    This article is about a property of Erlang which does not get the credit it deserves - Erlang is a fantastic workbench for Domain Specific Languages.

    youdao

  • 存在将 WS-Policy语言应用于特定领域附加规范

    A set of additional specifications exists that applies the WS-Policy language to a particular domain.

    youdao

  • 答案使用轻量级、编配相关的DSL(领域特定语言),就是PEtALS提供轻量级编配器企业集成编配组件

    The answer is to use a light orchestration-specialized DSL (Domain Specific Language), which is what the "light orchestrator" or "Enterprise Integration orchestration" component provides in PEtALS.

    youdao

  • 特定领域编程语言

    Sidebar. Domain Specific Programming languages.

    youdao

  • 这些求解方法同时提供创建诸如领域特定语言之类强大工具能力

    The evaluation methods also provide the ability to easily create very powerful tools such as Domain Specific Languages.

    youdao

  • 可以暴露过程语言子集创建非常简单领域特定过程语言,例如文档管理系统用来指定批准语言

    It's also possible to only expose a subset of the process language, creating very simple domain specific process languages, for example to specify approvals in a document management system.

    youdao

  • 关于哪些构成好的领域特定语言设计的因素,有待于我们去逐步发掘

    There’s still a lot to be discovered about what constitutes a good language design for DSLs.

    youdao

  • 规则语言一种特定领域语言包含定义业务规则的构造

    A rules language is a domain specific language, containing constructs for defining of the business rules.

    youdao

  • 基于DSL(领域特定语言)记录应用程序的架构文档时有没有特殊模式遵从?

    Are there any special architecture documentation patterns one should follow in documenting the architecture of applications that are based on Domain Specific Languages (DSL)?

    youdao

  • 同时我们建模以及构建所在领域特定建模语言作为您业务中的关键抽象,变得更加容易。

    We've also made it much simpler to do modeling and to build your own domain specific modeling languages to represent key abstractions in your business.

    youdao

  • rjp除了新的工具开发流程这些问题使用领域特定语言需要用新的思维方式思考问题

    RJP: in addition to the issues of new tools and processes, using DSLs requires a different way of thinking about the problem.

    youdao

  • 领域特定语言演进代码演进其实如出一辙,唯一的例外一旦要生产中开始使用领域特定语言,那么必须考虑如何把已有代码移植过去。

    Evolving the language works in much the same way as evolving code, with the exception of once the DSL is in production use, migration of existing scripts might have to be addressed.

    youdao

  • 场景可以执行部分就是可以构建实际领域特定语言的地方,用普通的英语编写或者任何其它语言),因此几乎需要什么特别语法

    The executable parts of a scenario, where you can build the actual DSL, are written in plain English (or almost any other language), so there's virtually no special syntax to learn.

    youdao

  • 通过此书我们试图减轻人们对于创造一种语言所具有恐惧带着这个目的,我们希望能够逐渐发现一些有趣高效领域特定语言用法

    This book attempts to allay the fears people have around creating languages, with the hope that we'll start to see some interesting and effective new USES of DSLs.

    youdao

  • 因此,在这个的文章中,我们部分练习构建特定领域语言(dsl)—本文一个小的计算器语言

    So, this month we begin a two-part exercise to build a domain-specific language (DSL) - in this case, a small calculator language.

    youdao

  • MF目前为止我们没有范围内开发领域特定语言积累足够经验

    MF: I don't think we have enough experience yet at DSLs being developed in a more widespread way.

    youdao

  • MF其它许多事情一样,认为领域特定语言代码其它代码多大区别

    MF: Like so many things, I don't think there's much of a difference between these and any other kind of code.

    youdao

  • 领域特定语言更多只是一种帮助不同角色之间进行更深入精确沟通工具

    DSLs are more of a tool to help a deeper and more precise conversation between different roles.

    youdao

  • MF认为AOP一个完全不同的概念不过通常认为借助领域特定语言来描述横切问题应该用普通框架命令-查询接口更具可读性。

    MF: I think AOP is an unconnected concept, other than in the generic sense that describing aspects with a DSL may be more readable than a framework's command-query interface.

    youdao

  • rjp:目前大众领域特定语言及其用途实现领域特定语言相关工具技术缺乏了解

    RJP: There is a lack of understanding of DSLs, their USES, and the tools and techniques needed to implement them.

    youdao

  • 上个月一专栏中,讲述了使用特定领域语言(dsl)的示例,在您的代码中定义通用设计习惯

    In last month's installment, I showed examples of using domain-specific languages (DSLs) to harvest idiomatic patterns, defined as common design idioms in your code.

    youdao

  • 领域特定语言称为DSL特定问题领域提供了一种方便语意表达自己目标

    Domain-Specific Languages, or DSLs, provide a convenient syntactical means for expressing goals in a given problem domain.

    youdao

  • 无论开发人员使用类型领域特定语言,作者书中始终强调关键一定要在一种合理语义模型基础之上打造领域特定语言

    No matter what category developers are using, it is essential to build any DSL on top of a sound semantic model as the authors keep emphasizing.

    youdao

  • 无论开发人员使用类型领域特定语言,作者书中始终强调关键一定要在一种合理语义模型基础之上打造领域特定语言

    No matter what category developers are using, it is essential to build any DSL on top of a sound semantic model as the authors keep emphasizing.

    youdao

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

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

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