词语站>英语词典>crosscutting翻译和用法

crosscutting

英 [ˈkrɒskʌtɪŋ]

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

双语例句

  • 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代码的纯洁性。
  • A crosscutting concern, when implemented in a traditional OO approach, cuts across many classes and methods.
    一个横切关注点,在用传统OO方法实现时,会分解成很多类和方法。
  • Annotations are an easy way to capture certain crosscutting concerns in the applications.
    用注解捕获应用中特定的横切关注点是一种很简单的方式。
  • All are examples of what are called crosscutting concerns.
    所有这些都是所谓横切关注点的例子。
  • Within the world of crosscutting, there are two types: dynamic crosscutting and static crosscutting.
    在横切的世界里,横切有两种类型:动态横切和静态横切。
  • Aspects combine pointcuts and advice into a modular solution addressing a particular crosscutting concern.
    切面是结合切入点和通知成一个模块方案,解决特殊的横切问题。
  • Problem of crosscutting federate could be resolved effectively by using Aspect-Oriented programming technology.
    利用面向方面的编程技术,能够有效地解决邦员的横切问题。
  • For the remainder of the article I will focus on the technique and application of static crosscutting.
    在本文剩下的篇幅中,我将重点讲解静态横切的技术和应用。
  • Signature-based pointcuts cannot capture the join points needed to implement certain crosscutting concerns.
    基于签名的切入点不能捕获实现某种横切功能所需要的连接点。
  • 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.
    如果对横切关注点(例如日志和事务管理)进行了模块化,那么不用修改每个单独的类,就可以向代码中添加新特性。