It is an axiom in the business world that a satisfied customer is the best advertisement.
满意的顾客是最好的广告,这是商界的格言。
A simple experiment that sends photons through three slits provides the best proof yet of an important axiom of quantum theory called Born's rule, say physicists in Canada and Austria.
加拿大和奥地利的物理学家介绍,这个简单的实验通过三个缝发出光子,为量子理论的一个重要公理“波恩定则”提供了最好的证明。
This is of course a private school, and proof of the fully transatlantic axiom that the more you pay for school, the less time your kids actually spend in it.
这当然是一所私立学校,也完全印证了美国的一条公理:你花的钱越多,你的孩子的在学校时间却越少。
It is an axiom of Internet dating that everyone allegedly has a sense of humor, even if evidence of it is infrequently on display.
互联网相亲有一条格言:每个人都据说有幽默感,即使很难在显示器上表达出来。
AXIOM provides a virtual document model it expands on demand, building only as much of the tree structure document model representation as has been requested by the client application.
AXIOM提供了一种可以按需扩展的虚拟文档模型,仅构建客户端应用程序所请求的树结构文档模型表示。
For a quick look at the AXIOM API in action, we'll look at some samples from the code used for performance - testing AXIOM against other document models.
为了简要地了解实际应用中的AXIOM API,我们将对一些示例进行研究,这些示例来自于对AXIOM与其他的文档模型进行性能测试对比的代码。
At the writing of this article, AXIOM is available as a 1.1 release which means that the interfaces described in this article should be stable.
在撰写这篇文章的时候,AXIOM 1.1已经发布,这意味着本文中描述的接口应该比较稳定。
When a data-binding framework is used to convert XML to and from application data structures, the data-bound XML is normally only a virtual part of the AXIOM document model.
当使用数据绑定框架在XML和应用程序数据结构之间进行转换时,数据绑定XML通常只是AXIOM文档模型的一个虚拟部件。
The whole point of AXIOM is to avoid building a full representation of XML data unless absolutely necessary.
AXIOM的关键思想是,除非在绝对必要的情况下,否则将避免构建完整的XML数据表示。
The generated stub for this case looks a lot like the data-binding examples, except that it passes an AXIOM element rather than data objects.
这种情况下生成的存根与数据绑定示例类似,但其中传递的是AXIOM元素而不是数据对象。
AXIOM has a lot in common with these other document models.
AXIOM与其他文档模型有许多相似之处。
If there was ever a product to disprove the axiom "If you build it, they will come," it's the Segway.
如果需要一个反驳“如果你造了他们就要”的真理,那就是赛格威。
One of the best aspects of AXIOM is that it attempts to provide a user-friendly API on top of cutting edge technologies like deferred construction.
AXIOM最好的一点是,努力在延迟构造这类高端技术上提供用户友好的API。
But based on the stuff happens axiom, a blue ribbon of approval from a development-phase code profiler will not serve you when you encounter inexplicable issues in production.
但是,根据stuffhappens公理,当您在生产中遇到无法说明的问题时,优秀的开发阶段代码性能分析可能无用武之地。
Suppose a user needs to get the value of element of the first person from an XML input stream, AXIOM builds the object model up to the end of element and leaves the rest in the stream.
假定某个用户需要从XML输入流中获得第一个人的元素值,AXIOM构建的对象模型将一直包含到元素结束的内容,而让其他内容保留在流中。
Since a parser delivers data in document order (the same order items appear in the XML document text), the on-demand construction implemented by AXIOM requires some clever handling.
因为解析器按照文档顺序(与XML文档文本中项目的出现顺序相同)传递数据,所以AXIOM所实现的按需构造需要某种灵活的处理方法。
At present, AXIOM does not allow you to register a content handler with an OMElement to receive SAX events.
到目前为止,AXIOM还不允许使用OMElement注册内容处理程序来处理收到的SAX事件。
Xerces2 was especially bad in this case, but AXIOM also showed a lot of overhead which is probably the most troubling issue this chart shows.
Xerces2在这种情况下最糟糕,但是AXIOM也出现了较大的开销,这可能是该图表中反映出来的最麻烦的问题。
Indonesians are a well-known proof of a popular axiom 'wealth is not everything'.
印尼是一个著名的一个受欢迎的公理证明“财富不是万能的”。
XML processing model: Axis2 introduces a new model called AXIOM for processing SOAP messages.
XML处理模型:Axis2引入了一个名为axiom的新模型,用于处理SOAP消息。
It's a definition. It's an axiom.
是一个定义,是一个原理。
The advantage of AXIOM over other XML representations is that it is based on a pull parser technique, while most others are based on a push parser technique.
AXIOM相对于其他XML表示形式的优势在于,它基于pull解析器技术,而其他大多数则基于push解析器技术。
AXIOM doesn't have to be built using a StAX parser.
并不一定必须使用StAX解析器来构建AXIOM。
AXIOM handles this by using an org.apache.AXIOM.om.OMDataSource as a wrapper for the data binding conversion.
AXIOM通过使用or g .apache . AXIOM . om . om DataSource作为数据绑定转换的包装来处理这个问题。
The possible choices include using AXIOM directly, using a simple data binding approach similar to the original Axis, or using a specialized data binding framework such as XMLBeans, JiBX, or JAXB 2.0.
可能的选择包括,直接使用AXIOM,使用与原来的Axis相似的简单数据绑定方法,或使用XMLBeans、JiBX 或JAXB 2.0等专用数据绑定框架。
Another example would be when a web service implementation can consume StAX events directly, because of AXIOM, the memory requirements are very low for that web service.
另一个例子是,当Web服务实现能够直接使用StAX事件时,由于采用了AXIOM, Web服务所需的内存非常小。
You must wrap your IoC beans in a method that has a signature according to the Axis2 AXIOM architecture.
您必须根据Axis2AXIOM架构将IoCbean打包到一个具有签名的方法中。
Otherwise, you use a generated message receiver class that ADAPTS between the Axis2 AXIOM-based interface and service code that USES data objects.
否则,就可以使用生成的消息接收器类,其在基于Axis2AXIOM的接口和使用数据对象的服务代码之间进行适配。
Were filled with the divine and moral guilt I feel is the source of the first I have a moral axiom.
人内心充满神性而又有罪责感是吾人道德的源泉,是吾人道德产生的第一公理。
Were filled with the divine and moral guilt I feel is the source of the first I have a moral axiom.
人内心充满神性而又有罪责感是吾人道德的源泉,是吾人道德产生的第一公理。
应用推荐