Clean separation between model and view is important to reduced coupling, making radical view changes less likely to ripple into the model and vice versa.
在模型和视图之间的清楚分离,对于降低耦合很重要,并使对视图的根本修改不会影响到模型,反之亦然。
A diagram is a view of the model, but it is not a view of the whole model.
图是模型的视图,但它不是整个模型的视图。
Instead the controller component is responsible for view to model updates, and often for updating the view based on the model data.
控制器组件则负责查看模型更新,并根据模型数据更新视图。
For example, the Model-View-Controller (MVC) pattern in distributed object development environments separates the model from the view from the controller.
例如,分布式对象开发环境中的模型-视图-驱动器(MVC)模式将模型与视图和控制器分离开来。
This design technique, called model-view-controller (MVC), makes it easier to isolate changes to a view or model.
这项设计技术叫做模型-视图-控制器(mvc),它使对视图或模型的更改更容易分隔开。
Both approaches have their pros and cons, but we believe that the XSL-FO model fits better in the Model-View-Controller architecture (MVC) architecture at the view tier.
这两种方法各有优缺点,但我们认为XSL - FO模型在视图层上更适合模型-视图-控制器(MVC)架构。
An MVC (model, view, controller) framework, split into two parts: ActionController for the controller and ActionView for the model and view.
模型-视图-控制器(Model,View,Controller,mvc)框架,拆分为两个部分:actioncontroller用于控制器,而ActionView用于模型和视图。
Model-View-Controller (MVC) -- This pattern separates the visual presentation of the application model (the view) from the model itself.
模型-视图-控制器(Model-View-Controller,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).
由于JSF框架是根据模型-视图-控制器(MVC)模式设计的,我们应该首先考虑视图中要显示什么数据。
Present the RBAC model with this well-known modeling language UML , and specify the RBAC model with three views: static view, functional view, and dynamic view.
提出从静态、功能需求、动态观点来分析模型,并利用UML来表示基于角色访问控制模型。
User flow chart, use-case diagram, total model management view, physical configurement view and E-R diagram of database model are set up.
系统总体模型管理视图、各子系统的物理配置视图;数据库模型E-R图。
Any changes to the view are immediately reflected in the model, and any changes in the model are propagated to the view.
编译这步提供了一个活的视图,任何模型中的变化都会传播到视图中。
First we'll define the view-model. After that, we will bind the HTML markup to the view-model.
首先,我们要定义视图模型。之后,要将HTML标记与视图模型进行绑定。
This means that the developer has to write code that constantly syncs the view with the model and the model with the view.
这意味者开发人员必须手工写出数据在模型和视图来回同步的两套代码。
This means that the developer has to write code that constantly syncs the view with the model and the model with the view.
这意味者开发人员必须手工写出数据在模型和视图来回同步的两套代码。
应用推荐