Keep in mind the "user view" or "programming model" of concurrency as a matter of scheduling access to a unitary resource.
请记住,从“用户视图”或“编程模型”的角度来看,并发就是关于调度对不可分资源的访问这样一件事情。
Using this approach, the data (model) and user interfaces (view) are separated so that changes to one will not affect the other.
使用此方法,数据(模型)和用户界面(视图)将彼此分离,以便对一个方面的更改不会影响另一个方面。
You learned the advantages of addressing the creation of a data instance (the model) first and addressing the creation of user interface controls (the view) only upon completing that task.
您看到了首先解决数据实例(模型)创建,然后作为补充在此基础上解决用户界面控件(视图)创建问题的好处。
Figure 1 shows an example of a content model in which the current user possesses only VIEW rights to some of the nodes of the sub-tree, starting at node 1.2.
图1显示了内容模型的示例,在该示例中,当前用户仅拥有对某些子树节点(从节点1.2开始)的“查看”权限。
The MVC architecture (or design pattern) is a graphical user interface (GUI) design style that consists of three parts: model, view, and controller.
MVC架构(或设计模式)是图形用户界面(GUI)的设计样式,由三部分构成:模型、视图和控制器。
The UI should present a model to the user that is consistent with his or her particular view of the problem being solved.
UI应向用户呈现一个与其在解决问题时的观点一致的模型。
After the Model is updated, the View is refreshed and the user can perform more actions.
模型更新后,视图也被更新,用户就能够完成更多行为。
You can indicate which action to take, what model to use, which view to display to the user, what validation rules to employ, which forms to display ... Struts is totally configurable.
您可以指出采取哪种动作,使用什么模型,将哪种视图显示给用户,采用什么验证规则,显示哪种表单 ...
The Controller maps actions performed on the View (for example, pressing a Submit button) to operations on the Model (for example, retrieving user details).
控制器是将视图上的行为(例如,按下Submit按钮)映射到模型上的操作(例如,检索用户详细信息)。
A Hobo model might also declare a lifecycle; corresponding actions are automatically created in the controller layer and user interfaces in the view layer.
一个Hobo模型仿佛具有生命一样;在控制器层和视图层的用户接口中,相应的动作会自动创建。
Mashup applications are constructed from components called widgets that are linked together to create a UI and model for aggregating data that a user can view and act upon.
mashup应用程序由一些被称作widget 的组件构成。这些 widget被链接在一起,以创建用于聚合要显示的数据和供用户执行动作的UI和模型。
In addition, the trace relationships between the model elements give you an integrated view of the business, system, and User experience aspects of the problem.
除此之外,在模型元素之间的路线关系将为您提供一幅关于问题的业务、系统和用户经验方面的全景图。
If you talk to practitioners they will tell you they model processes from the user point of view and not from an execution point of view or a systems' point of view.
如果你跟从业者谈过的话,他们会告诉你他们从用户的视角建模过程,而不是从执行的视角或系统的视角。
Your data model is coupled with your view to present the data to the user and to allow the user to interact with and change the data.
数据模型与视图连接起来,以向用户显示数据,并允许用户与数据进行交互并更改数据。
The Model-View-Controller pattern taught us to effectively partition our code along a well-defined boundary between the user interface and model.
模型-视图-控制器(Model - View - Controller)模式指导我们有效地分割代码,在用户接口和模型之间定义一个良好的边界。
Has the system been designed according to a Model-View-Controller architecture to make multiple user interfaces possible?
系统是否根据模型-视图-控制器(Model - View -Controller)体系结构设计以使多用户界面成为可能?
Requests come in from the client and are serviced by the controller, which selects an appropriate view to show the user and, if required, an appropriate operation to perform on the model.
请求来自客户端并由控制器进行服务,控制器选择一个相应的视图向用户进行显示,而且如果需要,执行模型上的一个相关的操作。
With view state, developers can focus on the programming model and user interaction without having to worry about retaining state.
使用ViewState,开发人员能够专注于编程模型和用户界面,而不用担心状态保持。
The view is a graphical representation of the data model to the user.
视图(view)是数据模型面向用户的图形化表示。
A controller that takes user input on the view and translates that to changes in the model.
控制者获得视图上用户的输入并把它送到模型里面做相应的改变。
User interface processing is handled by a Model-View-Controller pattern.
用户界面处理由一种Model - View - Controller模式完成。
Worse, any changes that the user makes to the view are not reflected in the model.
更要命的是,用户对视图中数据的修改不会反映到模型中。
"Controllers" in a MVC based application are the components responsible for handling end user interaction, manipulating the model, and ultimately choosing a view to render to display UI.
控制器在一个MVC构架的应用里负责处理用户交互,操纵模型并且最终选择一个视图将结果呈现给用户。
It USES FDG as data model, cell-based model as geometric model, and view model as user interface, but it is more complex than the former system based on parameter and history.
它在底层采用特征依赖图保存数据模型,中层用细胞元模型作几何模型,在用户层用视图模型表示。
It USES feature dependent graph as data model, cell-based model as geometric model, and view model as user interface, but it is more complex than the former system based on parameter and history.
在底层它用特征依赖图作为数据模型,在中层用细胞元模型作几何模型,在用户层用视图模型表示。
For example, a view only accept orders from the model data and display to users, as well as input user interface data and the request passed to the control and model.
比如一个订单的视图只接受来自模型的数据并显示给用户,以及将用户界面的输入数据和请求传递给控制和模型。
Controllers are the components that handle user interaction, work with the model, and ultimately select a view to render that displays UI.
控制器是处理用户交互、使用模型并最终选择要呈现的视图来显示UI的组件。
Controllers are the components that handle user interaction, work with the model, and ultimately select a view to render that displays UI.
控制器是处理用户交互、使用模型并最终选择要呈现的视图来显示UI的组件。
应用推荐