init-
init-什么意思,init-翻译
基本解释
网络: 初始化;初始化函数;系统初始化
例句
The init function (init_fortune_module) allocates space for the cookie pot with vmalloc and then clears it out with memset.
init函数(init_fortune_module)负责使用vmalloc来为这个点心罐分配空间,然后使用memset将其全部清零。
This is set up in its own thread during the init method of the servlet and taken down in the destroy method of the servlet.
这个类的实例是在servlet的init方法中在其自身的线程中创建,并在servlet的destroy方法中销毁的。
A morpheme is a language init while character is a unit in writing. There should be corresponding relationships between them.
语素是语言单位,汉字是书写单位,二者之间有对应关系。
Example of the different volume init types : volume , shell and both . Note that the shell is usually slightly larger than the inner volume.
不同体积界限类型的实例:体积,壳和两者。注意:外壳通常略略比体积大。
If you"re using Fink, you should source init. Sh right at the beginning to make sure the environment is set up correctly.
如果你使用Fink,你可以在文件的开头使用sourceinit.sh来确保环境被正确设置。
To reboot your system, use init or telinit to adjust the run level; run level 6 is usually synonymous with a reboot.
要重新启动系统,请使用init或telinit来调整运行级别,运行级别6通常表示重新启动。
As you can see, pthread_mutex_init accepts a pointer to an already-allocated region of memory to initialize as a mutex.
正如所示,pthread_mutex_init接受一个指针作为参数以初始化为互斥对象,该指针指向一块已分配好的内存区。
However, if it is necessary to have reflection calls, try to have them in init methods so that they are not executed during every request.
不过,如果有必要进行反射调用,则应尽量将其放置在初始方法中,以使其在每个请求期间都不会执行。
Event startup is emitted by init when the system starts, with event shutdown emitted when the system is to be shut down.
事件startup是由init在系统启动时发出的,事件shutdown则是在系统关闭时发出的。
The crond daemon is usually started by the init process at system startup.
crond守护进程常常是在系统启动时由init进程启动的。