简述你对AOP(Aspect Oriented

题目

简述你对AOP(Aspect Oriented Programming)的理解。

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

The distinctive view of the nature of content for language pedagogy introduced two important elements to syllabus design, namely, __________.

A.Structural aspect and functional aspect

B.Useful aspect and functional aspect

C.Notional aspect and conceptual aspect

D.Notional aspect and functional aspect


正确答案:D

第2题:

Germam football fans tend to come from middle class fo society, and can be divided into: the "adventure-oriented" fan, the "football-oriented" fan andthe "consumer-oriented" fan. ()

此题为判断题(对,错)。


正确答案:正确

第3题:

According to the Grammar Translation s, the spoken of language is the most important aspect of language. ()

此题为判断题(对,错)。


参考答案:错误

第4题:

在Spring中,下列关于AOP的理解,正确的有( )。(A/B选项不完整)

A.面向纵向的

B.面向横向的

C.AOP关注的是面

D.AOP关注的是点


参考答案:BC

第5题:

下列关于AOP的说法错误的是( )。

A.AOP将散落在系统中的“方面”代码集中实现

B.AOP有助于提高系统的可维护性

C.AOP已经表现出了将要替代面向对象的趋势

D.AOP是一种设计模式,Spring为其提供了一种实现


参考答案:C

第6题:

___________ of teaching writing pays great attention to the accuracy of the final product but ignores the process.

A. The product-oriented method

B. The process-oriented method

C. The quality-oriented method

D. The test-oriented method


正确答案是:A

第7题:

Spring AOP marker at this line这个是什么意思啊?

<aop:config>

<aop:pointcut id="serviceMethods" expression="execution(* dao.*.*(..))" />

<aop:advisor advice-ref="txAdvice" pointcut-ref="serviceMethods" />

</aop:config>


<aop:pointcut id="serviceMethods" expression="execution(* dao.*.*(..))" />中"* dao.*"有个空格,*是通配符,你去掉空格。以<aop:pointcut id="serviceMethods" expression="execution(*dao.*.*(..))" />试试看。

第8题:

● C++ fully supports (72) programming, including the four properties: encapsulation, data hiding, inheritance, and polymorphism.

(72)

A. computer-oriented

B. procedure-oriented

C. object-oriented

D. aspect-oriented


正确答案:C

第9题:

在Spring中,下列关于AOP的说法正确的是( )。

A.AOP为OOP的补充和完善

B.AOP为OOA的补充和完善

C.AOP将逐渐代替OOP

D.AOP将逐渐代替OOA


参考答案:A

第10题:

C++ fully supports ( ) programming,including the four properties:encapsulation,data hiding,inheritance,and polymorphism.

A.computer-oriented
B.procedure-oriented
C.object-oriented
D.aspect-orienteD.

答案:C
解析:
C++完全支持面向对象程序设计,包括以下4种属性:封装性、数据隐藏、继承性和多态性。

更多相关问题