• You have other models to describe this important information, such as your user interface model and your supplementary specifications.

    一些其它模型描述这些重要信息例如用户界面模型增补规范

    youdao

  • For example, we might add user interface logic that we want to keep separate from our model, or we might add some classes for performance reasons.

    例如我们可能添加模型分离开来的用户接口逻辑或者我们可能会出于性能方面的原因而添加某些

    youdao

  • A full user interface contains a layout, with links to the managing page for each model.

    完整用户界面包含布局带有链接指向每个模型的管理页面

    youdao

  • This model essentially turns a device into a thin client that only needs the ability to display and manipulate the user interface.

    模型本质上是设备转变为一台只需具有显示操作用户接口功能客户机

    youdao

  • In particular, it supports multiple primary key fields and exposes some user interface enhancements and a new model for handling and canceling events.

    特别是支持多个字段公开了一些用户界面改进功能一个处理取消事件模型

    youdao

  • For users with physical disabilities, this model reflects the type of disability, and customizes the user interface with personalized interactions that help these users execute their tasks.

    对于身体人士,模型反映类型用户界面进行定制以具有个性化交互帮助这些用户执行其任务。

    youdao

  • Concepts like Users, goals, processes, User interface panels, and so on are put all together, and their relationships are identified and described using a model.

    用户目标处理过程用户接口面板概念都被放到一起它们之间的关系通过一个模型来确定描述

    youdao

  • Develop a model of the user interface flow, showing how a given actor from the business process will interact with the system during a typical "session".

    开发一个用户界面流程模型显示典型会话期间来自业务流程给定参与者如何系统相交互

    youdao

  • Often the dependency relationships are not immediately apparent, but are discovered as the use-case model and associated user interface evolve.

    通常依赖关系不会立即显现随着模型相关用户界面的进化而逐渐显露。

    youdao

  • 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.

    看到了首先解决数据实例模型创建然后作为补充此基础上解决用户界面控件视图)创建问题好处

    youdao

  • You will notice that many of the steps required hand coding of the data binding to the user interface, especially the table model.

    注意到许多步骤都需要手工编写代码数据绑定用户界面尤其是表格模型

    youdao

  • The key information required to create any user interface on top of a model is to understand the relationships between the models.

    模型创建任何用户界面需要关键信息都是理解模型之间关系

    youdao

  • In addition, this diagram captures the relationship between the two different aspects of the same interface, as represented respectively in the Analysis model and in the User Experience model.

    除此以外,还获取同一界面两个不同方面之间关系正如他们各自分析模型用户体验模型所展示那样。

    youdao

  • 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)的设计样式部分构成模型视图控制器

    youdao

  • For example, you can write three lines of code, create a table, and then immediately generate a user interface for that model.

    例如可以编写代码创建一个然后立即模型生成用户界面

    youdao

  • A sophisticated user interface and interaction model is therefore a prerequisite of successful outlier handling.

    因此一个先进的用户界面交互模型成功处理离群值前提条件

    youdao

  • Import the required content libraries and save the model. To maximise available memory at this point exit the application and re-open the project via the user interface.

    导入所需内容然后保存模型为了最大化可用内存此时退出应用程序然后通过用户界面重新打开项目

    youdao

  • In a rough analogy, this is a slightly similar model to ASP.NET or WPF, where you define your user interface in HTML or XAML, and have a code-behind page that handles events.

    一个粗略比喻的话就是asp.netWPF有点类似的模型这些模型中,通过HTML或XAML定义用户界面,在后置代码中处理事件。

    youdao

  • It is the binding that responds to user interface queries and exchanges those selections through the submission model to the server.

    绑定用于响应用户界面查询交换提交模型服务器之间的选择

    youdao

  • This data model contains instance data that you'll later bind to user interface controls.

    数据模型包括后面绑定用户界面控件实例数据。

    youdao

  • For example, a model of the flow of control between the individual pages in a user interface, such as a wizard, can be passed as input to a text template.

    个例子,用户界面页面之间流程控制模型例如向导界面,可以通过输入一个文本模板。

    youdao

  • Through the use of eventing, you can use a simplified coding model to remove the dependency of the model on the user interface.

    通过使用事件可以采用简单编程模型消除用户界面对模型的依赖性

    youdao

  • The invitation form is the user interface of the data model you just created.

    邀请表单创建数据模型用户界面

    youdao

  • Various Internet interfaces are generated at the top of the EMF model, including the SOAP interface, but also the web user interface and an interface similar to REST.

    在EMF模型之上多种网络接口包括SOAP接口网络用户界面,以及一个类似REST的接口。

    youdao

  • User interface processing is handled by a Model-View-Controller pattern.

    用户界面处理一种Model - View - Controller模式完成。

    youdao

  • With Fiber, developers start by creating an application model from which they go on to develop the Flex user interface and the server business logic.

    借助于Fiber开发者首先创建好应用模型然后以此基础开发Flex用户界面以及服务器端业务逻辑

    youdao

  • The later parts of the series will focus on how to define your storage model, defining Web services, the Web user interface (Mozilla Firefox only), and reports.

    这个系列以后部分重点讲解如何定义储藏模型定义Web服务,Web用户界面(仅仅是MozillaFirefox),以及报告。

    youdao

  • The classic web application model works like this: Most user actions in the interface trigger an HTTP request back to a web server.

    经典web应用模型是这么工作的:界面大多数用户操作都能触发一个http请求传回web服务器。

    youdao

  • AWT and Swing use this model, in which there is a GUI event thread, and all work that causes changes in the user interface must execute in that thread.

    AWTSwing就使用这个模型这个模型中一个GUI事件线程导致用户界面发生变化所有工作必须线程中执行

    youdao

  • Whenever a controller needs the current state of the user interface, it can use the view_state method to reference the view's copy of the model and the current transfer object.

    每当控制器需要用户界面当前状态时,可以使用view_state方法引用视图模型副本当前的传输对象

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定