DOM
abbr. 溶解有机物(Dissolved Organic Matter);数字欧姆(Digital Ohmmeter)
2025-09-07 00:19 浏览次数 8
abbr. 溶解有机物(Dissolved Organic Matter);数字欧姆(Digital Ohmmeter)
1. domestic
2. dominant
3. dominion
4. dignity office
dukedom
5. realm jurisdiction
kingdom
6. state or fact of being
freedom
7. those having a (specified) office, occupation, interest, or character
officialdom
8. the state of being (something)
9. the rank of
10. the area ruled by
11. the area ruled by
kingdom
12. the group having a certain office, occupation, interest, or character
13. stp
Aachener Dom亚琛大教堂
Salzburger Dom萨尔茨堡大教堂
Berlin Dom柏林大教堂
Berliner Dom柏林主教座堂
Trierer Dom特里尔大教堂
division[数] 除法;部门;分配;分割;师(军队);赛区
HTML DOM文档对象模型
DOM treeDOM树
Dom Pérignon香槟王
Dom DeLuise多姆·德卢西
In this article, we explain which SAX or DOM operations and features may affect the performance of your application, and describe how to write your application for the best performance.
在本文中,我们将解释哪些SAX或DOM操作和特性会影响应用程序的性能,并描述如何编写性能最佳的应用程序。
For instance, a widget implementer can create in this method the widget mark-up and set it into the widget DOM node.
比如,一个小部件实现者可以用这种方法创建小部件标记并将其设置到小部件DOM节点。
Then through the use of DOM manipulation, the controller injects transformed HTML fragments into the widget template.
然后,通过使用DOM操作,控制器将经过转换的HTML片段注入到小组件模板中。
Also no need to make multiple DOM scripting calls: all that you need is a short string to define the elements to work on.
同样也不需要进行多个dom脚本调用。您只需要使用一个简短的字符串对所需的元素进行定义即可。
The disadvantages of the DOM are the difficulty in coding and performance issues with large documents.
DOM的缺点在于编码比较困难和处理大型文档时存在性能问题。
As you can observe in this code, the and tags have been semantically tagged to provide their class attributes with special meanings, which is evaluated during DOM parsing by the LOF.
正如您在代码中观察到的那样,和标签是语义上有意义的,以提供带有特殊意义的类属性,它是通过LOF分析DOM期间得到评价的。
In the analyzed projects, after DOM traversal, the second most common task was to retrieve the text value contained in an element.
在所分析的项目中,DOM遍历以后,第二项最常进行的任务是检索在元素中包含的文本值。
It does not implement any other DOM specifications, and therefore performs better.
它没有实现其他的DOM规范,因此性能更好一些。
They also force the programmer to learn the DOM method of doing things in place of the way she would handle it intuitively.
它们还强迫程序员学习做这些事情的DOM方法,以替代原来直观地就可以处理它的方法。
But attributes allow you to identify important elements in the DOM tree and you should use them.
但是属性使您能够确定dom树中的一些重要元素,所以您应该使用属性。
Because there are performance costs of recreating the DOM for every test function in a test suite.
这是因为在测试套件中给每个测试函数重新创建DOM会有性能消耗。
If your document is small, then perhaps DOM is the simpler way to go.
如果您的文档比较小,那么DOM可能是一种比较简单的方法。
This creates an attribute in your widget that points to the DOM node.
这就在小部件内创建了一个指向此DOM节点的属性。
DOM provides this, in the form of a navigable tree of elements, attributes, and text nodes.
DOM提供了一个这样的模型,一个可导航的元素、属性和文本节点树。
The code then simulates entering an empty user name and password by retrieving their DOM elements and setting their values to empty values.
然后,代码通过检索用户名和密码的DOM元素并将它们的值设置为空值来模拟输入空用户名和密码。
Users can replace any version of the schema file to get the corresponding DOM layer code.
用户可以通过替换模式文件的任何版本获得相应的dom层代码。
Since injected scripts can access any part of the DOM tree, they can, among other things, steal password information from the text field of login forms.
因为注入脚本可以访问dom树的任何部分,所以它们可以从登录表单的文本字段中窃取密码信息。
The DPTK query language further compacts your templates by enabling you direct access to almost anywhere in the DOM with a single string.
DPTK查询语言通过让您能够用单一字符串直接访问DOM中的几乎任何位置,进一步压缩了模板。
In older browsers this will be a valid DOM element, but it will have no special meaning.
在较老的浏览器中,这会是一个有效的DOM元素,但它没有任何的特别含义。
We will use DOM for this purpose.
为达到这个目的,我们将使用DOM。
This appendix should give you a good overview of the DOM data model and show you how to access the information you are looking for.
这个附录应该可以使您对DOM数据模型有一个很好的全面了解,并且展示了如何访问所要查找的信息。
Then we described how you can improve performance of SAX and DOM applications.
然后,我们描述了如何提高SAX和DOM应用程序的性能。
DOM is expensive in browsers, especially due to the generic nature of the platform.
浏览器中DOM的使用是很昂贵的,特别是由于平台的泛型本质。
In many cases, the DOM does not actually contain all the data you have in your application; it's only one part of it.
在许多情况下,DOM并不真正包含应用程序中具有的所有数据,它只是其中的一部分。
It also teaches you how to create DOM objects in your own projects for storing or working with data.
它还将教您如何在自己的项目中创建DOM对象,用以存储和操作数据。
Later sections in this article explore the core functions in the library and how it USES its powerful selectors and filters to make DOM traversal easy and straightforward.
本文后面的小节探索这个库的核心函数,以及这个库如何使用它的强大的选择器和过滤器使DOM遍历更加简单明了。