Model-View-Controller (MVC) pattern.
模型-视图-控制器(MVC)模式。
Refactored solution: Apply model-view-controller.
重构的解决方案:应用模型-视图-控制器。
JPA: Model-View-Controller for object persistence.
JPA:支持对象持久化的“模型-视图-控制器”。
Web Flow works above the typical model-view-controller level.
WebFlow 在典型的模型-视图-控制器级别上操作。
Part 5 takes a look at the Spring Model-View-Controller (MVC).
第 5部分考察了Spring 的模型–视图–控制器 (MVC) 架构。
One of the most widely used patterns is Model-View-Controller (MVC).
其中使用最广泛的一个模式就是模型-视图-控制器(mvc)。
User interface processing is handled by a Model-View-Controller pattern.
用户界面处理由一种Model - View - Controller模式完成。
The basic Akshell library, named ak, provides a Model-View-Controller framework.
最基本的Akshell类库叫做ak,它提供了一个模型-视图-控制器的框架。
These templates constitute the â viewâ ? layer of the model-view-controller system.
这些样板组成MVC系统的 "view" 层。
Model-View-Controller (MVC) is a design pattern put together to help control change.
“模型-视图-控制器”(MVC)就是用来帮助您控制变化的一种设计模式。
The Model-View-Controller (MVC) paradigm underlies most modern UI application frameworks.
模型-视图-控制器(Model - View - Controller,MVC)范例是现代大多数UI应用程序框架的基础。
This command creates the proverbial view and controller part of Model-View-Controller (MVC).
该命令将创建模型-视图-控制器(mvc)的视图和控制器部分。
For example, in the Model-View-Controller (MVC) design pattern, the controller invokes methods.
例如,在模型-视图-控制器(MVC)设计模式中,控制器调用方法。
Struts encourages application architectures based on the Model-View-Controller design paradigm.
Struts鼓励在模型-视图-控制器设计范例基础上构建应用程序。
Furthermore, you're using the model-view-controller (MVC) design pattern for the implementation.
此外,还将使用model - view - controller (MVC)设计模式用于实现。
This design technique, called model-view-controller (MVC), makes it easier to isolate changes to a view or model.
这项设计技术叫做模型-视图-控制器(mvc),它使对视图或模型的更改更容易分隔开。
The new paradigm of Web application development goes far beyond the traditional Model-View-Controller (MVC) model.
新的Web应用程序开发范型远远超出了传统的“模型-视图-控制器(mvc)”模型。
Programmers have simplified their code structure and eased maintenance tasks with Model-View-Controller for decades.
数十年来,程序员们使用模型-视图-控制器简化了代码结构,并使得维护任务更加容易。
This approach is a variation of the separation of concerns principle embodied in the Model-View-Controller architecture.
这种方法是分离关注点原则的一个变种,附在模型-视图-控制器架构中。
This is much of the reason that model-view-controller and presentation-content partitions are supposed to be good things.
这就是模型-视图-控制器和呈现-内容被认为是好东西的主要原因。
You probably also know that the roots of this separation go back to one of the earliest design patterns: Model-View-Controller.
您很可能也知道这种分离的根源要追溯到最早的设计模式之一:模型-视图-控制器。
For example, the Model-View-Controller (MVC) pattern in distributed object development environments separates the model from the view from the controller.
例如,分布式对象开发环境中的模型-视图-驱动器(MVC)模式将模型与视图和控制器分离开来。
In the MVC framework, you define one view controller for each view.
在MVC框架中,您要为每个视图定义一个视图控制器。
The first section, Listing 6, covers the application startup and the initialization of the view controller.
第一部分,清单6,介绍应用程序开始部分和视图控制器的初始化。
Table 1 shows each window's name and its view controller class.
表1显示了每一个窗口的名称及其视图控制器类。
Each view controller receives the action every time the user performs an action on the view.
每当用户在视图上执行一个操作时,每一个视图控制器就会接收到这个操作。
As described above, you must create a view NIB file and view controller for each application window to associate any view to the correct view controller class.
如之前所述,您必须为每一个应用程序窗口创建一个视图nib文件和视图控制器,并将视图关联到正确的视图控制器类上。
This view receives the JSON data file from the caller view controller.
此视图从调用方视图控制器接收JSON数据文件。
This view receives the JSON data file from the caller view controller.
此视图从调用方视图控制器接收JSON数据文件。
应用推荐