如果需要的话,仅用于初始化代码。
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.
循环之前是否做好初始化代码?
在初始化代码中可以找到该手册。
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.
这里是另一个方式做它,没有建立自己的初始化代码。
Here is another way to do it, without building your own initialization code.
快速浏览一下init . rb中的初始化代码,如清单3所示。
Take a quick look at the initialization code in init.rb, shown in Listing 3.
Fixture的所有工作通常都是在应用程序的初始化代码中完成的。
All the fixture's work is typically done in an application's initialization code.
在某些初始化代码中,打开ActiveRecord基类并添加acts_as _模块。
In some initialization code, open the ActiveRecord base class and add your acts_as_ module.
因而,增加代码来实现某些包的特定初始化。
Therefore, add code to do some bundle specific initialization.
希望您的代码设计为惰性,这样初始化就变得不重要。
With hope, your code is designed to be lazy and this initialization is not important.
用样本初始化文件运行代码。
实例初始化器允许您为一个匿名内部类执行构造代码。
Instance initializers allow you to execute construction code for an anonymous inner class.
稍后,您将看到初始化这些请求的客户端应用程序代码。
You will see the client application code that initiates these requests a little later.
下面的代码提供了访问一个对象的途径,你可以使用这个对象来初始化运行时设置。
The following line gives you access to an object you can use.
不管代码是否执行该块,这些初始化都会生效。
These initializations take effect whether or not your code ever executes the block.
不管代码是否执行该块,这些初始化都会生效。
These initializations take effect whether or not your code ever executes the block.
应用推荐