__INIT in English translation

init
__init
一个init
初始化
始化
init进程

Examples of using __init in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Init属性确定了应用的初始化方法,这对方法的性能有很大的影响。
The init attribute determines the initialization method applied, which has a great impact on the performance of the method.
Init程序会开始启动各种系统的守护进程,还有十分重要的‘Zygote'服务。
The Init program starts system daemons and the very important‘Zygote' service.
每个进程(init除外)都有一个父进程,一个进程都可以有很多子进程。
Each process(except sched) has a single parent process, but may have many child processes.
上面没有显示init和destroy方法,因为它们与Tomcat版本是一样的。
The init and destroy methods are not shown above because they are identical to the Tomcat version.
此包提供init程序,它是Linux系统上所有其他进程的父进程。
This package provides the init program, which is the parent of all other processes on the Linux system.
在此应用程序中,将不分析init构造函数,因为它是在sayHello之前调用的。
In this application the init constructor will not be instrumented because it is invoked before sayHello.
它是替代init,即系统启动时运行的第一个进程,以及所有其他进程的父进程。
It is a replacement for init, the first process that runs when a system is started, and the parent of all other processes.
为什么不能在init()方法中创建applet需要的所有变量??
Why can't all variables needed in an applet be created inside the init() method?
I:把无条件终止信号(SIGKILL)发送给除了init之外的所有进程.
E: Send the SIGTERM signal to all processes except init.
它的最简形式类似于一个不带任何参数的实例方法,以关键字init命名:.
In its simplest form, an initializer is like an instance method with no parameters, written using the init keyword.
Linux内核做的最后一件事情是尝试去运行一个被称为init进程的专用程序。
The last thing the Linux kernel does is to attempt to run a specific program called the init process.
客户端在完成消息交换后,确认正确终止init任务的服务器。
The client will finalize the message exchange acknowledging the server of the correct termination of the init task.
DisplayName()是一个内部函数--定义于init()之内且仅在该函数体内可用。
The displayName() function is an inner function that is defined inside init() and is only available within the body of the init() function.
如果它的父进程已经死亡,它将成为孤儿被init收养。
When a parent process dies, its children are adopted by init.
系统上所有的其他进程都是通过调用fork()从init或者它的后代生成的。
All processes on the system are created(using fork()) either by init or by one of its descendants.
I:把无条件终止信号(SIGKILL)发送给除了init之外的所有进程.
I: Send the SIGKILL signal to all processes except init.
D/*目录中存在的脚本,在系统被引导时由init启动。
D/* directory and are started by the init when the system is booted.
CVS允许你将选项传递给cvs命令本身或init子命令。
CVS allows you to pass options to either the cvs command itself or to the init subcommand.
Init由被shell(sysv、bsd、runit)执行的脚本或者被二进制组件(systemd、upstart)执行的配置文件组成。
The init either consists of scripts that are executed by the shell(sysv, bsd, runit) or configuration files that are executed by the binary components(systemd, upstart).
Php中元素ID的新变量,并且在之前实现的init()函数中对其进行初始化,然后添加每次加载index.php时所需要的一些功能。
Php, initialize them in the init() function that you previously implemented, and add some functionality that is needed each time index. php is loaded.
Results: 280, Time: 0.0261

Top dictionary queries

Chinese - English