单词 | aspect-oriented programming |
释义 | 例句释义: 面向侧面的程序设计,面向方面编程,面向方面的编程,面向层面编程 1. When you're aiming for separation of concerns, transparency, and flexibility, aspect-oriented programming (AOP) is often the right answer. 如果目的是分离关注点、透明性和灵活性,那么面向方面的编程(AOP)通常就是正确的答案。 www.ibm.com 2. Cedric Beust described Aspect Oriented Programming (AOP) as "a great idea that will remain the privilege of a few expert developers" . CedricBeust将面向方面编程(AOP)描述为“保留少数开发内行特权的一个绝佳主意”。 www.infoq.com 3. He also consults for companies that build development tools to help them leverage and support aspect-oriented programming technology. 他也向构建开发工具的公司提供咨询,帮助公司利用、支持面向方面的编程技术。 www-128.ibm.com 4. Spring provides dependency injection and aspect-oriented programming to make it easier to integrate services and dependencies. Spring提供依赖注入和面向方面的编程,这使得服务和依赖关系的集成更加容易。 www-128.ibm.com 5. RAVEN uses a technique known as aspect-oriented programming (AOP) to inspect development or production-based code. RAVEN使用被称为面向方面编程(AOP)的技术来检查开发或基于生产的代码。 www.ibm.com 6. Aspect Oriented Programming (AOP) is one of the most effective methods to solve this problem. 引入面向方面的编程是解决传统过程中横切问题的重要方法之一。 www.fabiao.net 7. Aspect Oriented Programming (AOP) can be used to solve a number of today's application requirements. 面向方面编程(AOP)可用来解决当今的许多应用需求。 www.infoq.com 8. AspectJ is an implementation of the aspect-oriented programming model on the Java platform (see Resources). AspectJ是面向方面编程模型在Java平台上的一种实现(参见参考资料)。 www.ibm.com 9. Ramnivas is an active member of the AspectJ user community and has been involved with aspect-oriented programming from its early form. Ramnivas是AspectJ用户社团的活跃成员,从面向方面编程的早期阶段就进入这个领域了。 www-128.ibm.com 10. Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming. 阐述面向接口、面向对象、面向方面编程的区别 archive.cnblogs.com 1. Aspect-oriented programming presents itself as a principled consumer of metadata. 面向方面的编程本身就表现为原则性的元数据消费者。 www-128.ibm.com 2. Aspect-oriented programming (AOP) can solve module problems of crosscutting concerns and avoid code-tangling and code-scattering. 面向方面编程用来解决横切关注点的模块化问题,可以避免产生代码混乱和代码分散的问题。 www.ceps.com.tw 3. Unfortunately, Aspect-Oriented Programming was not considered. 不幸的是,面向方面的编程并没有被列入考虑范围。 www.ibm.com 4. He is mostly interested in Spring framework, Domain Driven Design, Event Driven Architecture and Aspect Oriented Programming. 他感兴趣的领域包括SpringFramework、领域驱动设计、事件驱动架构以及面向方面的编程。 www.infoq.com 5. Aspect-oriented programming (AOP) technique is a relatively new one which makes it possible to resolve this problem. 面向方面编程技术是为较好地解决这一问题而提出的一种新技术。 www.ceps.com.tw 6. For this reason, a distinct programming paradigm was defined years ago: aspect-oriented programming (AOP). 出于此原因,多年前就定义了一个不同的程式设计模式:面向方面的程式设计(AOP)。 msdn.microsoft.com 7. Modern containers use aspect-oriented programming (AOP) and interceptors. 现代容器使用面向方面编程(AOP)和拦截。 www.ibm.com 8. Here we use Aspect Oriented Programming for deciding which fetching strategy needs to used on business use case basis. 这里我们使用了面向方面的编程(AspectOrientedProgramming)以根据业务的不同使用不同的抓取策略。 www.infoq.com 9. This configuration uses Spring's support for Aspect Oriented Programming (AOP). 此配置使用了Spring对面向方面的编程(AspectOrientedProgramming,AOP)的支持。 www.ibm.com 10. Inreality we never got aspect-oriented programming because the academics could not agree on whether this was a good idea or bad idea. 在现实中,我们从来没有面向方面编程,因为学者不能同意这是否是一个好主意或坏主意。 blog.sina.com.cn 1. An understanding of aspect-oriented programming is also a plus, but is not required. 了解面向方面编程更佳,但不作硬性要求。 www.ibm.com 2. Crosscutting is a term specific to aspect-oriented programming. 横切是面向方面编程的专有名词。 www.ibm.com 3. We have always believed that AOP (Aspect Oriented Programming) is important. 我们一直坚信AOP(面向切面编程)很重要。 www.infoq.com 4. by now , you ve surely heard about aspect - oriented programming. 到目前为止,您一定已经听说过面向方面编程。 www.ichacha.net 5. Contains a series of articles exploring the new features of AspectJ 5 and on aspect-oriented programming with AspectJ in general. 包含的系列文章大体上介绍了AspectJ5的新特性以及用AspectJ进行面向方面编程。 www-128.ibm.com 6. In Part 4, you'll meet Spring aspect-oriented programming (AOP) and Spring Web Framework. 在第4部分里,您将接触到Spring面向方面编程(aspect-orientedprogramming,AOP)和SpringWeb框架的内容。 www.ibm.com 7. He then shows you how to use the new Java 5 agent interface and simple aspect-oriented programming techniques to build your own profiler. 然后他介绍了如何用Java5中新增的代理接口和简单的面向方面编程技术构建自己的监测器。 www-128.ibm.com 8. See Resources to learn more about aspect-oriented programming and different crosscutting techniques. 请参阅参考资料来学习更多关于面向方面编程和其他横切技术的知识。 www.ibm.com 9. Series is intended for developers who have some background in aspect-oriented programming and want to expand or deepen their knowledge. 系列是为具有一定面向方面的编程背景、并准备扩展或者加深他们的知识的开发人员准备的。 www-128.ibm.com 10. If you're using a static object-oriented language such as Java, look into aspect-oriented programming (AOP). 如果您使用的是Java这样的静态面向对象语言,请参考面向方面的编程(AOP)。 www.ibm.com 1. Chapter 11 talks about clean code in the context of system-level techniques such as Dependency Injection and Aspect-Oriented Programming. 第十一章在系统级别讨论了简洁代码,如依赖注入和面向方面编程技术。 www.infoq.com 2. So what is Aspect Oriented Programming? 什么是面向方面的编程? www.infoq.com 3. EJB 3. 0 also adds the ability to use Aspect Oriented Programming techniques in your application. EJB3.0还增加了在您的应用程序中使用面向方面的编程技术这一能力。 www.ibm.com 4. Aspect-oriented programming, or AOP, is a term that is surely known to most Java developers by now. 面向方面编程,即AOP,是现在大多数Java开发人员都知道的一个术语。 www.ibm.com 5. Want to find out more about aspect-oriented programming? 要了解更多面向方面编程的内容吗? www-128.ibm.com 6. I will also focus on the most beneficial use of metadata annotation in aspect-oriented programming. 在本文的第二部分中,我仍然将重点讨论元数据方法在面向对象的编程中的最有效用法。 www.ibm.com 7. In Part 4 you'll get an introduction to Spring aspect-oriented programming (AOP) and the Spring Web Framework. 在第4部分中,您将面对Spring面向方面编程(AOP)和SpringWeb框架。 www.ibm.com 8. Function#wrap distills the essence of aspect-oriented programming into a single method Function#wrap提取面向方面编程的精华到一个单个方法中 www.infoq.com 9. Aspect-oriented Programming Technology and its Application in Storage Management System 面向方面技术在仓储系统中的应用 service.ilib.cn 10. A Research on the Aspect-Oriented Programming Technology and Its Applications 面向方面编程技术及应用研究 www.ilib.cn 1. An overview of aspect oriented programming and its related technical issues 面向方面的程序设计及其相关的关键技术 www.ilib.cn 2. Aspect-oriented programming and implement technology 面向方面程序设计及其实现技术 www.ilib.cn 3. A Design and Realization Scheme of Data Validation with the Aspect Oriented Programming 一种基于切面技术的数据验证设计与实现方案 www.ilib.cn 4. Aspect-Oriented Programming Using Reflection and Meta-Object Protocol 映像和元对象协议实现面向方面编程技术 www.ilib.cn 5. The Application of Aspect-Oriented Programming in Software Evolution 面向方面编程在软件进化中的应用 www.ilib.cn 6. Research on Aspect-oriented Programming Technology 面向方面编程技术的研究 www.ilib.cn 7. The Research of Aspect- Oriented Programming 面向方面编程方法的研究 www.ilib.cn 8. Aspect oriented programming based on embedded operation system 基于嵌入式操作系统的面向方面编程的研究 www.ilib.cn 9. A solution to aspect-oriented programming conflict based on metadata 一种元数据的面向方面编程冲突解决方法 service.ilib.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。