• 模块应该标准MVC模式构建,其中一个多个视图控制器一个模型

    A Module should be constructed in the standard MVC pattern with one or more views, a presenter, and a model.

    youdao

  • 很可能知道这种分离根源追溯到最早设计模式之一模型-视图-控制器

    You probably also know that the roots of this separation go back to one of the earliest design patterns: Model-View-Controller.

    youdao

  • MVC模式视图一个控制器

    In the MVC paradigm, each view has a controller class.

    youdao

  • 视图控制器逻辑完整分离有利于标准HTML模板使用框架非常容易的使用,甚至于对于那些熟悉MVC模式的人来说也是如此。

    The complete separation of view and controller logic plus the use of standard HTML templates makes the framework very easy to use, even for people not familiar with the MVC pattern.

    youdao

  • 例如模型-视图-控制器(MVC)设计模式控制器调用方法

    For example, in the Model-View-Controller (MVC) design pattern, the controller invokes methods.

    youdao

  • MVC架构设计模式图形用户界面GUI)的设计样式部分构成模型视图控制器

    The MVC architecture (or design pattern) is a graphical user interface (GUI) design style that consists of three parts: model, view, and controller.

    youdao

  • 例如分布式对象开发环境中的模型-视图-驱动器(MVC)模式模型视图控制器分离开来

    For example, the Model-View-Controller (MVC) pattern in distributed object development environments separates the model from the view from the controller.

    youdao

  • 其中使用广泛的一个模式就是模型-视图-控制器(mvc)。

    One of the most widely used patterns is Model-View-Controller (MVC).

    youdao

  • 实现模型-视图模型-视图-控制器这个看起来WPF中流行的模式

    It implements the Model - ViewModel - View - Controller pattern that seems to be popular in WPF.

    youdao

  • DPTK设计为使用模型-视图-控制器模式

    The DPTK is architected to use Model View Controller.

    youdao

  • “模型-视图-控制器”(MVC)就是用来帮助您控制变化一种设计模式

    Model-View-Controller (MVC) is a design pattern put together to help control change.

    youdao

  • MVC模式另一个优点使用可以更轻松扩展控制器视图处理其他类型HTTP请求可以SOAP服务,也可以是XMLAPI

    Another nice thing about the MVC pattern is that it makes it easier to extend the controller and view to handle other types of HTTP requests either as a SOAP service or as an XML API.

    youdao

  • 模型-视图-控制器(MVC)一种常用设计模式用于构建许多不同类型应用程序

    Model View Controller (MVC) is a popular design pattern for building many different types of applications.

    youdao

  • 这个经典模式中,模型过程(RUP),视图Ginger并且控制器质量活动(包括测试)。

    In this classic pattern, the model is the process (RUP), the view is that of Ginger, and the controller is quality activities (including test).

    youdao

  • 控制器formhandlers其它服务器端机制使浏览器操作能够开始更改模式随后更新视图

    The controllers are the form handlers and other server-side mechanisms for enabling browser actions to initiate changes to the model and subsequently update the view.

    youdao

  • 现代Web应用程序框架基于MVC(模型视图控制器)模式Rails例外

    Most modern Web application frameworks are based on the MVC (model, view, controller) pattern, and Rails is no different.

    youdao

  • 模型-视图-控制器(Model-View-Controller,MVC)——模式应用程序模型可视表示形式视图模型本身分离。

    Model-View-Controller (MVC) -- This pattern separates the visual presentation of the application model (the view) from the model itself.

    youdao

  • CocoaObject - c实现的,使用MVC模式封装视图应用程序数据控制器实现管理逻辑

    Cocoa is implemented in Object-C and USES the MVC pattern to encapsulate views, application data, controllers and the class to mediate the management logic.

    youdao

  • 模型-视图-控制器(Model - View - Controller)模式指导我们有效地分割代码用户接口模型之间定义一个良好的边界

    The Model-View-Controller pattern taught us to effectively partition our code along a well-defined boundary between the user interface and model.

    youdao

  • 由于JSF框架根据模型-视图-控制器(MVC)模式设计的,我们应该首先考虑视图显示什么数据

    Since the JSF framework is designed following the Model-View-Controller pattern, we should first consider the data which each view will display (the Model).

    youdao

  • 例如RubyonRails基于模型-视图-控制器(Model - View - Controller,MVC)模式意味着大多数Rails应用程序可以清晰地分成三个部分

    For example, Ruby on Rails is based on a Model-View-Controller (MVC) pattern, which means that most Rails applications are cleanly split into three parts.

    youdao

  • 这个策略流行模型-视图-控制器(Model-View-Controller,MVC设计模式相兼容3)。

    This strategy is easily compatible with the popular Model-View-Controller (MVC) design pattern (see figure 3).

    youdao

  • 展示我们portlet必需我们可以遵循这个框架推荐基本模型-视图-控制器(Model - View - Controller)模式

    To lay out the classes necessary for our portlet we can follow the basic Model-View-Controller pattern that is recommended by the framework.

    youdao

  • 这个模式中,一个单独servlet处理视图模型以及控制器逻辑

    In it, a single servlet processes view, model and controller logic.

    youdao

  • 采用模型-视图-控制器(Model - View - Controller,MVC)体系结构模式确保体系结构的灵活性

    Adopt a Model View Controller (MVC) architecture pattern to ensure a flexible architecture.

    youdao

  • 模型-视图-控制器(MVC)模式

    Model-View-Controller (MVC) pattern.

    youdao

  • RailsWeb应用程序框架其中包含使用模型-视图-控制器(Model - View - Control,MVC)模式创建以数据库为后端的Web应用程序所需所有内容。

    Rails is a Web-application framework that includes everything you need to create database-backed Web applications using the Model-View-Control (MVC) pattern.

    youdao

  • Rails作为一种应用程序框架强调使用正确Web应用程序模式,即模型-视图-控制器(mvc)。

    Rails is an applications framework that emphasizes proper Web application patterns, such Model-View-Controller (MVC).

    youdao

  • 用于代码生成模型-视图-控制器模式

    Model View Controller for code generation.

    youdao

  • Rubyon RailsWeb应用程序框架使用模型-视图-控制器体系结构模式组织应用程序。

    Ruby on Rails is a Web application framework that USES the model-view-controller architectural pattern for organizing applications. It is built on two solid principles.

    youdao

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

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

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