我听到“BootStrap”这个词被抛出很多,但我不确定它是指什么.我知道有一个bootstrap CSS,但这个术语究竟意味着什么?解决方法 从字面上看,靴子是靴子侧面或背面的一个标签,可以帮助你拉
... . . 我听到“BootStrap”这个词被抛出很多,但我不确定它是指什么.我知道有一个bootstrap CSS,但这个术语究竟意味着什么?.
解决方法
. 从字面上看,靴子是靴子侧面或背面的一个标签,可以帮助你拉动它们.穿上你的鞋子或靴子通常是穿衣服的最后一步;类似地,在编程中,它已经应用于程序的初始化或启动步骤.
另见Wikipedia entry for bootstrapping:
.
Bootstrapping or booting refers to a group of metaphors which refer to a self-sustaining process that proceeds without external help.
[.. in Software Loading] booting is the process of starting a computer,specifically in regards to starting its software. The process involves a chain of stages,in which at each stage a smaller simpler program loads and then executes the larger more complicated program of the next stage. It is in this sense that the computer “pulls itself up by its bootstraps”,i.e. it improves itself by its own efforts
[.. in Software Development] bootstrapping can also refer to the development of successively more complex,faster programming environments. The simplest environment will be,perhaps,a very basic text editor (e.g.,ed) and an assembler program. Using these tools,one can write a more complex text editor,and a simple compiler for a higher-level language and so on,until one can have a graphical IDE and an extremely high-level programming language.
.鞋拔是另一种帮助你穿鞋的方法,但它惯用于将某物塞进狭小的空间.
. . .. ...