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

crosscutting

英 [ˈkrɒskʌtɪŋ]

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

双语例句

  • To support metadata-based crosscutting, an AOP system needs to provide a way to consume and supply annotations.
    为了支持基于元数据的横切,AOP系统需要提供一种消费和提供注释的方法。
  • We'll use an example to better see how static crosscutting can be implemented in an existing class.
    我们将用一个例子来更好地展示静态横切是怎样在一个现有的类中实现的。
  • Crosscutting becomes explicit, easy to reason about and change.
    横切变得很明确,易于推理和修改。
  • For the remainder of the article I will focus on the technique and application of static crosscutting.
    在本文剩下的篇幅中,我将重点讲解静态横切的技术和应用。
  • An AOP system that supports supplying annotations will let you attach annotations to program elements in a crosscutting manner.
    一个支持提供注释的AOP系统可以以横切方式将注释附加到程序元素上。
  • With static crosscutting, architects and designers can effectively model complex systems in a true object oriented manner.
    使用静态横切,架构师和设计者能用一种真正面向对象的方法有效地建立复杂系统的模型。
  • For now, I'll show you the basic syntax to supply annotation in a crosscutting manner.
    现在,我将展示以横切方式提供注释的基本语法。
  • In AJDT it has been configured to show crosscutting relationships for the current element.
    在AJDT里,该视图被配置成用来显示当前元素的crosscutting关联关系。
  • 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.
    如果对横切关注点(例如日志和事务管理)进行了模块化,那么不用修改每个单独的类,就可以向代码中添加新特性。
  • The syntax for creating static crosscuts is quite different from that of dynamic crosscutting, in that there are no pointcuts or advices.
    创建静态横切的语法和动态横切有很大的不同,即没有切入点和通知。