网站首页  词典首页

请输入您要查询的英文单词:

 

单词 pointcuts
释义

pointcuts

  • 网络切入点;切点;点切
1.
切入点
切入点Pointcuts)用来定义“通知” (advice). AspectJ 的advice用来定义在连接点执行之前、之中、之后的额外代码。
developer.51cto.com
2.
切点
...拦截器(method-interceptors)和切点pointcuts),从逻辑上讲,从而减弱代码的功能耦合,清晰的被分离开。
jooben.blog.51cto.com
3.
点切
面向方面程序设计 _ 上海疯狂英语 ... 连接点( Joinpoints) 点切Pointcuts) 编织( Weave) ...
www.crazyenglish.org
4.
关注点
AOP framework for .net – Future.AOP -... ... Test.Class1 类型,这样写 1、 pointcuts关注点) 2、 advice( 建议) ...
bughole.cnblogs.com
5.
横跨点
集中管理的横跨点(pointcuts)來织入应用模组中,方便安全管理人员掌握全局,不会像
nccur.lib.nccu.edu.tw

例句

释义:
1.
As you can see, this sort of syntax error takes much longer to debug in the tools that don't have static checking of pointcuts.
由此可以看到,在没有切入点静态检查的工具中,这类语法错误需要更多时间调试。
www.ibm.com
2.
If I modify my pointcuts to make them more accessible to mock targets, I also make them more accessible to non-test parts of the system.
如果修改切点以使它们更能被mock目标访问,也就使它们更可被系统中的非测试部分访问。
www.ibm.com
3.
Writing good pointcuts is key to mastering AOP, although it is often a struggle for newcomers.
编写好的切入点是掌握好AOP的关键,尽管这对于新手来说通常不是一件容易的事。
www.ibm.com
4.
The syntax for creating static crosscuts is quite different from that of dynamic crosscutting, in that there are no pointcuts or advices.
创建静态横切的语法和动态横切有很大的不同,即没有切入点和通知。
www.ibm.com
5.
A more complete and fine-grained set of pointcuts allows more of the interesting points of program execution to be accessible to aspects.
更加完整和精细的切入点集合允许通过方面访问程序执行中更多有趣的点。
www.ibm.com
6.
Figuring out what went wrong, especially when first coming up to speed on AOP and pointcuts, can be extremely time-consuming.
指出错误在哪特别费时,尤其在初次接触AOP和切入点时。
www.ibm.com
7.
Aspects combine pointcuts and advice into a modular solution addressing a particular crosscutting concern.
切面是结合切入点和通知成一个模块方案,解决特殊的横切问题。
www.infoq.com
8.
At the time of this writing, no AOP system supports annotation properties-based pointcuts.
在编写本文的时候,还没有支持基于注释属性的切入点的AOP系统。
www.ibm.com
9.
Checking such pointcuts with a few representative mock targets is worthwhile.
用几个代表性的mock目标检查这种切点是值得的。
www.ibm.com
10.
Only a few pointcuts are required for coarse-grained crosscutting and auxiliary aspects.
对于粗粒度的横切和辅助性方面,只需要很少的切入点。
www.ibm.com
1.
Pointcut support for composition allows you to combine simple pointcuts into more complicated ones.
切入点支持复合(composition),这就允许把简单的切入点组合成更复杂的切入点。
www.ibm.com
2.
Run time -- Interception and proxy-based mechanisms provide a means for matching pointcuts to determine when advice should be invoked.
运行时——拦截和基于代理的机制提供了切入点匹配的手段,可以决定什么时候应当调用通知。
www.ibm.com
3.
Together, these two pointcuts define all of the join points with which we are concerned.
合起来,这两个切点定义了所有我们关注的连接点。
www.ibm.com
4.
Note that at this time, AspectJ is the only tool that provides a static enforcement mechanism that employs pointcuts.
注意,目前AspectJ是惟一提供使用切入点的静态强制机制的工具。
www.ibm.com
5.
We were able to do this easily because both pointcuts have an Employee parameter.
因为每个切点都有一个雇员参数,因此,我们可以很容易地完成这项工作。
www.ibm.com
6.
The aspect encapsulates the join points, pointcuts, inter-type declarations, and advice for a crosscutting concern.
方面封装了一个横切关注点的连接点,切入点,类型间声明和参考建议。
www.ibm.com
7.
Pointcuts allow you to unambiguously reference multiple join points in the program code (method content and processes).
衡切点允许您明确的引用程序代码(方法内容和过程)中的多个连接点。
www.ibm.com
8.
When editing pointcuts, being forced to run the system and inspect the results to find affected join points is very time-consuming.
在编辑切入点时,不得不运行系统才能查看结果,寻找受影响的连接点是非常耗时的。
www.ibm.com
9.
On the flipside, a broader set of pointcuts does have a pay-as-you-go property, as pointcuts can be learned as needed.
从反面来看,更广泛的切入点集合确实具备量入为出的属性,因为切入点可以边用边学。
www.ibm.com
10.
Pointcuts can describe sets of join points by means of explicit enumeration.
切入点可以通过显式枚举方式描述连接点集合。
www.ibm.com
1.
Join points, pointcuts, and advice address the dynamic properties of your software.
连接点,切入点和参考建议关注于你的软件的动态属性。
www.ibm.com
2.
Together, pointcuts, advice, and inter-type declarations allow AOP languages to express crosscutting concerns explicitly.
切入点、通知和类型间声明组合在一起,使AOP语言可以清楚地表达横切问题。
www.ibm.com
3.
Many aspects cannot be expressed without fine-grained pointcuts.
没有精细的切入点,许多方面就不能表达。
www.ibm.com
4.
Join points are encapsulated in quantifiable expressions (queries) called "pointcuts. "
连接点被封装在被称作“pointcuts(横切点)”的可以计量的扩展(查询)之中。
www.ibm.com
5.
Metadata brings additional information to selecting join points where Pointcuts use annotations to capture join points.
元数据给选择连接点(joinpoints)带来了附加信息,在那里Pointcuts使用注解来捕获连接点(joinpoints)。
www.infoq.com
6.
You can take a more relaxed approach to describing pointcuts by using free-text description.
您可以采用一种更加宽松的方法来描述横切点,使用上下文无关的描述。
www.ibm.com
7.
Trace defines three pointcuts; two of them are concrete and one abstract, as shown in Figure 2.
跟踪定义了三个切入点;其中的两个是具体的,一个是抽象的,正如图2所示。
www.ibm.com
8.
Pointcuts are then used to define the join points at which advice in the aspect applies.
然后可以用切入点来定义将在其上应用方面中的通知的连接点。
www.ibm.com
9.
These provide an elegant way of expressing pointcuts and advice in a single code module.
它提供一种在单个代码模块中表达切入点和通知的优雅的方式。
www.infoq.com
10.
Pointcuts are just the first step in a design approach that minimizes entangling assumptions.
切入点仅仅是减少重重假设的设计方法的第一步。
www.ibm.com
1.
The above method for describing pointcuts has proved useful, but at present there is no analogous method for describing process pointcuts.
上述用于描述横切点的方法已经被证明是有效的,但是目前并没有一种类似的方法可以用来描述过程横切点。
www.ibm.com
2.
As a result, there is no import mechanism for pointcuts, and all type references must be fully qualified.
所以,没有切入点的import机制,所有的类型引用必须完全规范。
www.ibm.com
3.
A mechanism for naming pointcuts facilitates readability and composition.
切入点的命名(naming)机制提高了可读性和复合性。
www.ibm.com
4.
To fully support dynamic AOA weaving, RMC requires an embedded language for declaring process pointcuts.
为了完全支持动态AOA编排,RMC要求一种声明过程横切点的嵌入式语言。
www.ibm.com
5.
Using pointcuts, you can easily define situations in which a timestamped object should have its stamp updated.
使用Pointcut,您可以方便地定义环境,加上时间戳记的对象将在其中更新戳记。
www.ibm.com
6.
But it also means that little additional work for matching pointcuts needs to be done at run time.
但它也意味着在运行的时候,几乎不需要为了匹配切入点做额外的工作。
www.ibm.com
7.
The learning curve for using new pointcuts is pay as you go.
使用新切入点的学习曲线是随用随学。
www.ibm.com
8.
Concise aspect declarations and static checking for pointcuts.
简洁的方面声明和切入点的静态检查。
www.ibm.com
9.
The pointcuts in these aspects look for the appropriate annotations.
这些方面中的切入点查找合适的标注。
www.ibm.com
10.
Both pointcuts and their bindings to advice are declared in the aspects using XML annotations.
切入点和切入点到通知的绑定都在方面中用XML注释声明。
www.ibm.com
1.
Each AOP tool offers a number of primitive pointcuts for matching join points.
每个AOP工具都提供了大量用于连接点匹配的原生切入点。
www.ibm.com
2.
AOP lets you define pointcuts that match the many join points where you want to monitor performance.
AOP允许定义切入点,与要监视性能的许多连接点进行匹配。
www.ibm.com
3.
Hibernate annotations let you write pointcuts based on table, column name, and relationship information.
Hibernate注释允许您基于表、列名和关系信息编写切入点。
www.ibm.com
4.
Most notably, the XML styles let you control the binding of pointcuts and advice.
最明显的就是XML风格可以控制切入点和通知的绑定。
www.ibm.com
5.
Sub-aspects that extend these must concretize the pointcuts.
扩展抽象方面的子方面必须具体化切入点。
www.ibm.com
6.
Note that in some cases (indicated in parentheses) join points are not identified with pointcuts.
注意,在某些情况下(在括号中表示),连接点不用切入点标识。
www.ibm.com
7.
These pointcuts are used in different combinations by the advice in order to ensure that all methods are traced correctly.
这些Pointcut过去经常被Advice用在不同的联合方式中,为了保证所有的方法都被正确的追踪。
www.ibm.com
8.
In contrast to join points, pointcuts are defined in aspects.
和连接点相反,切入点需要在方面中定义。
www.ibm.com
9.
All AOP systems provide a language to define pointcuts.
所有AOP系统都提供一种定义切入点的语言。
www.ibm.com
10.
Note that I will focus on testing pointcuts, advice, and the code that supports them.
注意我将重点放在测试切点、建议和支持它们的代码上。
www.ibm.com
1.
Lack of static checking for pointcuts.
缺少切入点的静态检查。
www.ibm.com
2.
ANDing means that both pointcuts must apply.
ANDing意味着两个切入点都必须应用。
www.infoq.com
3.
Pointcuts and advice appear with their own icons, which indicate the kind of the advice (for example, before, after).
切入点和声明出现时有它们自己的图标,这些图标指出了通知的种类(例如:before、after等)。
www.ibm.com
4.
The more mature the pointcut language, the easier it is to write robust pointcuts.
切入点语言越成熟,越容易编写健壮的切入点。
www.ibm.com
5.
Figure 6 shows the set of pointcuts we need.
图6所示的是我们需要的一套切入点。
www.ibm.com
6.
As the adoption of AOP tools increases, the use of pointcuts could become more common in tools such as debuggers and profilers.
随着越来越多的人采用AOP工具,切入点的应用在调试器、profiler这类工具中的应用可能越来越普遍。
www.ibm.com
7.
The first approach to resolving this is to develop robust pointcuts from the start.
解决这个问题的第一个方法是从一起开始就开发健壮的切入点。
www.ibm.com
8.
Some primitive pointcuts match only join points of a specific kind (for example, method executions).
有些原生切入点只与特定类型的连接点匹配(例如,方法执行)。
www.ibm.com
9.
Common auxiliary aspects, such as monitoring and logging, typically make use of only coarse-grained pointcuts like method executions.
在常用的辅助性方面,例如监视和日志,通常只利用了粗粒度的切入点(例如方法执行)。
www.ibm.com
10.
You can also compose individual pointcuts to form more complex ones.
还可以将单独的连接点组合为更复杂的连接点。
www.ibm.com
1.
Following the pointcuts, we have a section of code that is similar to a method in regular Java code.
在切点之后,我们有一段与常规Java代码中方法相似的代码。
www.ibm.com
2.
The first thing we will do is construct the pointcuts.
我们要做的第一件事就是构造切入点。
www.ibm.com
3.
While there are some downsides to requiring a new compiler, it also yields a critical benefit by providing static checking of pointcuts.
虽然要使用新编译器这点有些不足,但是这么做可以提供切入点的静态检查,而且还会带来很大的益处。
www.ibm.com
4.
The definition of the pointcuts, the places, or conditions where the aspect code is invoked
横切点,位置,调用方面代码的条件定义
www.ibm.com
5.
Table 2: Author's proposed syntax for describing process pointcuts
表2:笔者提议的描述过程横切点的语法
www.ibm.com
6.
Example: Testing pointcuts based on a marker interface
示例:基于一个标志接口测试切点
www.ibm.com
7.
Figure 1: The syntax used by AspectJ to describe pointcuts
图1:AspectJ使用语法来描述横切点
www.ibm.com
8.
In addition, the following categories of kindless pointcuts are supported
另外,也支持以下没有类型的切入点分类
www.ibm.com
9.
Figure 2: Pointcuts in the trace aspect
图2:跟踪方面中的切入点
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/12/26 23:45:24