crosscutting
英 [ˈkrɒskʌtɪŋ]
美
v. 横切;横越,横穿; (电影、电视)倒叙,插叙
crosscut的现在分词
双语例句
- However, supplying annotations in a crosscutting manner can be very helpful.
不过,以横切的方式提供注释是很有用的。 - Hyperspaces goes beyond the encapsulation of crosscutting concerns and attempts to manage multi-dimensional separation of concerns.
Hyperspaces超越了对横切关系的封装,并尝试管理关系的多维分离。 - Problem of crosscutting federate could be resolved effectively by using Aspect-Oriented programming technology.
利用面向方面的编程技术,能够有效地解决邦员的横切问题。 - Conceptually, such a construct allows you to attach annotations to program elements in a crosscutting manner.
概念上,这种结构可以以横切的方式在程序元素上附加注释。 - The syntax for creating static crosscuts is quite different from that of dynamic crosscutting, in that there are no pointcuts or advices.
创建静态横切的语法和动态横切有很大的不同,即没有切入点和通知。 - 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.
如果对横切关注点(例如日志和事务管理)进行了模块化,那么不用修改每个单独的类,就可以向代码中添加新特性。 - Annotations are an easy way to capture certain crosscutting concerns in the applications.
用注解捕获应用中特定的横切关注点是一种很简单的方式。 - With static crosscutting, architects and designers can effectively model complex systems in a true object oriented manner.
使用静态横切,架构师和设计者能用一种真正面向对象的方法有效地建立复杂系统的模型。 - 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代码的纯洁性。 - AOP ( Aspect-Oriented Programming) is a technique for separation of crosscutting concerns which expresses higher abstraction level.
面向方面编程是一种支持分离横切关注点的技术,表达了更高层次的抽象。