• 例如魔法属性kernel指向内核自动框架注入类中

    For example, the magic attribute kernel refers to the kernel, which is automatically injected into the class by the framework.

    youdao

  • NK控制反转仅仅一种思想各种依赖注入(无论有无框架)都取决设计软件是否抱有控制反转目的

    NK: inversion of control is a mindset, and dependency injection of any kind (with or without a framework) relies on your software being designed with the goals of inversion of control in mind.

    youdao

  • 正如在系列第一篇文章解释过构造函数注入表明框架会提供初始化时需要的构造函数参数。

    As explained in the first article of this series, constructor injection implies that the framework supplies constructor parameters required by the class upon instantiation.

    youdao

  • 听闻一消息后,就立即加入了这个项目开始核心依赖注入容器以及AOP框架进行移植

    As soon as I heard about it, I joined the project and we started porting the core Dependency Injection container and AOP framework.

    youdao

  • 核心特性依赖注入(DI)容器AOP以及数据访问框架,都可以非常好地应用任意的。NET应用程序中。

    Core features, such as the Dependency Injection (DI) container, AOP and the data access framework can be used in pretty much any.net application.

    youdao

  • 虽然某种意义上依赖注入在技术上没什么特别的;实际上DI框架所做就是对象之间交互提供一个中枢

    In a sense though dependency injection is not technically particularly interesting; really what DI frameworks do is offer a backbone for interactions between objects.

    youdao

  • 对于更大型程序愿意做外部引用或者使用依赖注入框架

    For larger applications, I prefer to wire in that reference externally or use a dependency injection framework.

    youdao

  • NK传统上依赖注入框架依赖XML定义元数据,从而为应用程序组成组件

    NK: Dependency injection frameworks have traditionally relied on XML to define the metadata necessary to wire up the components of your application.

    youdao

  • 比如,负责生产环境技术支持关心开发人员选择注入哪种日志记录框架

    For example, people in the production support role are not concerned with what logging framework the developers choose to inject.

    youdao

  • 不想依赖注入框架代码散布应用当中。

    I don't want [Dependency Injection] framework code smeared all through my application.

    youdao

  • 最终的目的是创建个轻便快速易于使用依赖注入框架

    To that end, I've tried to create the lightest, fastest, most easy to use dependency injection framework.

    youdao

  • 框架通过两种方式将应用服务运行中的POJO关联起来:拦截POJO的执行上下文服务对象注入POJO

    The framework "wires" application services to the POJOs by intercepting the execution context or injecting service objects to the POJO at runtime.

    youdao

  • 如果使用一个综合的输入验证框架许多输入漏洞SQL注入CSRFXSS都是可以避免的。

    Many intrusion vulnerabilities such as SQL injection, CSRF, and XSS are preventable using a comprehensive input-validation framework.

    youdao

  • 希望所有依赖注入框架方面大步的进化不是急于支持一些花哨功能或者当前的习惯

    I would like to see all di frameworks evolve in this area a bit further, rather than rushing to support the fancy library or idiom of the day.

    youdao

  • 代码作为配置类似驱动依赖注入框架XML文件

    Code as Configuration: These are things such as an XML file that drives a dependency injection framework.

    youdao

  • 很多其他东西注入语言人们谈论事情框架问题方式

    There are a lot of things that get inserted into the language, like the way that people talk about things and frame issues.

    youdao

  • 依赖项注入基本形式完整的形式以Spring这样框架表示

    This is a rudimentary form of dependency injection, as more fully expressed in frameworks like Spring.

    youdao

  • 作为一个简单依赖性注入框架Blueprint对于We b容器Blueprint容器之间桥接存在完全相同问题

    Blueprint as a plain dependency injection framework has exactly the same problem with bridging between the Web container and the Blueprint container.

    youdao

  • 依赖注入通过使用Spring这样框架来执行软件模式

    Dependency Injection is a software pattern that is usually implemented through the use of frameworks like Spring.

    youdao

  • 本文通过POJO编程构建一个简单SOA框架,它使用反射GeronimoGBean依赖性注入组件去耦

    This article proposes a simple SOA framework through POJO programming that uses reflection and Geronimo's GBean dependency injection to enable component decoupling.

    youdao

  • 其次平台提供了标准化注解驱动类型安全依赖注入框架方式类似于GoogleGuice

    Second it provides a standardised, annotation-driven, type-safe dependency injection framework for the platform similar in approach to Google's Guice.

    youdao

  • 因为我们使用IoC,所以我们原理应用我们正在使用框架上,同时我们依赖注入(Dependency Injection,即DI)应用的不同部分进行包装。

    Since we are using IoC, we also want to apply the principle to the framework we are using and be able to wire together the different parts of our application using Dependency Injection (di).

    youdao

  • 版本减少了对依赖注入框架Sprint.NET的使用,同时大量程序集引用减少只有一个

    The new version includes a decreased footprint on dependency injection frameworks like Spring.NET and the amount of assemblies referenced is reduced to only one.

    youdao

  • 熟悉一下GuiceSpring其他依赖注入框架有用。

    Familiarity with Guice, or with another dependency injection framework such as Spring, would be useful.

    youdao

  • 如果已经了解DI而且知道为什么借助一个框架使用DI,那么您可以跳到通过Guice进行基本注入小节

    If you already understand DI and know why you'd want a framework to help you with it, you can skip to the Basic injection with Guice section.

    youdao

  • Guice一个依赖项注入(DI)框架

    Guice is a dependency injection (DI) framework.

    youdao

  • ObjectBuilder一个用来构建依赖注入容器框架

    ObjectBuilder was a framework which was used to build Dependency Injection containers.

    youdao

  • 所有依赖关系(也就是三个接口)都可以Spring框架这些bean注入

    All the dependencies (that is, the three interfaces) can be injected by the Spring framework using these beans.

    youdao

  • 幸运是,MartinFowler已经站出来解决这个问题,他多个框架构建者合作,把这种形式解耦命名依赖注入

    Fortunately, Martin Fowler has come to the rescue and, in collaboration with several framework builders, named this style of decoupling dependency injection.

    youdao

  • 毫无疑问,这些setter框架所需样板代码如果使用构造器注入避免一点岂不美哉?

    Again, these setters are framework induced boilerplate code. Wouldn’t it be nice if they could be avoided without the need to use Constructor injection everywhere?

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定