• 通常生成控制器本身需要很大处理器时间

    By itself, a build controller does not typically require a significant amount of processor time.

    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

  • 每个生成控制器汇集管理一个多个生成代理服务

    Each build controller pools and manages the services of one or more build agents.

    youdao

  • 因此必须先配置生成计算机然后才能创建使用生成控制器

    Therefore, you must configure a build machine before you can create and work with a build controller.

    youdao

  • 例如这些帮助团队成员定义生成指定正确生成控制器

    For example, these values can help members of your team specify the correct build controller when they define a build.

    youdao

  • 生成代理连接生成控制器执行处理器密集型磁盘密集型工作

    Your build agents connect to build controllers and perform the processor-intensive and disk-intensive work.

    youdao

  • 脚手架”即可以自动生成控制器视图之增删改代码样板控制器

    Scaffolding is what we call the automatically generated boilerplate controller and view code for CRUD operations.

    youdao

  • 提供名称说明帮助用户轻松标识获取有关生成控制器重要信息

    Provide a name and a description that can help people easily identify and get important information about the build controller.

    youdao

  • 因此应为其上创建生成控制器物理计算机虚拟提供足够内存

    Therefore, you should provide sufficient memory to the physical machine or virtual machine on which you create your build controllers.

    youdao

  • 生成控制器所有相关web工件方便方式使用controllerall

    The most convenient way to generate controllers and all relevant web artifacts is to use controller all.

    youdao

  • 指定最大值”,然后指定生成控制器下放入池中的生成代理数目

    Specify the maximum and then specify a value that is lower than the number of build agents that are pooled under the build controller.

    youdao

  • 因此确保其上设置生成控制器物理计算机虚拟提供足够内存

    Therefore, you should make sure to provide sufficient memory to the physical machine or virtual machine on which you set up your build controllers.

    youdao

  • 生成控制器处理生成基于当前使用三个生成代理处理生成自定义生成模板

    The builds that are processed by this build controller are based on a custom build template that concurrently uses three build agents to process the build.

    youdao

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

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

    youdao

  • 本文目标开发一个图形化控制策略组态软件生成控制器需要的完成控制功能的软件。

    This paper aims at exploiting a graphic control strategy configuration software, in order to create required control strategy of controller.

    youdao

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

    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.

    youdao

  • 选中复选使生成控制器正常工作如果禁用生成控制器阻止分配生成,则清除框。

    Select this check box to enable this build controller to function, or clear it if you want to disable it and prevent builds from being assigned to it.

    youdao

  • 生成控制器属性对话框中,除了影响生成控制器工作方式的其他属性外,还可以查看更改显示名称说明

    Build controller properties dialog box, you can view or change the display name and the description, in addition to other properties that affect how the build controller functions.

    youdao

  • 我们深入进入控制器基础结构目的定制如何生成控制器及其行为使能够制作应用程序行为方式

    In the next chapter, we will go deeper into the controller infrastructure, in order to customize how controllers are created and behave, so that you can tailor the way that your application behaves.

    youdao

  • 对于每个缓存的元素只需指定缓存内容生成动态内容的任何控制器动作以及超时。

    For each cached element, you need only specify the content you want to cache, any controller action that produces your dynamic content, and a timeout.

    youdao

  • 使用元编程生成视图模型使能够绑定控制器中定义对象

    It USES metaprogramming to generate the view model and allow you to bind to the objects you define in your controller.

    youdao

  • 可以使用railsgeneratescaffold命令生成初始模型一系列视图以及一个控制器

    You can generate an initial model, a set of views, and a controller with the command rails generate scaffold.

    youdao

  • 使用RailsAjax就要创建项目生成两个方法控制器

    To use Rails and Ajax, you'll create an empty project and generate a controller with two methods.

    youdao

  • 段代码将生成ActiveRecord模型带有相应映射路径控制器几个视图模板

    This generates an ActiveRecord model, a controller with an appropriate route mapped to it, and several view templates.

    youdao

  • 清单7所示代码控制器方法首先使用XSLProcessor模块生成HTML片段然后注入目标节点中

    In the code in Listing 7, the callback method of the controller first generates the HTML fragment using the XSLProcessor module and then injects it into the targeted node.

    youdao

  • 理解breakpointer的运行过程,可创建简单Rails应用程序生成一个控制器启动服务器启动breakpointer。

    To see the breakpointer in action, create a simple Rails application, generate a controller, start the server, and start a breakpointer.

    youdao

  • 协作确保gbo路由正确目的HTTP适配器控制器,在那里进行映射生成asbo, ASBO表示规范Web服务有效负载

    The collaboration ensures that the GBO routes to the correct destination HTTP adapter controller where the map is applied to generate an ASBO, which represents the maverick web services payload.

    youdao

  • 控制器运行ktpass命令以为服务帐户设置SPN生成keytab文件

    Run the ktpass command on the domain controller to set SPN for the service account and generate the keytab file.

    youdao

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

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

    youdao

  • 现在可以控制器action方法键入Ctrl - M, Ctrl - V,或者个action方法中右选择添加视图上下文菜单生成新的视图模板

    You can now type Ctrl-M, Ctrl-V within a Controller action method, or right-click within an action method and choose the "Add view" context menu item to create new view templates.

    youdao

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

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

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