Next, the kernel will start the system initialization process init which will become process number one.
接下来,内核将启动系统初始化进程init,这将成为第一个进程。
In Listing 9, the BrowserModel class performs its initialization within the init method.
在清单9中,browsermodel类在init方法中执行自己的初始化。
If your system will load a kernel, but cannot run init successfully, you may try to recover by specifying an alternate initialization program.
如果您的系统能够加载内核,但无法成功运行init,您可以通过指定一个替代初始化程序来尝试修复。
After system initialization is complete, init moves on to runlevel initialization.
在系统初始化完成后,init进程跳到运行级别的初始化中。
I ended Part 5 by introducing the concept of an init wrapper, and explained why it was such a good fit for solving several devfs initialization problems.
我曾经在第5部分结束时,介绍了初始化封装器的概念,并且解释了初始化封装器非常适合于解决若干devfs初始化问题的原因。
The kernel boots, mounts the root filesystem, and continues initialization by calling the initialization scripts (usually /sbin/init)
内核引导、安装根文件系统,并通过调用初始化脚本(通常是 /sbin/init)继续进行初始化。
The kernel boots, mounts an initial ram disk (initrd), performs further customizable initialization, then mounts the root filesystem and continues initialization (again, usually by calling /sbin/init)
内核引导、安装初始ram磁盘(initrd),执行进一步的可定制初始化,然后安装根文件系统并继续进行初始化(通常也是通过调用 /sbin/init)
However, now we can just pass a Boolean false to the constructor during our tests to avoid calling the init method and all the unneeded initialization logic.
然而,现在我们在测试过程中只能够传递一个布尔值false给构造函数,以避免调用init方法和所有不必要的初始化逻辑。
The Log object could require its own initialization, to be performed by an init() instance method.
Log对象可以要求其自己的、由init()实例方法执行的初始化。
During the servlet initialization, the container activates the servlet by calling the init method once.
在Servlet初始化的过程中,这个容器可以通过一次调用init方法来激活这个Servlet。
The init-param elements provide initialization parameters to a handler during its initialization phase, more specifically, when a container calls the handler's init method.
init - param元素在初始化阶段为处理器提供初始化参数,更准确的说,是当一个容器调用该操作者的init方法时。
When complete, the first user-space program (init) starts, and high-level system initialization is performed.
完成这些操作之后启动第一个用户空间程序(init),并执行高级系统初始化工作。
The ?init? method provides an initialization routine for rule bean.
“init”为规则bean提供了初始化程序。
Probably the most common approach is to start the program up at system startup time by hooking a suitable script into the init system-initialization process.
最常用的方法可能是把合适的脚本挂上 init 系统初始化进程,在系统启动时启动程序。
Probably the most common approach is to start the program up at system startup time by hooking a suitable script into the init system-initialization process.
最常用的方法可能是把合适的脚本挂上 init 系统初始化进程,在系统启动时启动程序。
应用推荐