init
- 初始化;系统初始化;初始化函数
-
Then we need to init a word module .
然后需要用init初始化一个word模块。
-
Next , we need to init the comment module for Blahg .
接下来,需要用init为Blahg初始化comment模块。
-
I also had to declare my init () method as public .
我还必须把init()声明为public。
-
The following line runs the init function on the initial page load
下一行在初始页面加载时运行init函数
-
, because the init () method belongs to an object .
,因为init()方法属于一个对象。
-
Run Level : Execute when the system has entered the init level .
RunLevel:在系统进入init级别时执行。
-
My init () method is neither static nor public .
我的init()方法既不是static,也不是public。
-
With either case , deploying a new init system can require some risk .
不管怎样,部署新的init系统都会有一些风险。
-
This data is dynamically loaded in the init function .
将在init函数中动态加载此数据。
-
The init () function is called when the Web page is loaded .
当加载这个Web页面时就会调用这个init()功能。
-
Also notice the presence of a Boolean variable named init .
另外还要注意名为init的Boolean变量的存在。
-
It is the job of init to start up the rest of the system .
启动系统的其余部分是init的工作。
-
Constructors are also easy using the init block .
构造函数也可以方便地使用init块。
-
Next , the kernel will start the system initialization process init which will become process number one .
接下来,内核将启动系统初始化进程init,这将成为第一个进程。
-
The init process is Linux 's first process , parent to all the other processes .
init进程是Linux的第一个进程,它是所有其他进程的父进程。
-
Within each security context , a new init is started for the private server instance .
在每个安全上下文中,会为专用服务器实例启动一个新的init。
-
Download the latest BASE SOURCE file for INIT .
下载INIT的最新BASESOURCE文件。
-
All init parameters are treated as String objects .
所有init参数都是String对象。
-
Updating the init script to support job processing servers
修改init脚本以支持任务处理服务器
-
The ? init ? method provides an initialization routine for rule bean .
“init”为规则bean提供了初始化程序。
-
CHUser : : init will be called the first time it 's used .
首次使用时,将会调用CHUser::init。
-
When the container loads the filter for the first time , the init () method is called .
当容器第一次加载该过滤器时,init()方法将被调用。
-
At the end of the kernel boot sequence , the init process starts .
在内核引导序列的结尾,会启动init进程。
-
The body element specifies an init function is to be called once the body loads .
这个body元素规定:一旦这个body加载,就会调用一个init()函数。
-
The init method initializes a set of parameters for the servlet instance .
这个init方法为Servlet实例初始化了一套参数。
-
Linux uses the init process to initialize the services and applications that make Linux useful .
Linux使用了init进程来对组成Linux的服务和应用程序进行初始化。
-
Initializing the portlet and putting it into service ( init method )
初始化Portlet并将其放入服务中(init方法)
-
For a servlet-based implementation bean , the init method is called .
对于一个基于servlet的实现bean,调用init方法进行初始化。
-
There are two methods available through the ServletConfig interface for working with init parameters .
通过ServletConfig接口提供了两个处理init参数的方法。
-
Init will wait until this command completes before doing anything else .
init将等待直至该命令完成,然后再执行其他操作。