记作业>英语词典>crosscutting翻译和用法

crosscutting

英 [ˈkrɒskʌtɪŋ]

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

双语例句

  • Crosscutting becomes explicit, easy to reason about and change.
    横切变得很明确,易于推理和修改。
  • This issue has to do more with the nature of the crosscutting functionality than the solution itself.
    这个问题更多时候与横切功能的本性有关、而不是与解决方案有关。
  • All are examples of what are called crosscutting concerns.
    所有这些都是所谓横切关注点的例子。
  • 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.
    例如,在面向对象的编程中,模块性的天然单位是类,横切关系是一种跨越多个类的关系。
  • Signature-based pointcuts cannot capture the join points needed to implement certain crosscutting concerns.
    基于签名的切入点不能捕获实现某种横切功能所需要的连接点。
  • Applying a more flexible approach to documentation also has the advantage of crosscutting methodologies.
    引用更灵活的文档方法也具有横切方法(crosscuttingmethodologies)的优点。
  • Annotations are an easy way to capture certain crosscutting concerns in the applications.
    用注解捕获应用中特定的横切关注点是一种很简单的方式。
  • To support metadata-based crosscutting, an AOP system needs to provide a way to consume and supply annotations.
    为了支持基于元数据的横切,AOP系统需要提供一种消费和提供注释的方法。
  • 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.
    如果对横切关注点(例如日志和事务管理)进行了模块化,那么不用修改每个单独的类,就可以向代码中添加新特性。