释义 |
sax 英sæks美sæksAHDsăks ☆☆☆☆☆高COCA²⁵⁴⁸⁹BNC⁴⁵²⁸⁶iWeb¹⁷⁹⁵⁰ 基本英英搭配记法近义反义派生词例句例句 🎷n.乐萨克斯管;石板斧¹⁰⁰复数saxes亦作saxophone Noun: a Belgian maker of musical instruments who invented the saxophone 1814-1894a single-reed woodwind with a conical boreSax.=Saxonsax-表示岩saxophone萨克斯管 故事记忆老克最爱吹 Sax撒克斯赚钱要先交 Tax税太太把头发 Fix整理香水和头油 Mix混合向全世界发 Fax传真发传真宣传老克纳税光荣。故事记忆老克最爱吹 Sax撒克斯赚钱要先交 Tax税太太把头发 Fix整理香水和头油 Mix混合向全世界发 Fax传真近义词 saxophone萨克斯管 Psaxhornn.萨克斯号Psaxophonen.萨克斯管Psaxtuban.低音大萨克斯管Psaxophonistn.萨克斯管吹奏者
名词100% 用作名词Once I learned to play thesax.我曾经学习弹奏萨克斯管. I had no symptoms, no difficulty breathing or anything like that—and as a clarinetist and sax player, I'd have noticed. 没有征兆,呼吸自如,也没有其它不适——按理说,作为一名单簧管吹奏者和萨克斯管乐手,有病的话早该发现症状了。 yeeyan It was my tenor- sax teacher, Bill Sheiner, who gave me a way out of this limbo. 后来,多亏我的高音萨克斯管教师比尔·希尼尔给了我一条脱离苦海的道路。 yeeyan The original document remains untouched, but SAX provides the means for manipulating the data, which can then be directed to another process or document. 原始的文档仍然保持原样,但是 SAX提供了操作数据的手段,因此数据可以用于另一个进程或文档。 ibm The traditional way to avoid these inefficiencies was to use SAX. 避免这些效率低下之处的传统方法是使用 SAX。 ibm The SAX developer needs only extend this class, then implement methods that require insertion of specific logic. SAX开发人员只需扩展这个类,然后实现需要插入特定逻辑的方法。 ibm The SAX parser, the document handler, and the external classes for the other elements do not need any changes. SAX解析器、文档处理程序以及用于其他元素的外部类都不需要作任何修改。 ibm Then we described how you can improve performance of SAX and DOM applications. 然后,我们描述了如何提高 SAX和 DOM应用程序的性能。 ibm At any time during a parse, it is possible to register a new content handler, as stated in the SAX specification. 正如 SAX规范中所说的那样,在解析过程中的任意时刻,都可以注册一个新的内容处理程序。 ibm Because SAX is event driven, you'll want to be notified of, and react to, any errors that occur during validation. 因为 SAX是由事件驱动的,所以您需要在验证期间发生任何错误的时候得到通知,并对它作出反应。 ibm But it's also a handler, one that can deal with any standard SAX event simply by switching hats, taking on its parser role, and passing the event on to the next handler. 但同时也是一个处理程序,在承担解析器角色的同时,也能通过开关帽子处理任何标准 SAX事件,并把事件传递给下一个处理程序。 ibm But the focus of the example is the use of stored information to access subdocuments using our good friend the SAX parser. 但是该示例的焦点在于存储信息的使用以用我们的好朋友 SAX语法分析器来访问子文档。 ibm For this example, I chose the simpler and faster SAX implementation. 对于此实例,我选择更加简单且更加快速的 SAX实现。 ibm Furthermore, as already discussed, SAX consumes fewer resources than DOM, simply because it does not need to build the document tree. 而且,正如我们已讨论的, SAX比 DOM消耗的资源要少,这只是因为它不需要构建文档树。 ibm He had worked as a fisherman for many years, but once long ago he may, or may not, have played the tenor sax in a dance band in Istanbul. It was hard to know exactly what he was trying to tell me. 纳希打了很多年的鱼,但是在很久以前,他也许在伊斯坦布尔的一个舞厅乐队里吹过高音萨克斯管,但我不能确定,因为很难听得懂他到底对我说了些什么。 yeeyan However, for many applications, it is the right way to go, and it is certainly much simpler than SAX, the other major API for XML. 尽管如此,对于很多应用程序来说,它仍然是最佳选择,而且比 XML的另一个主要 API—— SAX无疑要简单得多。 ibm I wore sunglasses and played Heartbreak Hotel and God Bless the Child on my sax. 我戴着太阳镜,用萨克斯管吹奏《伤心旅馆》和《上帝保佑孩子》。 yeeyan If it's dereferenced in an attribute value, this attack can even damage a SAX-based system by overflowing the limits of a string. 如果与属性值没有任何关联,那么这种攻击甚至可以通过溢出字符串限制来损害基于 SAX的系统。 ibm If you're a little bored reading this section on DOM, you're not alone; I found it a little boring to write because applying what you've learned about SAX to DOM is so straightforward. 如果您在阅读 DOM这一节时感到一点乏味,那么您并不孤单;我在编写时也感到有些乏味,因为将已经学过的有关 SAX的知识应用到 DOM是如此简单。 ibm In general, you can best use SAX in scenarios where memory is a concern, when an application has to process large documents, or create its own representation in memory other than DOM. 通常,如果内存不充裕,而应用程序必须处理较大的文档,或者要在内存中创建自己的表示,那么您最好使用 SAX而不是 DOM。 ibm In particular, a significant portion of a SAX event handler is devoted to tracking how far the parser has gone in the document. 尤其是 SAX事件处理程序特别重要的一部分是致力于跟踪解析器已在文档中的执行程度。 ibm 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操作和特性会影响应用程序的性能,并描述如何编写性能最佳的应用程序。 ibm It streams data and events from the XML document, allowing it to be fast and efficient like SAX. 它将来自 XML文档的数据和事件流线化,使其可以像 SAX一样快速且高效。 ibm Now, if you follow the method in Listing3, your SAX code can hum along without even having to be recompiled, using different parser implementations as needed. 现在,如果使用“清单3”中的方法,那么 SAX代码甚至不必进行重新编译就能运行,并根据需要使用不同的语法分析器实现。 ibm Simply put, a filter is a SAX event handler that passes the events it receives to another event handler. 简单地说,过滤器是将接收到的事件传送给另一个事件处理程序的 SAX事件处理程序。 ibm Unlike SAX, it puts your program in control. 与 SAX不同,它将程序置于控制之下。 ibm Using SAX rather than DOM makes this transformation fairly time efficient, even though time was not a large consideration in developing it. 使用 SAX而不是 DOM使这一转换相当节省时间,即使时间不是开发它的主要考虑事项。 ibm What if you do not want to use SAX at all? 如果您完全不希望使用 SAX会怎样呢? ibm While I appreciate the power and flexibility of SAX parsers, I have also found that they require lots of tedious coding to track where the parser is in the document. 在我欣赏 SAX解析器的功能和灵活性的同时,我也发现它们需要进行大量冗长乏味的编码以跟踪解析器在文档中的位置。 ibm SAX defines many other events, but those are the main ones. SAX还定义很多其它事件,但这三个是最主要的。 ibm |