cross-cutting concerns的意思|示意

美 / / 英 / /

横切关注点


cross-cutting concerns的网络常见释义

横切关注点 *横切关注点(Cross-cutting concerns):*在软件开发中,分布于应用中多处的相同功能,例如:日志、安全和事务管理等,它们都是贯穿在软件的各个功能模块的,但又不是各...

cross-cutting concerns相关例句

Provided a more flexible approach to applying cross-cutting concerns in the system, while maintaining a degree of commonality between existing and new code.

提供一种更为灵活的方法以便在系统中应用横切关注点,并使现有代码和新代码之间拥有一定的共同性。

This feature simplifies design-time implementation of cross-cutting concerns (discussed below), because actual content modification happens in a single place, with the tool taking care of the weaving.

这一特性使得横剖关注(下面将会讨论)的设计时间实现变得简单化,这是因为实际的内容修改在一个单一的地点发生,而工具将负责编排的处理。

Having established the system core, extensibility mechanisms, and acceptable performance, the final step was to apply cross-cutting concerns to the system.

在建立了系统核心、可扩展机制和可接受的性能之后,最后一个步骤就是将横切关注点应用到系统。

Action Filters make perfect sense for cross-cutting concerns like logging, but you can get creative with how and why you use them.

操作过滤器对交错关注点有着异同寻常的意义,但如何以及为什么使用它们,就需要你发挥创造力了。

Some concerns are appropriately expressed as encapsulated objects, or components. Others are best expressed as cross-cutting concerns.

一些关注点可适当地通过封装的类或组件来表达,另一些最好通过横切关注点来表达。

The team thought that the handling of certain cross-cutting concerns within the software architecture could only be provided by some form of global instance.

团队认为,在软件体系结构中,只有某些形式的全局实例才能处理特定的横切关注点。