• 前面已经提到,解析器回应用程序建立数据模型,解析器处于控制地位。

    The parser issues callbacks to the application to build the data model, as discussed before, but the parser is in control.

    youdao

  • Sitebricks一种模型-视图-控制MVC类型框架不过专注应用程序中的控制视图

    Sitebricks is a model-view-control (MVC) style of framework, but it concentrates on the controllers and views in your application.

    youdao

  • 依赖注入应用程序主要层次编织一起从而,这使产生一个具有视图模型控制松散耦合应用程序

    Dependency injection lets you weave together the main layers of your application, which, in turn, lets you produce a loosely coupled application with view, model, and controller layers.

    youdao

  • 同样地控制应用程序添加目的地其他控制代码;您不在模型放入这些数据。

    Likewise, the controller is where you add destinations and other controlling code for your application; you don't put any of that stuff in your model.

    youdao

  • 通常情况下应用程序具有一系列控制所有控制器都将模型中提取数据然后视图显示

    Typically, your application will have a series of controllers, all of which will pull data from models and then display data in views.

    youdao

  • 实际上是否意识这个应用程序完成使用控制、一个模型五个视图

    In fact, did you realize that you completed this application using only one controller, one model, and five views?

    youdao

  • 这种方式使用观察者,可以控制模型分离,让模型视图分离,从而简化gui应用程序开发

    The use of Observer in this way lets the controller be separated from the model, and the model be separated from the view, simplifying the development of GUI applications.

    youdao

  • 对于交付模型使用者部署的应用程序操作系统硬件软件存储网络控制能力不同,这会影响云安全策略。

    It is influenced by how much control a consumer can have over deployed applications, operating systems, hardware, software, storage and networking for a cloud delivery model.

    youdao

  • 模型指数视图表示控制应用程序逻辑业务逻辑。

    Model refers to your data, View to your presentation layer, and Controller refers to the application or business logic.

    youdao

  • 模型-视图-控制(MVC)一种常用设计模式用于构建许多不同类型应用程序

    Model View Controller (MVC) is a popular design pattern for building many different types of applications.

    youdao

  • 设备都实现了模型(计算应用程序),视图(展现)控制器(输入交互能力)。

    At each tier, the devices embody models computation, apps, views the display, and controllers input and interaction capability.

    youdao

  • 例如Hobo缺省应用提供用户注册登录功能缺省情况下,应用程序包括一个用户模型以及负责注册验证控制视图

    For example, a default Hobo application provides for user signup and login; out of the box an application comes with a user model as well as controllers and views for registration and authentication.

    youdao

  • 此外这个J2EEWeb应用程序基于模型-视图-控制(Model - View - Control)软件设计体系结构。

    Furthermore, this J2EE Web application will be based on the Model-View-Control software design architecture.

    youdao

  • 应用程序目录,包括模型视图控制目录。

    Application directories with subdirectories for model, view, and controller.

    youdao

  • 对于添加Grails应用程序每个特性可能都涉及模型视图控制

    For each new feature you add to your Grails application, you'll most likely touch the model, the view, and the controller.

    youdao

  • JakartaStruts解决以前Web应用程序框架问题(即解决整个模型视图控制(MVC)堆栈问题)的改进

    Jakarta Struts was a vast improvement over previous efforts to address Web application frameworks-to address the whole model view controller (MVC) stack.

    youdao

  • 传统Web应用程序开发中,采用页面模板系统把视图生成控制逻辑和模型数据干净地分离

    In traditional Web application development, page templating systems are used to cleanly separate view generation from controller logic and model data.

    youdao

  • 典型Web服务使用远程表示范例这意味着所有视图逻辑客户机执行应用程序逻辑和数据(控制模型)则驻留于服务器上。

    Typical Web services employ a remote presentation paradigm, meaning all view logic executes on the client, whereas the application logic and the data layer (controller and model) reside on the server.

    youdao

  • 新的Web应用程序开发范型远远超出传统模型-视图-控制器(mvc)”模型

    The new paradigm of Web application development goes far beyond the traditional Model-View-Controller (MVC) model.

    youdao

  • 控制一个servlet提供,该servlet运行嵌入式JettyWeb服务器中,Derby数据库充当表示应用程序模型

    The controller is provided by a servlet that runs in the embedded Jetty Web server, and the Derby database ACTS as the back end and represents the model layer for the application.

    youdao

  • 现代Web应用程序框架基于MVC(模型视图控制)模式Rails例外

    Most modern Web application frameworks are based on the MVC (model, view, controller) pattern, and Rails is no different.

    youdao

  • 例如RubyonRails基于模型-视图-控制器(Model - View - Controller,MVC)模式意味着大多数Rails应用程序可以清晰地分成三个部分

    For example, Ruby on Rails is based on a Model-View-Controller (MVC) pattern, which means that most Rails applications are cleanly split into three parts.

    youdao

  • 为此,请ApplicationServer管理控制台中单击Applications =>MonitorModels确保模型应用程序在运行

    To do this, in the Application Server administrative console, click Applications => Monitor Models and make sure the model application is running.

    youdao

  • 模型-视图-控制器(Model - View - Controller,MVC)范例现代大多数UI应用程序框架的基础。

    The Model-View-Controller (MVC) paradigm underlies most modern UI application frameworks.

    youdao

  • Rubyon RailsWeb应用程序框架使用模型-视图-控制体系结构模式组织应用程序

    Ruby on Rails is a Web application framework that USES the model-view-controller architectural pattern for organizing applications. It is built on two solid principles.

    youdao

  • RailsWeb应用程序框架其中包含使用模型-视图-控制器(Model - View - Control,MVC)模式创建以数据库为后端的Web应用程序所需所有内容。

    Rails is a Web-application framework that includes everything you need to create database-backed Web applications using the Model-View-Control (MVC) pattern.

    youdao

  • Struts鼓励模型-视图-控制设计范例基础上构建应用程序

    Struts encourages application architectures based on the Model-View-Controller design paradigm.

    youdao

  • Rails作为一种应用程序框架强调使用正确Web应用程序模式,即模型-视图-控制器(mvc)。

    Rails is an applications framework that emphasizes proper Web application patterns, such Model-View-Controller (MVC).

    youdao

  • Struts框架支持模型-视图-控制器(Model - View - Controller,MVC)模型并且提出了许多重要应用程序设计实现需要注意的事项。

    The Struts framework supports the Model-View-Controller (MVC) pattern and addresses many important application design and implementation considerations.

    youdao

  • 模型-视图-控制(Model-View-Controller,MVC)——模式应用程序模型可视表示形式视图模型本身分离。

    Model-View-Controller (MVC) -- This pattern separates the visual presentation of the application model (the view) from the model itself.

    youdao

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

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

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