Dom.
美
英 
- abbr.(=domain)(=domestic)
- 網(wǎng)絡(luò)杜馬克;警察戰(zhàn)車隊(duì);多米尼加共和國(guó)
英漢解釋
英英解釋
例句
He told Dom Frollo that they were really just friends and that Esmeralda was looking for her parents.
他告訴多姆·弗羅洛,他們只是朋友,而且艾絲米拉達(dá)正在找她的父母。
After using the DOM for a while, you'll see some patterns emerge -- things you'll want to be able to do over and over.
在使用DOM一段時(shí)間后,您會(huì)看到形成了一些模式——您想要反復(fù)做的事情。
An alternate implementation of this program might be more efficient if it used the SAX parsing method, rather than DOM.
這個(gè)程序的另一個(gè)實(shí)現(xiàn)可嫩更有效,如果使用SAX解析方法而不是DOM。
You can always access and manipulate DOM from JavaScript, making it easy to handle it like a typical HTML control.
您始終可以從JavaScript訪問并操作DOM,并使之像典型的HTML控件一樣易于處理。
Most parsers that implement the DOM provide at least a vendor-specific means of access to an underlying SAX parser.
很多實(shí)現(xiàn)DOM的解析器至少提供一個(gè)供應(yīng)商專用的方法來訪問一個(gè)底層SAX解析器。
However, there's a price to pay for so faithfully representing an XML document: DOM parsing tends to be memory intensive.
但是,這樣如實(shí)地表示XML文檔需要付出一定的代價(jià):DOM解析往往需要占用很多內(nèi)存。
In the DOM, it isn't always easy to tell which is the next node in document order.
DOM通常很難告訴您,按照文檔的順序,下一個(gè)節(jié)點(diǎn)是什么。
It's almost as if we're being manipulated by Dom Cobb himself, as he effortlessly travels deep into our brain to plant an idea.
隨著柯布毫不費(fèi)力地深潛到我們的大腦里,植入一個(gè)想法時(shí),我們被電影中的他完全操縱一樣。
Another option is to set a limit for how much data to read into the DOM.
另一種選擇是設(shè)置對(duì)讀入DOM的數(shù)據(jù)量的限制。
DOM forms a very effective base on which easy-to-use systems can be built by following a few simple principles.
DOM奠定了一個(gè)非常有效的基礎(chǔ),遵循一些簡(jiǎn)單的原則就可其上構(gòu)建易于使用的系統(tǒng)。
Let your users work with the DOM, and nothing else, at least in terms of your requirements for your class functioning.
讓您的用戶僅僅處理DOM,至少在類函數(shù)需求方面不需要任何其他內(nèi)容。
Let's see if you can use the DOM to make a few more changes, and make that button useful whether the rabbit is in the hat or out of it.
我們來看看能否利用DOM再作一些修改,無(wú)論兔子在帽子里還是出來都讓這個(gè)按鈕派上用場(chǎng)。
The first step in making this bit of DOM trickery occur involves looking up the DOM node that represents the img element in the Web page.
完成這個(gè)DOM小戲法的第一步是找到網(wǎng)頁(yè)中表示img元素的DOM節(jié)點(diǎn)。
Using the DOM isn't a good option, as there aren't good, simple ways to turn a DOM object into a string that you can send as a request.
使用DOM不是一種好的選擇,因?yàn)?/c>沒有簡(jiǎn)單易行的辦法將DOM對(duì)象轉(zhuǎn)化成在請(qǐng)求中發(fā)送的字符串。
First, if you've read this series faithfully, you know how to use the DOM, a JavaScript-friendly API with which you can manipulate XML.
首先,如果您一直忠實(shí)地閱讀這個(gè)系列,那么您已經(jīng)學(xué)會(huì)了如何使用DOM這種對(duì)JavaScript友好的API來操縱XML。
At this point, I'd normally show you how to use the DOM or at least give you a few code examples, but even that would be misleading.
現(xiàn)在,按照常規(guī)也許應(yīng)該說明如何使用DOM,或者至少要給出一些示例代碼,但這樣做也可能誤導(dǎo)您。
You can then add the isbn element and its text node just as you might with a typical DOM element.
然后就可以像處理典型的DOM元素一樣,為它添加isbn元素和文本節(jié)點(diǎn)。
It's also easy to strip out the data and focus on just structure, which is what you'll need to do when working with the DOM.
將數(shù)據(jù)剝離開來并只側(cè)重于結(jié)構(gòu)也很簡(jiǎn)單,并且這也是處理DOM所需做的。
Note that the core DOM API does not give you methods to either parse XML data into a DOM, or to serialize the DOM back out to XML.
注意,核心DOMAPI并不能使您將XML數(shù)據(jù)解析到DOM,或者將DOM序列化為XML。
It's such a difficult problem that I have to dom uch to work it out.
這是一道如此難解的題,以致我得費(fèi)很大力氣才能把它做出來。
A DOM parser turns an XML document into an easy-to-use object representing all the data from the XML document.
DOM解析器將把XML文檔轉(zhuǎn)換成表示文檔中所有數(shù)據(jù)的易于使用的對(duì)象。
JAXP initially had the goal to remove some of the vendor-specific details, related to which XML parser was used, from SAX and DOM code.
最初,JAXP的目標(biāo)是從SAX和DOM代碼中移除一些特定于供應(yīng)商的信息(涉及到所使用的XML解析器)。
To make it look more like a typical breadcrumb trail, CSS and DOM style manipulations can be used to style the breadcrumb nodes.
要讓其看上去更像是一個(gè)典型的breadcrumbtrail,CSS和DOM樣式處理可用來樣式化這些breadcrumb節(jié)點(diǎn)。
The name of a client-side DOM element does not match the name assigned to the corresponding control at design time.
在設(shè)計(jì)時(shí)客戶端DOM元素的名稱與指定給相應(yīng)控件的名稱不匹配。
As you can see, daisy chaining allows you to concatenate several DOM traversal statements together.
如您所見,菊花鏈方式可以將幾個(gè)DOM遍歷語(yǔ)句連接起來。
Unlike DOM, SAX is not endorsed by an official standardization body, but it is widely used and is considered a de facto standard.
與DOM不同,SAX沒有經(jīng)過官方標(biāo)準(zhǔn)機(jī)構(gòu)的認(rèn)可,但是它被廣泛使用并被視為事實(shí)上的標(biāo)準(zhǔn)。
They do not feel confident enough in their DOM skills to produce the canonical functions that make up the helper library.
他們對(duì)自己的DOM技巧沒有足夠的信心來創(chuàng)建自己的、構(gòu)成助手庫(kù)的規(guī)范函數(shù)。
Also no need to make multiple DOM scripting calls: All that you need is a short string to define the elements to work on.
同樣也不需要進(jìn)行多個(gè)DOM腳本調(diào)用。您只需要使用一個(gè)簡(jiǎn)短的字符串對(duì)所需的元素進(jìn)行定義即可。
You'll see that this is important in my discussion of DOM in the next section, Dealing with DOM.
您將看到,這對(duì)于下一節(jié)處理DOM中討論DOM是重點(diǎn)。
Consider them prisoner war! They will be released when i had the photo graph. And don't think you can distract me with another ounce of dom.
把他們當(dāng)成俘虜了!它們會(huì)在我得到照片后被釋放!還有,別以為一瓶香檳酒能使我分心!
Since your custom element's shadow tree is always accessible to you through the DOM, you can use a live binding when hacking a component.
因?yàn)?/c>總是能夠通過DOM訪問定制元素的影像樹,在對(duì)組件編程時(shí)您可以使用活動(dòng)綁定。
This shouldn't be too much of a surprise: XPath is a core part of JAXP now, and JAXP provides integrated DOM support as well.
這毫不奇怪:XPath現(xiàn)在是JAXP的核心部分,而JAXP也提供了完整的DOM支持。
And its ready to go. Now lets look at some lines and how they relate to the DOM.
現(xiàn)在它準(zhǔn)備好了,讓我們看看其中的某些行和它們怎么與DOM聯(lián)系起來。
Session is defined as the length of time from when an application hosting the managed HTML DOM starts until the application closes.
此處的會(huì)話被定義為從承載托管HTMLDOM的應(yīng)用程序啟動(dòng)到應(yīng)用程序關(guān)閉之間的時(shí)間長(zhǎng)度。
We have studied one of these reservoirs that comprise a dom al structure with very gentle dipping flanks, and high fractures density.
對(duì)其中一個(gè)兩翼緩慢傾斜的穹窿結(jié)構(gòu)和高密度裂縫組成的儲(chǔ)層進(jìn)行了研究。
DOM is expensive in browsers, especially due to the generic nature of the platform.
瀏覽器中DOM的使用是很昂貴的,特別是由于平臺(tái)的泛型本質(zhì)。
Below are a few basic principles and guidelines for DOM usage, and a library of functions to make life easier.
下面是使用DOM的幾條基本原則和方針,以及使工作更方便的函數(shù)庫(kù)。
You might have noticed that all the work intimated above to avoid DOM-specific references now goes out the window.
您可能已經(jīng)注意到,上面討論的用于避免特定于DOM的引用的所有工作現(xiàn)在都顯得不重要了。
In Listing 5 you see a closure in which a JavaScript object (obj) contains a reference to a DOM object (referenced by the id "element" ).
在清單5中,可以看到一個(gè)閉包,在此閉包內(nèi),JavaScript對(duì)象(obj)包含到DOM對(duì)象的引用(通過id“element”被引用)。
This function is all pretty standard DOM manipulation.
這個(gè)函數(shù)里執(zhí)行的都是標(biāo)準(zhǔn)的DOM操作。