通常,生成控制器本身不需要很大的处理器时间量。
By itself, a build controller does not typically require a significant amount of processor time.
之后你可以使用命令行工具生成控制器、模型和视图。
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.
每个生成控制器汇集并管理一个或多个生成代理的服务。
Each build controller pools and manages the services of one or more build agents.
因此,必须先配置生成计算机,然后才能创建和使用生成控制器。
Therefore, you must configure a build machine before you can create and work with a build controller.
例如,这些值可帮助团队成员在定义生成时指定正确的生成控制器。
For example, these values can help members of your team specify the correct build controller when they define a build.
生成代理连接到生成控制器,并执行处理器密集型和磁盘密集型工作。
Your build agents connect to build controllers and perform the processor-intensive and disk-intensive work.
“脚手架”即是可以自动生成控制器和视图之增删改代码的样板控制器。
Scaffolding is what we call the automatically generated boilerplate controller and view code for CRUD operations.
提供名称和说明,可帮助用户轻松标识和获取有关生成控制器的重要信息。
Provide a name and a description that can help people easily identify and get important information about the build controller.
因此,应为在其上创建生成控制器的物理计算机或虚拟机提供足够的内存。
Therefore, you should provide sufficient memory to the physical machine or virtual machine on which you create your build controllers.
生成控制器和所有相关web工件最方便的方式是使用controllerall。
The most convenient way to generate controllers and all relevant web artifacts is to use controller all.
“指定最大值”,然后指定比生成控制器下放入池中的生成代理数目小的值。
Specify the maximum and then specify a value that is lower than the number of build agents that are pooled under the build controller.
因此,应确保为在其上设置生成控制器的物理计算机或虚拟机提供足够的内存。
Therefore, you should make sure to provide sufficient memory to the physical machine or virtual machine on which you set up your build controllers.
此生成控制器处理的生成基于当前使用三个生成代理处理生成的自定义生成模板。
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.
就像你在前面的例子中所看到的,你可以在一个区域中生成控制器、视图、以及模型等。
You can create controllers, views, and models in an area just as you have seen in previous examples.
本文的目标是开发一个图形化控制策略组态软件,以生成控制器所需要的完成控制功能的软件。
This paper aims at exploiting a graphic control strategy configuration software, in order to create required control strategy of controller.
同样的,如果你改变你的领域模型不使用“缺省”包,你也会失去导航功能条和在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.
选中此复选框以使该生成控制器正常工作,如果想要禁用该生成控制器并阻止向它分配生成,则清除此框。
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.
“生成控制器属性”对话框中,除了影响生成控制器工作方式的其他属性外,还可以查看或更改显示名称和说明。
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.
下一章,我们将更深入地进入控制器的基础结构,目的是定制如何生成控制器及其行为,以使你能够制作你应用程序的行为方式。
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.
对于每个被缓存的元素,只需指定想要缓存的内容、可生成动态内容的任何控制器动作以及超时。
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.
它使用元编程来生成视图模型,使你能够绑定至你在控制器中定义的对象。
It USES metaprogramming to generate the view model and allow you to bind to the objects you define in your controller.
您可以使用railsgeneratescaffold命令生成一个初始模型、一系列视图以及一个控制器。
You can generate an initial model, a set of views, and a controller with the command rails generate scaffold.
要使用Rails和Ajax,就要创建一个空项目,并生成一个有两个方法的控制器。
To use Rails and Ajax, you'll create an empty project and generate a controller with two methods.
这段代码将生成ActiveRecord模型、带有相应映射路径的控制器和几个视图模板。
This generates an ActiveRecord model, a controller with an appropriate route mapped to it, and several view templates.
在清单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.
为理解breakpointer的运行过程,可创建一个简单的Rails应用程序,生成一个控制器,启动服务器,并启动breakpointer。
To see the breakpointer in action, create a simple Rails application, generate a controller, start the server, and start a breakpointer.
协作确保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.
在域控制器上运行ktpass命令以为服务帐户设置SPN,并生成keytab文件。
Run the ktpass command on the domain controller to set SPN for the service account and generate the keytab file.
在传统的Web应用程序开发中,采用页面模板系统把视图生成与控制器逻辑和模型数据干净地分离。
In traditional Web application development, page templating systems are used to cleanly separate view generation from controller logic and model data.
你现在可以在一个控制器的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.
应用推荐