国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

pointcuts

pointcuts

 英

  • 網絡切入點;切點;點切

例句

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.

由此可以看到沒有切入點靜態(tài)檢查工具語法錯誤需要更多時間調試

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目標訪問使它們系統(tǒng)測試部分訪問

Writing good pointcuts is key to mastering AOP, although it is often a struggle for newcomers.

編寫切入點掌握AOP關鍵盡管對于新手來說通常不是一件容易

The syntax for creating static crosscuts is quite different from that of dynamic crosscutting, in that there are no pointcuts or advices.

創(chuàng)建靜態(tài)橫切語法動態(tài)橫切不同沒有切入點通知

A more complete and fine-grained set of pointcuts allows more of the interesting points of program execution to be accessible to aspects.

更加完整精細切入點集合允許通過方面訪問程序執(zhí)行更多有趣

Figuring out what went wrong, especially when first coming up to speed on AOP and pointcuts, can be extremely time-consuming.

指出錯誤特別費時尤其初次接觸AOP切入點

Aspects combine pointcuts and advice into a modular solution addressing a particular crosscutting concern.

切面結合切入點通知一個模塊方案解決特殊橫切問題

At the time of this writing, no AOP system supports annotation properties-based pointcuts.

編寫本文時候沒有支持基于注釋屬性切入點AOP系統(tǒng)

Checking such pointcuts with a few representative mock targets is worthwhile.

幾個代表性mock目標檢查這種切點值得

Only a few pointcuts are required for coarse-grained crosscutting and auxiliary aspects.

對于橫切輔助性方面需要很少切入點

Pointcut support for composition allows you to combine simple pointcuts into more complicated ones.

切入點支持復合composition),允許簡單切入點組合復雜切入點

Run time -- Interception and proxy-based mechanisms provide a means for matching pointcuts to determine when advice should be invoked.

運行——攔截基于代理機制提供切入點匹配手段可以決定什么時候應當調用通知

Together, these two pointcuts define all of the join points with which we are concerned.

起來兩個切點定義所有我們關注連接

Note that at this time, AspectJ is the only tool that provides a static enforcement mechanism that employs pointcuts.

注意目前AspectJ惟一提供使用切入點靜態(tài)強制機制工具

We were able to do this easily because both pointcuts have an Employee parameter.

因為每個切點一個雇員參數(shù)因此我們可以容易地完成工作

The aspect encapsulates the join points, pointcuts, inter-type declarations, and advice for a crosscutting concern.

方面封裝一個橫切關注連接切入點類型聲明參考建議

Pointcuts allow you to unambiguously reference multiple join points in the program code (method content and processes).

切點允許明確引用程序代碼方法內容過程多個連接

When editing pointcuts, being forced to run the system and inspect the results to find affected join points is very time-consuming.

編輯切入點不得不運行系統(tǒng)才能查看結果尋找受影響連接非常耗時

On the flipside, a broader set of pointcuts does have a pay-as-you-go property, as pointcuts can be learned as needed.

反面來看更廣泛切入點集合確實具備量入為出屬性因為切入點可以

Pointcuts can describe sets of join points by means of explicit enumeration.

切入點可以通過顯式枚舉方式描述連接集合

Join points, pointcuts, and advice address the dynamic properties of your software.

連接切入點參考建議關注軟件動態(tài)屬性

Together, pointcuts, advice, and inter-type declarations allow AOP languages to express crosscutting concerns explicitly.

切入點通知類型聲明組合一起使AOP語言可以清楚表達橫切問題

Many aspects cannot be expressed without fine-grained pointcuts.

沒有精細切入點許多方面不能表達

Join points are encapsulated in quantifiable expressions (queries) called "pointcuts. "

連接封裝稱作pointcuts切點)”可以計量擴展查詢之中

Metadata brings additional information to selecting join points where Pointcuts use annotations to capture join points.

元數(shù)據選擇連接joinpoints帶來附加信息那里Pointcuts使用注解捕獲連接joinpoints)。

You can take a more relaxed approach to describing pointcuts by using free-text description.

可以采用一種更加寬松方法描述切點使用上下文無關描述

Trace defines three pointcuts; two of them are concrete and one abstract, as shown in Figure 2.

跟蹤定義三個切入點其中兩個具體一個抽象正如2所示

Pointcuts are then used to define the join points at which advice in the aspect applies.

然后可以切入點定義應用方面通知連接

These provide an elegant way of expressing pointcuts and advice in a single code module.

提供一種單個代碼模塊表達切入點通知優(yōu)雅方式

Pointcuts are just the first step in a design approach that minimizes entangling assumptions.

切入點僅僅減少重重假設設計方法第一

The above method for describing pointcuts has proved useful, but at present there is no analogous method for describing process pointcuts.

上述用于描述切點方法已經證明有效但是目前沒有一種類似方法可以用來描述過程切點

As a result, there is no import mechanism for pointcuts, and all type references must be fully qualified.

所以沒有切入點import機制所有類型引用必須完全規(guī)范

A mechanism for naming pointcuts facilitates readability and composition.

切入點命名naming機制提高可讀性復合

To fully support dynamic AOA weaving, RMC requires an embedded language for declaring process pointcuts.

為了完全支持動態(tài)AOA編排RMC要求一種聲明過程切點嵌入式語言

Using pointcuts, you can easily define situations in which a timestamped object should have its stamp updated.

使用Pointcut可以方便地定義環(huán)境加上時間戳記對象其中更新戳記

But it also means that little additional work for matching pointcuts needs to be done at run time.

意味運行時候幾乎需要為了匹配切入點額外工作

The learning curve for using new pointcuts is pay as you go.

使用切入點學習曲線

Concise aspect declarations and static checking for pointcuts.

簡潔方面聲明切入點靜態(tài)檢查

The pointcuts in these aspects look for the appropriate annotations.

這些方面切入點查找合適標注

Both pointcuts and their bindings to advice are declared in the aspects using XML annotations.

切入點切入點通知綁定方面中用XML注釋聲明