In the MVC framework, you define one view controller for each view.
在MVC框架中,您要为每个视图定义一个视图控制器。
Each view controller receives the action every time the user performs an action on the view.
每当用户在视图上执行一个操作时,每一个视图控制器就会接收到这个操作。
To accomplish this, you add a View and a View Controller for each screen you want to have.
要做到这点,你需要为每个界面都添加一个视图和视图控制器。
Adopt a Model View Controller (MVC) architecture pattern to ensure a flexible architecture.
采用模型-视图-控制器(Model - View - Controller,MVC)体系结构模式以确保体系结构的灵活性。
Think, for example, of layered architectures, model view controller (MVC), client-server, or even SOA.
例如,分层体系结构、模型-视图-控制器(Model View Controller,mvc)、客户机-服务器甚至SOA。
The first section, Listing 6, covers the application startup and the initialization of the view controller.
第一部分,清单6,介绍应用程序开始部分和视图控制器的初始化。
Model View Controller (MVC) is a popular design pattern for building many different types of applications.
模型-视图-控制器(MVC)是一种常用的设计模式,用于构建许多不同类型的应用程序。
Assign the OneViewController view controller class for the selected One view view using the class drop down list.
使用class下拉菜单为选中的Oneview视图分配OneViewController视图控制器类。
When you want to go to another page, you push your view Controller (and associated view) onto the view Controller stack.
在你导向另外一个页面的时候,就把视图控制器放到视图控制器堆栈中。
Our application development tools support the IBM Framework for e-business, which advocates the model view controller (MVC) concept.
我们的应用开发工具支持“IBM电子商务框架”,它支持模型-视图-控制器(MVC)概念。
With the view controller header out of the way, you're ready to dig into the meat of the project and to implement the view controller.
在这一节,可以开始深入项目正题,实现视图控制器。
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文件和视图控制器,并将视图关联到正确的视图控制器类上。
Most modern Web application frameworks are based on the MVC (model, view, controller) pattern, and Rails is no different.
最现代的Web应用程序框架都基于MVC(模型、视图、控制器)模式,Rails也不例外。
For example, in the Model-View-Controller (MVC) design pattern, the controller invokes methods.
例如,在模型-视图-控制器(MVC)设计模式中,控制器调用方法。
This command creates the proverbial view and controller part of Model-View-Controller (MVC).
该命令将创建模型-视图-控制器(mvc)的视图和控制器部分。
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)模式将模型与视图和控制器分离开来。
This approach is a variation of the separation of concerns principle embodied in the Model-View-Controller architecture.
这种方法是分离关注点原则的一个变种,附在模型-视图-控制器架构中。
One of the most widely used patterns is Model-View-Controller (MVC).
其中使用最广泛的一个模式就是模型-视图-控制器(mvc)。
This design technique, called model-view-controller (MVC), makes it easier to isolate changes to a view or model.
这项设计技术叫做模型-视图-控制器(mvc),它使对视图或模型的更改更容易分隔开。
It implements the Model - ViewModel - View - Controller pattern that seems to be popular in WPF.
它实现了模型-视图模型-视图-控制器这个看起来在WPF中很流行的模式。
Programmers have simplified their code structure and eased maintenance tasks with Model-View-Controller for decades.
数十年来,程序员们使用模型-视图-控制器简化了代码结构,并使得维护任务更加容易。
This is much of the reason that model-view-controller and presentation-content partitions are supposed to be good things.
这就是模型-视图-控制器和呈现-内容被认为是好东西的主要原因。
The new paradigm of Web application development goes far beyond the traditional Model-View-Controller (MVC) model.
新的Web应用程序开发范型远远超出了传统的“模型-视图-控制器(mvc)”模型。
This approach is an implementation of "Model-View-Controller" (MVC) architecture, which you can learn more about in another article.
这种方式是对MVC架构的一种实现。
Another popular architecture is Model-View-Controller, which is a pattern for separating components of an application.
另一种流行的体系结构是Model - View - Controller,这是一种用于分隔应用程序组件的模式。
Part 5 takes a look at the Spring Model-View-Controller (MVC).
第 5部分考察了Spring 的模型–视图–控制器 (MVC) 架构。
Similarly, Web MVC provides a Model-View-Controller (MVC) architecture for Web-based applications that is similar to Struts.
类似地,WebMVC为类似Struts的基于Web的应用程序提供了模型-视图-控制器(MVC)架构。
The architecture represented by breaking an application up in this fashion is referred to as Model-View-Controller (MVC).
以这种方式分解应用程序,这种架构被称为模型-视图-控制器(Model - View - Controller, mvc)。
The architecture represented by breaking an application up in this fashion is referred to as Model-View-Controller (MVC).
以这种方式分解应用程序,这种架构被称为模型-视图-控制器(Model - View - Controller, mvc)。
应用推荐