• We need this knowledge to create more customized controllers and views for your application.

    我们需要使用这些知识应用程序创建更加个性化控制器视图

    youdao

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

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

    youdao

  • In some cases, though, your projects will only have controllers and views-a perfect solution if you're building a static web site without a database back end.

    不过某些情况下,项目具有控制器视图如果正在没有数据库后端的情况下构建静态web站点,这将是一个完美的解决方案

    youdao

  • Also, if you alter your domain model to not use the "default" package you lose the navigation decorators and the ability to generate Controllers and Views inside the ide.

    同样的,如果改变领域模型使用缺省,你也会失去导航功能条IDE内生成控制器视图能力

    youdao

  • The default controllers and views can be useful to get your project started, but we tend to use the Empty template so that our application contains only the items that we need.

    默认控制器视图可能开始项目有用的我们倾向使用模板使我们应用程序含有我们所需要条目

    youdao

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

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

    youdao

  • If you don't need the added separation, or find that maintaining models requires more complexity than you want, you can ignore them and build your application minimally using Controllers and Views.

    如果需要使用模型这一层,或是认为维护模型你想象中的复杂很多,那么你可以忽略,而只使用控制器视图创建应用程序

    youdao

  • Now that the controllers are updated with new data being sent to the views, you need to update the views to capture this data and display it appropriately to the user.

    既然控制器传送视图数据一起更新的,那么我们需要更新视图捕获数据,适当地将展示用户。

    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

  • Because of this separation, multiple views and controllers can work with the same model.

    通过这种分离方式多个视图以及控制器就可以同时与一个模型一起工作

    youdao

  • Instead of creating models and controllers, we create views first and go from there.

    首先创建视图而不是模型控制器

    youdao

  • In this article we're going to make another simple application, but this time we're going to explore using Views and View Controllers to make an application with more than one screen.

    篇文章中,我们将要创建另外一个简单应用程序,不过这次学习下如何使用Views(视图)ViewControllers(视图控制器)创建一个具有多个界面的应用程序。

    youdao

  • From here, you can use more Rails features to add more models, controllers, and views.

    现在可以使用更多Rails特性添加更多模型控制器视图

    youdao

  • In the end you should be able to do IronNails, which will give you an application skeleton. After that you can generate controllers, models and even views with a command-line generate command.

    之后可以使用命令行工具生成控制器模型视图

    youdao

  • Cocoa is implemented in Object-C and USES the MVC pattern to encapsulate views, application data, controllers and the class to mediate the management logic.

    CocoaObject - c实现的,使用MVC模式封装视图应用程序数据控制器实现管理逻辑

    youdao

  • If the facade is built well (with no dependencies on the view or controller), it can even be used for different kinds of views and controllers.

    如果facade创建很好(视图控制器没有关系),甚至可以不同种类视图控制器层。

    youdao

  • A central component of Rails is the class ActiveRecord, which maps relational tables to Ruby objects and thereby to the data manipulated by controllers and shown in views.

    activerecordRails一个核心组成部分关系型映射Ruby对象使其成为控制器可以操作视图中显示数据

    youdao

  • For this example, you want to be sure that you're allowing Grails to scaffold both the controllers and the views dynamically.

    对于这个示例需要确保允许Grails动态搭建控制器,又允许它动态搭建视图

    youdao

  • This decoupling makes it easier to test your views and controllers.

    这种解耦使得视图控制器易于测试

    youdao

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

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

    youdao

  • It puts controllers as the main player in a web application, deciding the flow, delegating to other layers and choosing views to render, hence it only CARES about application flow logic.

    控制器作为Web应用程序中的主要角色决定流程委托其他选取视图呈现因此关心应用程序的流程逻辑

    youdao

  • Your models go in the models folder, the views into views, controllers into controllers, and so on.

    模型存放在models文件夹中、视图存放在views文件夹中、控制器存放在controllers文件夹中,依此类推。

    youdao

  • You can create controllers, views, and models in an area just as you have seen in previous examples.

    前面的例子中看到的,你可以一个区域生成控制器视图以及模型等。

    youdao

  • This is useful in a large project, where having a single set of folders for all of the controllers, views, and models can become difficult to manage.

    大型项目很有用所有控制器视图模型只用文件夹可能会使管理变得困难

    youdao

  • Type grails generate-all Trip to build out a grails-app/controllers/TripController.groovy class and a matching set of Groovy Server Pages (GSPs) in grails-app/views/Trip.

    输入grailsgenerate-all Trip构建grails-app/controllers/TripController.groovy grails-app/views/Trip 中生成一匹配GroovyServerPageGSP)。

    youdao

  • Controllers are the glue between views and the model.

    控制器视图模型之间粘合剂

    youdao

  • One way to better prepare for writing a solid architecture is to follow certain conventions and define application views, models, stores and controllers before actually implementing them.

    可靠架构更好的解决之道,就是跟随确定惯例,在实际实现之前定义应用视图模型存储控制器

    youdao

  • View controllers can also display modal views, respond to low-memory warnings, and rotate views when the orientation changes.

    视图控制器可以显示独占视图回应低内存警告以及方向改变旋转视图。

    youdao

  • Models don't deal with rendering UIs or processing requeststhose are the responsibilities of views and controllers.

    模型涉及渲染UI处理请求那些视图控制器责任

    youdao

  • Models don't deal with rendering UIs or processing requeststhose are the responsibilities of views and controllers.

    模型涉及渲染UI处理请求那些视图控制器责任

    youdao

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

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

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