字典APP>英语词典>crosscutting翻译和用法

crosscutting

英 [ˈkrɒskʌtɪŋ]

v.  横切;横越,横穿; (电影、电视)倒叙,插叙
crosscut的现在分词

双语例句

  • The syntax for creating static crosscuts is quite different from that of dynamic crosscutting, in that there are no pointcuts or advices.
    创建静态横切的语法和动态横切有很大的不同,即没有切入点和通知。
  • The intrusion sequence for igneous rocks is indicated by crosscutting and inclusion relationships.
    火成岩的归入顺序由切割和包含关系来表示。
  • If you modularize crosscutting concerns, such as logging and transaction management, it becomes possible to add new features to your code without modifying each class individually.
    如果对横切关注点(例如日志和事务管理)进行了模块化,那么不用修改每个单独的类,就可以向代码中添加新特性。
  • Signature-based pointcuts cannot capture the join points needed to implement certain crosscutting concerns.
    基于签名的切入点不能捕获实现某种横切功能所需要的连接点。
  • Spring uses the AOP specification and an XML configuration file to externalize crosscutting concerns, thus preserving the purity of your Java objects.
    Spring使用AOP规范和一个XML配置文件具体化横切关注点,因而保持了Java代码的纯洁性。
  • All are examples of what are called crosscutting concerns.
    所有这些都是所谓横切关注点的例子。
  • Problem of crosscutting federate could be resolved effectively by using Aspect-Oriented programming technology.
    利用面向方面的编程技术,能够有效地解决邦员的横切问题。
  • An AOP system that supports supplying annotations will let you attach annotations to program elements in a crosscutting manner.
    一个支持提供注释的AOP系统可以以横切方式将注释附加到程序元素上。
  • In object-oriented programming, for instance, the natural unit of modularity is the class, and a crosscutting concern is a concern that spans multiple classes.
    例如,在面向对象的编程中,模块性的天然单位是类,横切关系是一种跨越多个类的关系。
  • Due to the crosscutting nature of such annotations, AOP is a good way to supply them.
    由于这种注释的横切本性,用AOP提供它们是很好的一种方法。