init
美
英 
- 網(wǎng)絡(luò)初始化;初始化函數(shù);系統(tǒng)初始化
例句
The init function (init_fortune_module) allocates space for the cookie pot with vmalloc and then clears it out with memset.
init函數(shù)(init_fortune_module)負(fù)責(zé)使用vmalloc來(lái)為這個(gè)點(diǎn)心罐分配空間,然后使用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.
這個(gè)類的實(shí)例是在servlet的init方法中在其自身的線程中創(chuàng)建,并在servlet的destroy方法中銷(xiāo)毀的。
A morpheme is a language init while character is a unit in writing. There should be corresponding relationships between them.
語(yǔ)素是語(yǔ)言單位,漢字是書(shū)寫(xiě)單位,二者之間有對(duì)應(yīng)關(guān)系。
Example of the different volume init types : volume , shell and both . Note that the shell is usually slightly larger than the inner volume.
不同體積界限類型的實(shí)例:體積,殼和兩者。注意:外殼通常略略比體積大。
If you're using Fink, you should source init. Sh right at the beginning to make sure the environment is set up correctly.
如果你使用Fink,你可以在文件的開(kāi)頭使用sourceinit.sh來(lái)確保環(huán)境被正確設(shè)置。
To reboot your system, use init or telinit to adjust the run level; run level 6 is usually synonymous with a reboot.
要重新啟動(dòng)系統(tǒng),請(qǐng)使用init或telinit來(lái)調(diào)整運(yùn)行級(jí)別,運(yùn)行級(jí)別6通常表示重新啟動(dòng)。
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接受一個(gè)指針作為參數(shù)以初始化為互斥對(duì)象,該指針指向一塊已分配好的內(nèi)存區(qū)。
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.
不過(guò),如果有必要進(jìn)行反射調(diào)用,則應(yīng)盡量將其放置在初始方法中,以使其在每個(gè)請(qǐng)求期間都不會(huì)執(zhí)行。
Event startup is emitted by init when the system starts, with event shutdown emitted when the system is to be shut down.
事件startup是由init在系統(tǒng)啟動(dòng)時(shí)發(fā)出的,事件shutdown則是在系統(tǒng)關(guān)閉時(shí)發(fā)出的。
The crond daemon is usually started by the init process at system startup.
crond守護(hù)進(jìn)程常常是在系統(tǒng)啟動(dòng)時(shí)由init進(jìn)程啟動(dòng)的。
To see both the init and destroy events fire, start up Grails in interactive mode by typing grails interactive.
要查看init和destroy事件觸發(fā),輸入grailsinteractive以交互模式啟動(dòng)Grails。
Another option to replace init, upstart takes a somewhat different approach to what you just saw with initng.
替換init的另外一種選擇是upstart,它使用的方法與initng使用的方法稍有不同。
Here we ve covered the basics of changing runlevels and finding your way around the init scripts for the Slackware Linux distribution.
本文中,我們討論了更改運(yùn)行級(jí)別和有關(guān)SlackwareLinux發(fā)行版的init腳本的基礎(chǔ)知識(shí)。
The last part of the JavaScript implementation is to define the init function that will be called right after the page load.
JavaScript實(shí)現(xiàn)的最后一部分是定義將在頁(yè)面加載完成后立即調(diào)用的init函數(shù)。
If you want help with a specific command, type bzr help command, where command is the name of the command, such as bzr help init.
如果希望獲得某個(gè)命令的幫助信息,那么輸入bzrhelpcommand,其中的command是命令名,比如bzrhelpinit。
Init, he argues against the notion of a ruling class, insisting that governmentand society must be kept distinct.
書(shū)里,他堅(jiān)決反對(duì)統(tǒng)治階級(jí)的觀念,堅(jiān)持政府和社會(huì)必須分開(kāi)。
init must be called before any other libusb functions.
init必須在調(diào)用其它libusb函數(shù)之前被調(diào)用。
malloc_init is going to be our function to initialize our memory allocator.
malloc_init將是初始化內(nèi)存分配程序的函數(shù)。
The RestServlet is passed as init-param the name of the Application subclass that the Book service supplies.
RestServlet被傳遞為init-param,這是Books服務(wù)提供的Application子類的名稱。
When the upright man, turning away from his righteousness, does evil, death will overtake him init.
義人轉(zhuǎn)離他的義而作罪孽,就必因此死亡。
The init function, by the way, should be the only global identifier in the file that isn't declared static.
順便說(shuō)一下,初始化函數(shù)必須是文件中唯一未被聲明為static的全局標(biāo)識(shí)符。
The included path incorporates a PHP_MATH constant set in an init. php file that is assumed to have been included in a calling script.
所包含的路徑合并了在init.php文件中設(shè)置的PHP_MATH常量,假定init.php文件已包含在調(diào)用腳本中。
The SCSI tape driver also exports an sr_init_command that turns a request into a SCSI CD-ROM read or write request.
SCSI磁帶驅(qū)動(dòng)器還會(huì)導(dǎo)出sr_init_command,以將請(qǐng)求轉(zhuǎn)換成SCSICD-ROM讀或寫(xiě)請(qǐng)求。
Your init method should initialize your module and subscribe to any application events you need.
方法編寫(xiě)一個(gè)處理程序。init方法應(yīng)該初始化模塊并訂閱所需的任何應(yīng)用程序事件。
No other services can start while your service is in xxx_Init, so do not block there.
當(dāng)您的服務(wù)在xxx_Init中執(zhí)行時(shí),沒(méi)有其他服務(wù)可以啟動(dòng),因此請(qǐng)不要在那里阻塞。
This file provides init information on runlevels and on which processes should be launched on each runlevel.
此文件將提供關(guān)于runlevel及在各個(gè)runlevel上應(yīng)當(dāng)啟動(dòng)的進(jìn)程的init信息。
For instance, the material for bzr help init provides a recipe to transform any directory into a Bazaar repository, as Listing 3 shows.
例如,bzrhelpinit的內(nèi)容中提供一個(gè)把任何目錄轉(zhuǎn)換為Bazaar存儲(chǔ)庫(kù)的訣竅,見(jiàn)清單3。
First, in the init method, the name of the HTML and WML view JSPs from the portlet configuration are loaded.
首先,在init方法中,加載來(lái)自portlet配置的HTML和WML視圖JSP的名稱。
The next generation init system (initng) is a dependency-based approach for init system replacement.
下一代init系統(tǒng)(initng)是替代init系統(tǒng)的一個(gè)基于依賴關(guān)系的方法。
Upstart provides a set of example jobs that are compatible with the typical init configuration runlevels.
Upstart提供了一組示例作業(yè),它們與典型的init配置兼容。
Install binaries, init script, sample config files, and set permissions on the external command directory, as shown in Listing 6.
安裝二進(jìn)制文件、init腳本、示例配置文件并設(shè)置外部命令目錄上的權(quán)限,如清單6所示。
The init method is similar in concept to the main method of a typical Java class in that they both are entry points.
init方法在概念上類似于一個(gè)典型Java類的main方法,因?yàn)?/c>它們都是入口點(diǎn)。
The original process that kicks this off is called init, and it is always given a PID of 1.
最初創(chuàng)建進(jìn)程的原始進(jìn)程名為init,它始終被賦予PID1。
The INIT_WORK macro provides for the necessary initialization and setting of the handler function (passed by the user).
宏INIT_WORK提供必需的初始化數(shù)據(jù)以及處理程序函數(shù)的配置(由用戶傳遞進(jìn)來(lái))。
The server responds with an INIT-ACK, which includes the cookie (a unique context identifying this proposed connection).
服務(wù)器使用一個(gè)INIT-ACK報(bào)文進(jìn)行響應(yīng),其中就包括了cookie(標(biāo)識(shí)這個(gè)連接的惟一上下文)。
Before replacing components try turning the system off and on, enter the INIT command at the console prompt.
在更換組件之前,請(qǐng)首先嘗試關(guān)閉系統(tǒng),然后再打開(kāi),然后在控制臺(tái)提示符下輸入INIT命令。
After the file systems have been loaded into RAM, the kernel executes the init process, which now takes over the boot process.
文件系統(tǒng)加載到內(nèi)存后,內(nèi)核執(zhí)行init進(jìn)程,該進(jìn)程現(xiàn)在接管啟動(dòng)過(guò)程。
The init process -- the focus of this article -- is the first process created as the kernel boot sequence is completed.
init進(jìn)程——本文的重點(diǎn)——是內(nèi)核引導(dǎo)過(guò)程完成時(shí)創(chuàng)建的第一個(gè)進(jìn)程。
A small set of links are created in this directory to support your init script (with each command link pointing to BusyBox).
我們在這個(gè)目錄中創(chuàng)建了幾個(gè)鏈接來(lái)支持init腳本(每個(gè)命令都是一個(gè)指向BusyBox的鏈接。)
To set the translator URL when using a zero-footprint solution, change the value of the init parameter translatorLocation appropriately.
要在使用零占用解決方案時(shí)設(shè)置translatorURL,可以相應(yīng)更改init參數(shù)translatorLocation的值。