• The benefits to this type of design should be obvious, and follow along the lines of separation of roles, reuse of code, and so on.

    这种类型设计好处很明显的。同样,遵循角色分离代码重用也是非常有益的。

    youdao

  • With that in mind, one big difference between patterns and OO reuse is that patterns are reuse of design in contrast to reuse of code.

    了解了一点之后,我们就会看到,模式面向对象重用之间最大区别就在于,模式设计的重用,而不是对代码的重用。

    youdao

  • The new IP model based on the Apache license allows maximum reuse of code from OpenNTF for all purposes including usage in commercial applications.

    新的基于Apache许可知识产权模型允许最大限度地以各种方式重用OpenNTF中的代码包括商业应用程序中使用

    youdao

  • Reflection mechanism has been successfully applied in the reuse of code component, but scarcely applied in the reuse of architecture and its constituents.

    反射机制成功地应用代码组件重用几乎没有在重用的架构及其组成部分的。

    youdao

  • In traditional ASP development, allows developers the most trouble is the reuse of code is too low, and the event code and code page can not be separated from good.

    传统ASP开发中,开发人员最为烦恼代码重用太低以及事件代码页面代码不能很好的分开

    youdao

  • Such functions encourage code reuse and simplify the development and maintenance of queries.

    这些函数有助于促进代码重用简化查询开发维护

    youdao

  • As you build up your capture instance example, you will see how you can reuse this snippet of code to retrieve instance attributes with a more complex flow.

    构建捕获实例示例过程中,您看到如何重用这个代码片段通过一个复杂检索实例属性

    youdao

  • To verify that the new documents exist in both databases, you can reuse the code from Listing 27 that compares the document lists of two databases.

    验证数据库是否都存在文档可以重用清单27 中的代码代码比较个数据库文档列表

    youdao

  • The benefits of doing so include flexibility, keeping maintenance of the application easy as it grows, code reuse, and better performance.

    这么好处包括灵活性保持应用程序易于维护代码重用更好的性能。

    youdao

  • Because both of these problems rely on a number's factors, they are good candidates for refactoring (no pun intended) and thus for illustrating styles of code reuse.

    由于问题依赖数字因子它们重构(不是双关语)说明代码重用风格最佳候选者

    youdao

  • The distributed objects approach focuses on code reuse and language independence, while asynchronous messaging addresses the problem of tight coupling between applications.

    分布式对象方法侧重代码重用语言独立性异步消息传递则解决应用程序之间紧密耦合问题

    youdao

  • Code reuse also illustrates the difficulties of IT governance.

    代码重用体现IT治理难点所在

    youdao

  • Functional programming achieves code reuse by abstracting out generic pieces of machinery, customizable via higher-order functions.

    函数编程通过提取通用功能部分来实现代码重用,可通过高阶函数进行定制

    youdao

  • Limitations derived from static binding are significant — static binding in the code prevents reuse of services across the enterprise in different applications.

    静态绑定局限性非常明显的——代码中的静态绑定阻止了不同应用程序贯穿整个企业服务重用

    youdao

  • Most applications do things with lists of elements, so a functional approach is to build reuse mechanisms around the idea of lists plus contextualized, portable code.

    大多数应用程序元素列表处理事情所以函数式方法是在列表语境化可移植代码理念基础上构建重用机制

    youdao

  • However, when you end up refactoring a large code base, coupling pops up everywhere because that's one of the reuse mechanisms in object-oriented languages.

    然而重构大型代码后,到处都会出现耦合的地方,因为面向对象语言中的其中一种重用机制

    youdao

  • This is very generic code that you can reuse for other types of mediations, too, given that you change the namespace and root message values, respectively.

    非常通用代码如果分别更改名称空间消息则还可以其他类型中介重新使用

    youdao

  • Such a powerful user-defined transformation can simplify the process of asset-based development and can assist in code reuse.

    这样一个功能强大的用户定义转换可以简化基于资源开发过程帮助实现代码重用性。

    youdao

  • Control flows help promote code reuse, and they enable developers to specify the sequence of various activities.

    控制有助于促进代码重用开发人员能够指定活动次序

    youdao

  • This is the beauty of object-oriented design; it allows experienced developers to constantly reuse code they have written, and save themselves quite a bit of time.

    面向对象设计美妙之处允许有经验开发人员不断重用编写代码从而节省大量的时间。

    youdao

  • The adapter pattern is a nice way to clean this type of code up and reuse all your assignment code in other places.

    适配器模式整理此类代码其他位置重用所有值代码优秀方法

    youdao

  • Unfortunately, tossing out private and multiple inheritance has cost us dearly in terms of code reuse.

    遗憾是,彻底放弃私有继承多重继承会使我们代码重用方面付出昂贵的代价。

    youdao

  • These are coded as RPG global variables to allow subsequent reuse of the generic template names and minimize code modification.

    这些模板编码RPG全局变量以便允许将来重用通用模板名称最小化代码修改。

    youdao

  • In summary, CORBA introduced a number of new features and allowed for the reuse of communication code and the marshaling and unmarshaling of code.

    总的说来,CORBA引入了大量功能允许重用通信代码代码进行封送解封送处理。

    youdao

  • Being able to reuse SAX handler is great, but it is a somewhat complicated piece of code.

    能够重用SAX处理程序非常不错的,代码稍微有些复杂

    youdao

  • The second most important principle that's been employed in the development of a services-based architecture is the emphasis on maximizing code reuse.

    促进开发基于服务体系结构第二重要因素强调最大化代码的重用。

    youdao

  • Make code reuse easier because of a consistent API.

    使代码重用更容易因为一个统一的API

    youdao

  • This series of articles demonstrates what a powerful code reuse mechanism DI is.

    系列演示了DI多么强大的代码重用机制

    youdao

  • Unfortunately, because of this, we could not reuse the code we were using from EJB2 CMP ORM, so we needed to manually code the object-relational mapping for the JDBC queries.

    不幸是,我们因此不能重用在 EJB2CMPORM 中使用代码所以我们需要手动地编写用于JDBC查询对象关系映射

    youdao

  • Rather than redefine a specific structure, you simply "include" the header file in your code (a simple form of code reuse) and code to the header file's specifications.

    需要重新定义特定结构只需要将头文件包含代码(代码重用的一种简单形式)中,按照文件中的规范编写代码。

    youdao

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

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

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