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

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

    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

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

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

    youdao

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

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

    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

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

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

    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模式视图一个控制

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

    youdao

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

    The DPTK is architected to use Model View 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

  • 视图中,可以通过控制模型并且参数模式实例

    In this view, models can be manipulated and pattern instances be parameterized via drag-and-drop.

    youdao

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

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

    youdao

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

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

    youdao

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

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

    youdao

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

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

    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

  • 这个经典模式中,模型过程(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

  • 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

  • 现代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)模式指导我们有效地分割代码用户接口模型之间定义一个良好的边界

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

    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

  • 例如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

  • 作者提供了一个修改MVC(模型-视图-控制)模式,将其作为面向服务企业解决方案架构基础

    The authors offer an adaptation of the Model-View-Controller pattern as the foundation of the architecture of Service Oriented Enterprise Solutions.

    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

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

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

    youdao

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

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

    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

  • 模型-视图-控制(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

  • 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

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

    Model-View-Controller (MVC) pattern.

    youdao

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

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

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