如果需要的话,仅用于初始化代码。
It is simply used for initialization code, if any is needed.
您将使用它运行任何扩展初始化代码。
You would use this to run any extension initialization code.
初始化代码的最后一部分就是摄像机设置。
The final part of the initialization code is the camera setup.
循环之前是否做好初始化代码?
在初始化代码中可以找到该手册。
将factors的初始化代码移到构造函数中。
Move the initialization code for factors to the constructor.
清单1显示了数据库的MySQL的初始化代码。
Listing 1 shows the MySQL initialization code for the database.
onLoad — 在此函数中放置初始化代码。
onLoad — This function is where you place initialization code.
注意,这是您在清单2中所见到的初始化代码的一部分。
Notice that this is part of the initialization code that you saw in Listing 2.
第一个块包括数据存储和视图的初始化代码,如清单2所示。
The first block contains the initialization code for the data storage and the view, as shown in Listing 2.
为什么是NES初始化代码这样(6502集)?
这里是另一个方式做它,没有建立自己的初始化代码。
Here is another way to do it, without building your own initialization code.
清单7中的Emacs初始化代码片段就是负责完成这两个任务。
The fragment of Emacs initialization code in Listing 7 takes care of both of these tasks.
快速浏览一下init . rb中的初始化代码,如清单3所示。
Take a quick look at the initialization code in init.rb, shown in Listing 3.
可以定义任意数量的全局装备,因此可以把初始化代码分割为多个部分。
You can define any number of global fixtures, which allows splitting up of initialization code.
如果初始化代码很慢或者需要大量的计算,那么这一特性就显得特别重要。
This may be an especially significant issue if the initialization code is slow or computationally expensive.
使用它,你可以执行任何初始化代码。作用是初始化编辑器的行为。
Using it, you can execute any initial code that makes the initial interaction with the editor.
您不用创建这个过程—该项目模板创建它并将其放入“生成的初始化代码”区域。
You don't create this procedure-the project template creates it and places it in the Generated initialization code region.
如果在文档已打开后启用保护功能,可能无法调试或测试初始化代码。
If you enable protection after the document is opened, initialization code cannot be debugged or tested.
Fixture的所有工作通常都是在应用程序的初始化代码中完成的。
All the fixture's work is typically done in an application's initialization code.
清单2中的初始化代码是一个类的一部分,它使用setter注入进行DI。
The initialization code in Listing 2 is part of a class that uses setter injection for DI.
在生成大量类的大型schema的情况下,该初始化代码通过加载e MF资源来执行。
In the case of a large schema that generates a large number of classes, the initialization code is performed by loading an EMF resource.
在我的《15天jQuery入门教程》中你将一次又一次在例子中看到这段初始化代码。
You’ll see this code used again and again in the examples I give you on 15 Days of jQuery.
在较小的schema情况下(取决于类、属性等的总数的估计),该初始化代码在包类本身中生成。
In case of smaller schema (determined based on the computation of total number of classes, attributes, and so on), the initialization code is generated within the Package class itself.
在这个示例中,我们定义了一个定制工厂,并将一些初始化代码从_ main _块移到了该工厂。
In this case, we define a custom factory and move some of the initialization from the _main_ block to the factory.
在某些初始化代码中,打开ActiveRecord基类并添加acts_as _模块。
In some initialization code, open the ActiveRecord base class and add your acts_as_ module.
ILI9328配夏普玻璃调好的初始化代码,改玻璃颜色偏冷因此整体看上去不是那么鲜艳!
Sharp glass ILI9328 tune with a good initialization code, change the color of glass so the overall look cool is not so bright!
或许是你的一个全局变量的初始化代码里有些问题,或者是一个在你的入口点函数中,申明的变量,导致程序崩溃。
There may be something in the deinitialization code for one of your global variables, or one of the variables declared in your entrypoint function, that is causing the crash.
其它的mocking库需要你在执行前记录期望行为(expectations),而这导致了丑陋的初始化代码。
Other mocking libraries require you to record expectations before execution, which tends to result in ugly setup code.
现在,我们可以在每次测试之前调用reset方法,保证我们在每次测试过程中都会先执行singleton对象的初始化代码。
Now, we can call the reset method to start off each test run to ensure we are going through the initialization code for the singleton object on every test run.
应用推荐