bootstrap
美
英 ['bu?tstræp] 
- adj.依靠自己力量的;自己做的
- n.拔靴帶
- 網(wǎng)絡(luò)自舉;引導(dǎo);引導(dǎo)程序
詞形變化
復(fù)數(shù):bootstraps 過去分詞:bootstrapped 現(xiàn)在分詞:bootstrapping
英漢雙解
習(xí)慣用語
pull/drag yourself up by your (own) bootstraps
自力更生to improve your situation yourself, without help from other people
英漢解釋
英英解釋
例句
Unlike all other class loaders , the bootstrap class loader (also known as the primordial class loader) cannot be instantiated by Java code.
與其他類裝入器不同,引導(dǎo)類裝入器(也稱作基本(primordial)類裝入器)不能由Java代碼實例化。
"Part of the exercise was to determine whether or not we could bootstrap this thing, " he says.
“部分的實踐是決定是否我們可以引導(dǎo)這件事情,”他說。
The extension class loader (also known as the standard extensions class loader) is a child of the bootstrap class loader.
擴(kuò)展(extension)類裝入器(也稱作標(biāo)準(zhǔn)擴(kuò)展類裝入器)是引導(dǎo)類裝入器的一個孩子。
Static -! Do not set this during bootstrap! Causes binaries to be statically linked instead of dynamically?
在系統(tǒng)引導(dǎo)過程中切勿使用該參數(shù)!因為這將導(dǎo)致二進(jìn)制可執(zhí)行文件使用靜態(tài)連接而不是動態(tài)連接?
That said, the good can always be made better. What would you do to improve this Lion bootstrap process? Leave a comment below!
那就是說,好的總可以變得更好。對這個Lion系統(tǒng)的啟動設(shè)置你還可以做什么改進(jìn)?留下你的意見吧!
In either case, the bootstrap program in the operating system is stored within the computer using a type of memory known as ROM.
在這兩種情況下,在操作系統(tǒng)引導(dǎo)程序是存儲在ROM上使用的是已知的內(nèi)存型電腦。
Many BIOS set-up menus allow you to select the devices that will be used to bootstrap the system.
許多BIOS的設(shè)置菜單都能讓您選擇用來引導(dǎo)系統(tǒng)的設(shè)備。
You might want to be a bit more fail-safe when doing database inserts and deletes in BootStrap. groovy.
在BootStrap.groovy中執(zhí)行數(shù)據(jù)庫插入和刪除操作時可能需要一定的防故障措施。
The Git SCM is self-hosted in its own Git repository, which means that you must bootstrap Git to install it on your local machine.
GitSCM在其自己的Git存儲庫內(nèi)是自托管的,這意味著您必須引導(dǎo)Git來將其安裝到本機(jī)。
The chart in Figure 2 is impressive, but it requires a bit of work to bootstrap the process.
圖2中的插圖給人影響深刻,但是它需要一些工作來引導(dǎo)程序。
The cooling system of reverse bootstrap air cycle driven by powered turbine can be used for cooling the avionics pods.
通過比較指出:動力渦輪驅(qū)動的逆升壓式空氣循環(huán)制冷系統(tǒng)是適用于電于設(shè)備吊艙冷卻的有效方案之一。
There is follow graph synchronization, which enables you to bootstrap a user's social graph for your app.
還有跟隨關(guān)系的同步,這能讓你引導(dǎo)用戶的社交關(guān)系圖到你的應(yīng)用中。
To set the editing mode, specify your preferred mode either on the command line or in a bootstrap file: $ set editing-mode emacs.
若要設(shè)置編輯模式,可以在命令行上或在引導(dǎo)文件中指定您的首選模式:$setediting-modeemacs。
The bootstrap port address for each application container is the number at the lower right-hand corner of each cluster member box.
每個應(yīng)用程序容器的引導(dǎo)程序端口地址是每個集群成員框右下角的數(shù)字。
Q. Might an AI system be able to bootstrap itself to higher and higher level intelligence by thinking about AI?
也許AI系統(tǒng)能夠自己改進(jìn)自己到越來越高的程度?如果AI可以思考AI的問題?
The bootstrap security binding element specifies how the secure conversation handshake messages are secured.
啟動安全綁定元素指定如何保護(hù)安全對話握手消息。
However, computing bootstrap confidence intervals directly for the CE ratio produce results closer to the predetermined significance level.
但是,自舉置信區(qū)間的計算直接為行政長官的比例產(chǎn)生的結(jié)果更接近預(yù)定的意義水平。
The bootstrap program provides the tools to test the system and to load the remainder of the operating system from the disk or network.
自舉程序提供了工具來測試系統(tǒng),并加載從磁盤或網(wǎng)絡(luò)操作系統(tǒng)的其余部分。
Set up the environment variable ROO-DEV in your system settings, which should point to the bootstrap folder within the Roo project.
在您的系統(tǒng)設(shè)置中建立環(huán)境變量ROO-DEV,該變量應(yīng)指向Roo項目內(nèi)的引導(dǎo)文件夾。
Now, we try to "bootstrap" our way up to L in a series of steps.
于是,用一系列的步驟,我們就可“自展”我們的方法,以接近L。
The second major mistake turned out to be the choice to bootstrap.
第二個比較大的錯誤是選擇了引導(dǎo)自舉。
Bootstrap? You know my name?
鞋帶子?你知道我的名字?
A breakpoint is set on the line where the Drupal bootstrap is initiated, as shown in Figure 12.
將一個斷點設(shè)置在啟動Drupal引導(dǎo)過程的位置,如圖12所示。
All the BIOS really had to do was load that first chunk of code (called the bootstrap loader, or bootloader) and let the machine run.
BIOS實際上需要做的事情是加載第一段代碼(稱為引導(dǎo)加載程序(bootstraploader)或bootloader),并讓機(jī)器開始運(yùn)行。
With this machinery in place, you can then easily bootstrap a DOM implementation, using the line of code shown in Listing 3.
適當(dāng)地使用這種方法,那么就可以使用如清單3所示的那行代碼來方便地自舉DOM實現(xiàn)。
We have seen all of the essential parts of Lift: its bootstrap class, views, snippets, and models.
我們看到了Lift的所有基本組成部分:引導(dǎo)類、視圖、片段和模型。
The flash memory can be programmed via the JTAG port, the bootstrap loader, or in-system by the CPU.
閃存可能是通過JTAG端口,引導(dǎo)加載,或在系統(tǒng)內(nèi)的中央處理器(cpu)進(jìn)行的存儲。
Boot: To initiate operation of a computer with the Bootstrap program .
開機(jī)引導(dǎo):用引導(dǎo)程式使電腦進(jìn)入操作狀態(tài)。
You can customize the startup and shutdown process by adding your own code to the init and destroy closures in the BootStrap. groovy file.
可以通過向BootStrap.groovy文件中的init和destroy閉包添加自己的代碼來自定義啟動和關(guān)閉進(jìn)程。
The bootstrap may BE entered by the computer operator or BE permanently stored in read-only memory.
引導(dǎo)程式可以由操作員輸入,亦可以永久的貯存于唯讀貯記器內(nèi)。
The name server bootstrap port is also the port for the admin RMI connector.
名稱服務(wù)器引導(dǎo)程序端口也是adminRMI連接器的端口。
In the output, each classloader is assigned a unique ID, but the bootstrap loader is always 0.
在輸出中,每個類裝載器被賦予一個惟一的ID,引導(dǎo)裝載器的ID總是0。
Every one had a true business strategy and also a strategy of bootstrap entrepreneurship.
每個人都有真正的商業(yè)戰(zhàn)略,也是企業(yè)家自力更生的戰(zhàn)略。
Another example is the Alexa Search Platform, designed to bootstrap a family of vertical search applications to challenge Google.
另一個例子是挑戰(zhàn)Google的AlexaSearchPlatform,用于引導(dǎo)一系列垂直搜索應(yīng)用程序。
Scott talked about Failsafe database inserts and deletes in BootStrap. groovy to avoid duplicate records in the database.
Scott提到了在BootStrap.groovy中利用Failsafe數(shù)據(jù)庫進(jìn)行插入和刪除以避免數(shù)據(jù)庫中的重復(fù)記錄。
Other entrepreneurs choose to bootstrap because they want more freedom to develop the company as they see fit.
還有些初創(chuàng)企業(yè)家選擇自我積累的原因是他們需要在拓展公司業(yè)務(wù)上面擁有更大的自由度。
The invention discloses a gain bootstrap type C class reverser and an application circuit thereof.
本發(fā)明公開了一種增益自舉型C類反向器及其應(yīng)用電路。
Which must be the version loaded by the bootstrap class loader.
而后者必須是引導(dǎo)類別載入器所載入的版本。
The jndiProviderURL field specifies the remote JMS provider with its bootstrap address port (2809 by default).
jndiProviderURL字段使用其引導(dǎo)地址端口(缺省情況下為2809)指定遠(yuǎn)程JMS提供程序。
How did this bug find its way into the application, especially when the bootstrap code continues to work correctly?
那么,這個bug是如何引入到應(yīng)用程序中的?畢竟,bootstrap代碼還能正常工作。