DPTK设计为使用模型-视图-控制器模式。
用于代码生成的模型-视图-控制器模式。
它使用页面控制器模式向单个页面添加功能。
It USES a page Controller pattern that adds functionality to individual pages.
例如,控制器模式模板将生成许多构件的整体容器,并调用各种其他的模板,而这些模板将生成特定的构件。
For example, the controller pattern template will generate the overall container of many artifacts and invoke various other templates, which in turn generate specific artifacts.
我还能指出其他问题,例如,控制器的客户端验证、可适用工作流程和动态策略模式在什么地方?
I could point out other issues, for instance, where are the client side validations, adaptable workflow, and dynamic strategy pattern for the controller?
它实现了模型-视图模型-视图-控制器这个看起来在WPF中很流行的模式。
It implements the Model - ViewModel - View - Controller pattern that seems to be popular in WPF.
我们将在后续文章中对其进行详细分析的首选数据源模式可应用于控制器层。
And the preferred data source pattern, which we will examine in greater detail in the next articles, can be applied in the controller layer.
例如,分布式对象开发环境中的模型-视图-驱动器(MVC)模式将模型与视图和控制器分离开来。
For example, the Model-View-Controller (MVC) pattern in distributed object development environments separates the model from the view from the controller.
只要有一点游戏体验的玩家都知道,损坏的控制器或糟糕的控制模式是如何将一款完美游戏毁坏殆尽的。
Any gamer with a modicum of experience knows how a bad controller or control scheme can completely ruin the experience of playing an otherwise excellent game.
模型-视图-控制器(MVC)是一种常用的设计模式,用于构建许多不同类型的应用程序。
Model View Controller (MVC) is a popular design pattern for building many different types of applications.
使用直接调度模式,直接对控制器进行方法调用。
With the direct dispatching mode, method invocations are made directly to the controller.
“模型-视图-控制器”(MVC)就是用来帮助您控制变化的一种设计模式。
Model-View-Controller (MVC) is a design pattern put together to help control change.
linux卡服务核心与主机控制器设备驱动程序、卡设备驱动程序及用户模式cardmgr后台进程交互。
The Linux card services core interacts with the host controller device driver, the card device drivers, and the user mode cardmgr daemon.
这一方法让您严格遵循mvc模式,并限定了放置在我们的portlet控制器中的业务逻辑的数目。
This approach lets you closely follow the MVC pattern, and limits the amount of business logic that is placed within our portlet controller.
在这个经典模式中,模型是过程(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).
将Ajax 添加到门户应用程序后,您就可以有效地将多个控制器添加到经典MVC模式。
When you add Ajax to a portal application, you are effectively adding multiple controllers to the classic MVC pattern.
Controller—MVVM模式中没有提到控制器,但是WAF中包含了一个,它的职责是指引程序的流向。
Controller - the MVVM pattern does not mention a controller but WAF contains one, having the responsibility to direct the flow of the application.
Cocoa是用Object - 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.
以下的部分将说明可以如何在Rational Software Architect的模型驱动的开发环境中将aspect日志记录模式应用到Catalog控制器。
The following sections illustrate how the aspect logging pattern can be applied in a model-driven development environment of Rational Software Architect to the catalog controller.
测试模式的 OneView控制器
JS p页被加载时,它就调用action类,这个类在MVC设计模式中充当控制器角色。
When the JSP page is loaded, it calls the Action class, which ACTS as a Controller in the MVC design pattern.
最现代的Web应用程序框架都基于MVC(模型、视图、控制器)模式,Rails也不例外。
Most modern Web application frameworks are based on the MVC (model, view, controller) pattern, and Rails is no different.
Aspect日志记录模式也能应用于控制器层。
The aspect logging pattern will also be applied at the controller layer.
Rails路由器根据URL模式把请求路由给控制器。
The Rails router routes the request to the controller based on the URL pattern.
Rubyon Rails是Web应用程序框架,使用模型-视图-控制器体系结构模式来组织应用程序。
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.
在这个反模式中,一个单独的servlet将处理视图、模型以及控制器逻辑。
In it, a single servlet processes view, model and controller logic.
几乎所有的Rails认证模式都会在控制器上使用before过滤器。
Almost all Rails authentication schemes use before filters on the controller.
为展示我们的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.
Rails是一种Web应用程序框架,其中包含使用模型-视图-控制器(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.
Rails作为一种应用程序框架,强调使用正确的Web应用程序模式,即模型-视图-控制器(mvc)。
Rails is an applications framework that emphasizes proper Web application patterns, such Model-View-Controller (MVC).
应用推荐