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

crosscutting

英 [ˈkrɒskʌtɪŋ]

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

双语例句

  • Problem of crosscutting federate could be resolved effectively by using Aspect-Oriented programming technology.
    利用面向方面的编程技术,能够有效地解决邦员的横切问题。
  • Moreover, static crosscutting lets you affix extensions and implementations to the fundamental structure of an object.
    此外,静态横切可以把扩展和实现附加到对象的基本结构中。
  • 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.
    如果对横切关注点(例如日志和事务管理)进行了模块化,那么不用修改每个单独的类,就可以向代码中添加新特性。
  • Crosscutting becomes explicit, easy to reason about and change.
    横切变得很明确,易于推理和修改。
  • 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代码的纯洁性。
  • We'll use an example to better see how static crosscutting can be implemented in an existing class.
    我们将用一个例子来更好地展示静态横切是怎样在一个现有的类中实现的。
  • 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.
    例如,在面向对象的编程中,模块性的天然单位是类,横切关系是一种跨越多个类的关系。
  • For the remainder of the article I will focus on the technique and application of static crosscutting.
    在本文剩下的篇幅中,我将重点讲解静态横切的技术和应用。
  • Within the world of crosscutting, there are two types: dynamic crosscutting and static crosscutting.
    在横切的世界里,横切有两种类型:动态横切和静态横切。
  • It is possible to harness AOP's crosscutting mechanism to declare an annotation once for all affected elements.
    可以利用AOP的横切机制对所有受影响的元素进行一次注释。