• 意味着只要坚持一些原则保持代码模块化那么可以获得一种标准轻松的方式维护一致的前端

    It means that a standardized and far less painful method of maintaining a consistent front end is now available, as long as you go along with the spirit of the thing and keep your code modular.

    youdao

  • 结构代码加以组织推动模块化维护

    The package structure organizes the code and facilitates modularity and maintenance.

    youdao

  • 由于代码模块化的,因此容易编写维护

    Because the code is modular, it is easier to write and maintain.

    youdao

  • 代码进行模块化这样可以有单独控制器来处理应用不同部分了。

    I like to modularize my code, so I allow separate controllers for different parts of the application.

    youdao

  • 添加代码生成模型为了字节码生成更加模块化容易维护

    The code generation model was added to make the bytecode generation more modular and easier to maintain.

    youdao

  • 要是模块化代码,就很难它们进行模块化

    If you have existing code that is non-modular, it can be difficult to modularize it.

    youdao

  • 通过使用一种模块化方法开发人员可以多个应用程序重用组件代码

    By using a modular approach, developers can reuse components and code across multiple applications.

    youdao

  • 养成良好编程习惯能够提高设计质量(比如模块化),从而使代码更加容易理解,因此维护就更加容易,同时也降低维护成本。

    Establishing good coding habits will enhance design factors like modularity, and your code will be easier to understand and, thus, easier and cheaper to maintain.

    youdao

  • 这样有助于模块化不同应用程序组件之间的代码重用

    This promotes better modularity and code reuse across multiple application components.

    youdao

  • 应用程序需要有或全无方式部署时候,拥有开发者角度模块化代码不会任何帮助一个缺陷就会破坏整个发布

    Having modular code from the developer's point of view doesn't help when applications have to be deployed in an all-or-nothing fashion and one bug can bust the whole release.

    youdao

  • Ksplice容易处理这种模块化对象代码

    Such "modular" object code is more easily manipulated by Ksplice.

    youdao

  • 作为首席开发者Lex最近这样说到,“一直都在些可扩展模块化代码从来不那种成为垃圾的。

    As the lead developer, Lex said recently, "I have always written extensible and modular codes, never a trashable one.

    youdao

  • EffecTV包含效果直接操作像素但是我们使用现有代码模块化方式以便重用别人的成果。

    The included EffecTV effects manipulate the pixels directly, but we will use existing code and a modular approach to reuse what others have done.

    youdao

  • 模块化代码必须编写两个函数一个用来呈现整个blog

    To modularize your code, you must write two functions: one to render the entire blog and one to render just a single post.

    youdao

  • 如果横切关注点(例如日志事务管理)进行了模块化那么不用修改每个单独可以代码中添加特性

    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.

    youdao

  • AOP模块化横切关注点因此应该寻找那些分散纠缠代码中的代码

    AOP modularizes crosscutting concerns, so I should look for code that is scattered and tangled in my code.

    youdao

  • 常常导致错综复杂的、非模块化代码长期开发过程中,这样代码非常脆弱

    This generally results in code that is intricate and non-modular and that can often be quite fragile during the long development process.

    youdao

  • 讨论了模块化调用调用者之间必须知道彼此,因此通常一个微小修改都会导致大规模的代码变化

    He also argues that both are non-modular as the caller and callee must know about each other and often a small change can require wide-scale code change.

    youdao

  • 可切换代码使用模块化交互元素

    The Swappable code attempts to use modular interactive elements.

    youdao

  • 实际上只需jsp页面代码进行更改但是可以创建模板以便模块化更多页面(较之使用JS p时要)。

    I really only had to change a few lines in my JSP pages, but was able to create a template that allowed me to modularize the pages more than I could with JSP.

    youdao

  • 因此我们代码能够很好的模块化

    This makes our code extremely modular.

    youdao

  • 我们引进模块化想法或者说代码分成更小片段多个函数多个文件

    We're going to introduce the idea of Modularization, or breaking your code into smaller pieces, such as functions, or files.

    youdao

  • 委托事件帮助我们编写模块化可重用代码

    Delegates and Events help us to write modular and reusable code.

    youdao

  • Mule2IDEEclipseIDEA)的支持更好都得归功于配置使用支持代码自动补全(auto-complete)”、验证上下文帮助模块化架构(modular schemas)。

    Mule 2 has better support for IDEs such as Eclipse and IDEA since the configuration uses modular schemas that enable auto-complete, validation and context help.

    youdao

  • 就会知道编写代码具有可扩展性模块化

    You'll know that I like to write code that is extensible and modular.

    youdao

  • 可以代码基础扩展正如上文所指出,你甚至还可以利用模块化swing框架来作为构建自己应用基础。

    You can study its sources when extending it and, as pointed out above, you can even use its modular Swing framework as the basis of your own applications.

    youdao

  • 依赖注入对于要求更易维护,更易测试,更加模块化代码答案

    Dependency injection is the answer to more maintainable, testable, modular code.

    youdao

  • 通过程序模块化设计过程分析可以容易随着应用对象环境的不同不断添加去除部分程序构件代码不用修改内核部分

    Though the module design process analysis, one can very easy add and get rid of some procedures with target and environment changing constantly, but needn't revise the kernel part.

    youdao

  • 响器模式完全地分别应用法度特定代码和反响器实现意味着应用法度组件可以分别模块化可重用部件

    The reactor pattern completely separates application specific code the reactor implementation, which means that application components can be divided into modular, reusable parts.

    youdao

  • 面向对象有限元程序设计可以大大提高程序模块化代码重用性

    Object - oriented finite element programming can greatly improve the code modularity and reusability.

    youdao

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

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

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