网站首页  词典首页

请输入您要查询的英文单词:

 

单词 XQuery
释义

XQuery

  • 网络查询语言;查询概述;路径表达式
1.
查询语言
...相比,XML数据类型具有更多的优点,如可使用可扩展查询语言XQuery)以及修改或检索XML数据中的特定元素或属性等 …
aimonhai.blog.163.com
2.
查询概述
Oracle11g数据库系统设计、开发、管理与应用... ... 19.3 XML 模式概述 436 19.5 XQuery 查询概述 444 1.3 E-R 模型 9 ...
baike.baidu.com
3.
路径表达式
路径表达式 (XQuery) 在路径表达式步骤中指定轴 指定路径表达式步骤中的节点测试 指定路径表达式步骤中的谓词 在路径表达 …
msdn.microsoft.com
4.
类型系统
8、类型系统xquery):(1)预定义的 xquery 类型包括: http://www.w3.org/2001/xmlschema 定义的内置类型,预定义前缀 x…
www.hn1c.com
5.
简介
《XML、XML Schema、XSLT... ... 16.2.2 for 表达式 17.1 XQuery 简介 17.3 XQuery 基础 ...
www.q766.com
6.
基础
《XML、XML Schema、XSLT... ... 17.1 XQuery 简介 17.3 XQuery 基础 17.4.7 FLWOR 表达式 ...
www.q766.com

例句

释义:
1.
To a large degree, the return sequence of an XQuery function depends exclusively on the parameters with which you call it.
在很大程度上,一个XQuery函数的返回序列只取决于调用该函数时使用的参数。
www.ibm.com
2.
The XML Query Working Group did not draw up a formal list of the principles that guided the design of XQuery.
XMLQuery工作组没有起草指导XQuery设计的正式原则表。
www.ibm.com
3.
While XQuery was designed for querying large document bases, it serves as a fine tool for transforming simple documents as well.
虽然XQuery是为了查询大型文档而设计的,但是对于转换简单的文档,它也是一个不错的工具。
www.ibm.com
4.
I talked to several database vendors on the exhibit floor and attended several more XQuery presentations to try to make some sense of this.
我与展区内的一些数据库提供商进行了交谈,也参加了另外一些有关XQuery的演讲,以加深对它的理解。
www.ibm.com
5.
FLWOR ( "flower" ) is often mentioned in the context of XQuery.
FLWOR(“flower”)经常会在XQuery上下文中提到。
www.ibm.com
6.
XQuery uses a concise set of commands to make it easy to work with XML data.
XQuery使用一组简洁的命令,很容易处理XML。
www-128.ibm.com
7.
Additionally, the existential nature of the XQuery general comparison predicates requires attention when you express a "between" condition.
另外,当表达“between”条件时,需要注意XQuery一般比较谓词的存在本质。
www.ibm.com
8.
It is often used outside of any relational databases to query XML data, which may be stored in text files.
XQuery常用于在关系数据库外查询XML数据,这些数据可能存储在文本文件中。
www.ibm.com
9.
For advanced XML users, XQuery can be very helpful in querying and extracting content out of large XML documents.
对于高级XML用户,XQuery在查询和从大型XML文档抽取内容时非常有帮助。
www.ibm.com
10.
For the moment, most native XML databases fill this hole in various, proprietary ways, often implemented as an XQuery extension.
目前来说,多数原生XML数据库都以各种不同的、专有的方式填补了这一漏洞,通常作为XQuery的扩展实现。
www.ibm.com
1.
This fluidity makes XQuery just as appropriate as a database search system as it is to queue filtering.
这种可塑性使XQuery不仅适合作为数据库搜索引擎,还可用于队列筛选。
www.ibm.com
2.
From a development costs perspective, the XQuery approach turned out to be a significant savings.
从开发成本角度看,XQuery方法已证实可以节约大量成本。
www-128.ibm.com
3.
Plain XQuery does not allow you to call SQL user defined functions (UDFs) or external UDFs written in C or Java.
普通XQuery不允许您调用SQL用户定义的函数(UDF)或者用C语言或Java编写的外部UDF。
www.ibm.com
4.
The next example filters the set of input documents to XQuery by joining with a nickname.
下一个示例通过与昵称连接过滤一组到XQuery的输入文档。
www.ibm.com
5.
An XPath statement in an XQuery or XSLT stylesheet might test for one of the predefined elements and also display the known color.
XQuery或XSLT样式表中的一个XPath语句可能测试一个预定义元素并显示已知颜色。
www.ibm.com
6.
XQuery allows a client to describe precisely the type of XML document that it would like the server to return.
XQuery允许客户端精确描述希望服务器返回的XML文档类型。
www.ibm.com
7.
As you might imagine, the XQuery where clause enables you to filter results based on the value of the zip element in your XML documents.
与您想像的一样,通过XQuerywhere子句可以根据XML文档中zip元素的值来过滤结果。
www.ibm.com
8.
At the end of this tutorial, you will have a working example of an XQuery function and its applicability to a business requirement.
在教程的末尾,您将拥有自己的XQuery函数示例,它能够正常工作并且可以满足业务需求。
www.ibm.com
9.
Added to the list of requirements for a view that direct references to Xquery expressions are not allowed in an indexed view definition.
在视图的要求列表中添加了在索引视图定义中不允许使用对Xquery表达式的直接引用的说明。
technet.microsoft.com
10.
Using SQL group by and aggregation functions on that table is usually more efficient than producing the same result in plain XQuery.
对该表使用SQL的groupby函数和聚集函数通常比使用生成相同结果的普通XQuery更有效。
www.ibm.com
1.
For each purchase order an XQuery is executed that returns a formatted result of each product subtotal.
对于每个采购订单,都将执行一个XQuery,返回每个产品小计的格式化结果。
www-128.ibm.com
2.
XQuery is good for XML-only applications that do not need (or do not wish) to use SQL or relational structures.
对于仅涉及XML、不需要(或不希望)使用SQL或关系结构的应用程序来说,XQuery很适用。
www.ibm.com
3.
XQuery looks like SQL and solves many of the SQL problems that cause me to run back to my bookshelf for answers.
XQuery看起来很像SQL,解决了很多我不得不从书架上翻找答案的问题。
www-128.ibm.com
4.
Depending on the XQuery implementation, this construction may be inefficient in terms of memory consumption.
根据XQuery实现,这个构造可能在内存使用方面效率低下。
www.ibm.com
5.
I'll show you a few quick XQuery expressions to give you a flavor of what XQuery can do, and then move on to the screen-scraping examples.
然后我们将介绍一些快速的XQuery表达式,让您对XQuery能够做什么形成一种认识,最后我们将再转到屏幕搜集的示例上。
www.ibm.com
6.
The transform expression is at the core of the XQuery Update Facility, an emerging standard to extend XQuery to modify XML documents.
转换表达式是XQueryUpdateFacility的核心,是即将形成的用于修改XML文档的XQuery扩展标准。
www.ibm.com
7.
The tutorial ends with a section on mixing XQuery and SQL and combining the power of the two languages.
本教程的最后一节介绍如何混合使用XQuery与SQL,将这两种语言的威力组合起来。
www.ibm.com
8.
One of the language syntax requirements for XQuery is that the Query language MUST be convenient for humans to read and write.
XQuery的语法要求之一是Query语言必须是方便人们读写的。
www.infoq.com
9.
XML Query, often abbreviated as XQuery, is a specification that's been around in one form or another for a few years now.
XMLQuery,通常缩写为XQuery,是一种已经以这样或那样的方式存在几年的规范。
www.ibm.com
10.
IBM provides XQuery functions that allow you to query relational data and mix and match the results with the XML from the XML-aware columns.
IBM提供的XQuery函数允许查询关系数据,并与来自支持XML的列的XML结果组合在一起。
www.ibm.com
1.
XQuery implementations usually deliver both the XQuery scripting capability and a data persistence or storage facility.
Xquery实现一般同时提供Xquery脚本能力和数据持久性或者存储设施。
www.ibm.com
2.
Instead, you write an XQuery that transforms your existing response data into a RosettaNet response.
相反,只需要编写一个XQuery,将现有的响应数据转化成RosettaNet响应。
www-128.ibm.com
3.
As such, it is a good option if your applications require querying and manipulating XML data only, and do not involve any relational data.
同样,如果您的应用程序只需查询和操纵XML数据,且不涉及任何关系型数据,那么XQuery也是一种极为出色的选择方案。
www.ibm.com
4.
It is possible to create views on XML that apply XQuery update to hide or restructure portions of XML.
可以在XML上创建视图,应用XQuery更新隐藏或调整XML的某些部分。
www.ibm.com
5.
SQL embedded in XQuery also allows you to run external functions on the XML columns.
嵌入在XQuery中的SQL允许您在XML列上运行外部函数。
www.ibm.com
6.
The XQuery modules feature allows you to group commonly used functions and variables in reusable library modules.
有了XQuery模块特性,您可以将常用的函数和变量组织在可重用的库模块中。
www.ibm.com
7.
One of the main benefits of XQuery over other formats is that you can contain the processing and XML within the same file.
XQuery与其他格式相比的主要优点之一是在同一个文件中可以包含处理和XML。
www.ibm.com
8.
Less mature than XSLT as a specification, XQuery may become the SQL of the next decade.
作为规范,它还不如XSLT成熟,XQuery也许会成为今后十年里的SQL。
www-128.ibm.com
9.
Using XQuery, it takes only a few lines of code to retrieve valuable information from your Maven POM files.
使用XQuery,只需几行代码就可以从您的MavenPOM文件检索有价值的信息。
www.ibm.com
10.
The Saxon XQuery engine was used to compile and execute the query against the DOM object of the document.
SaxonXQuery引擎被用来编译和执行针对文档DOM对象的查询。
www.ibm.com
1.
A feature of XQuery is its ability to indicate a specific document to which you can apply a query.
XQuery的一个特性是,能够指出您可以向其应用查询的特定文档。
www.ibm.com
2.
I expect the SQL-style approach will wind up in the XQuery specification.
我希望XQuery规范最终将采用SQL风格的方法。
www-128.ibm.com
3.
The view can be queried with SQL statements and embedded XQuery, as shown in the following example.
可以使用SQL语句和嵌入式XQuery查询该视图,如下面的示例所示。
msdn2.microsoft.com
4.
Casting to a string or untypedAtomic type transforms the value to its XQuery canonical lexical representation.
转换为字符串类型或untypedAtomic类型会将值转换为其XQuery规范词汇表示形式。
msdn2.microsoft.com
5.
XQuery greatly enhances UDDI solutions as it better manages and governs the resources listed in a UDDI registry.
XQuery在很大程度上增强了UDDI解决方案,因为可以更好地管理和控制UDDI注册中心列出的资源。
www-128.ibm.com
6.
My interest in XQuery comes from its implementation as a native XML environment for application development.
我对XQuery感兴趣,是因为它是作为应用程序开发的本机XML环境来实现的。
www-128.ibm.com
7.
With information specified as an XML document, you can retrieve data with an XML query language, like XQuery.
如果信息用XML文档给出,可以用XML查询语言如XQuery检索数据。
www.ibm.com
8.
To achieve this, the XMLQUERY function allows you to embed any XQuery expression in an SQL statement.
为了实现这个目标,XMLQUERY函数允许在SQL语句中嵌入XQuery表达式。
www.ibm.com
9.
The XQuery data model supports any general type of document and any general dynamic parameter used to fetch and construct the document.
XQuery数据模型支持任何一般类型的文件和用于获取和构建文件的任何一般动态参数。
www.infoq.com
10.
As you type SQL and XQuery statements in the editor, the syntax in the statements is validated.
当您在编辑器中输入SQL和XQuery语句时,工具会验证这些语句的语法。
www.ibm.com
1.
If the local store is an XML database, the XQuery processing might be even faster because of the indices in the database.
如果本地存储是一个XML数据库,那么由于数据库中的索引,XQuery处理甚至可能会更快。
www.ibm.com
2.
XQJ is a generic XQuery data access framework, which provides a uniform interface on top of a variety of different XQuery implementations.
XQJ是一个通用的XQuery数据访问框架,它在许多不同的XQuery实现之上提供了一个统一的接口。
www.infoq.com
3.
XQuery is a language for fetching data similar to SQL, but it has more sophisticated data manipulation constructs.
XQuery是类似于SQL的语言,用于获取数据,但是其数据操作构造更为成熟。
www.ibm.com
4.
Any path in an SVG file can be located by parsing the XML or using advanced techniques like XQuery or XPath.
SVG文件中的任何一条路径都可以通过解析XML或使用像XQuery或XPath这样的先进技术被定位。
www.ibm.com
5.
The purpose of this chapter is to discuss the major influences on the design of the XQuery language.
本章着重讨论XQuery语言设计时的主要影响。
www-128.ibm.com
6.
XQuery uses XPath expression syntax to address specific parts of an XML document.
XQuery使用XPath表达式语法来解析XML文档中的特殊部分。
www.infoq.com
7.
Fields of a relational database resulted in poor query performance when an XQuery engine was simply layered on top.
字段中,然后简单地增加一个XQuery引擎层,结果查询性能很差。
www-128.ibm.com
8.
XQuery uses a simple syntax that is a mix of XML, XPath, comments, functions, and a special expression syntax to tie it all together.
XQuery采用一种简单的语法,混合了XML、XPath、注释、函数以及将其结合在一起的专用表达式语法。
www.ibm.com
9.
You need to run Listing 7 in an instance of the eXist XML database loaded as an XQuery file.
您需要在作为XQuery文件下载的eXistXML数据库的实例中运行清单7。
www.ibm.com
10.
Also, because XQuery is a functional programming language, each function stands on its own.
此外,由于XQuery是一种函数型编程语言,所以每个函数都是独立的。
www.ibm.com
1.
Unlike a traditional Web application framework, XQuery can construct the business logic easily in a query file.
与传统的Web应用程序框架不同,Xquery很容易在查询文件中构造业务逻辑。
www.ibm.com
2.
Its auto-code complete features enable you to create XQuery documents easily.
它的自动代码完成特性让您能够轻松地创建XQuery文档。
www.ibm.com
3.
On close inspection of this query, only a single character differs from the XQuery shown earlier.
仔细观察这个查询,其中只有一个字符与前面显示的XQuery不同。
www.ibm.com
4.
The "let" statement is itself composed of a FLWOR (for, let, where, order by, and return) XQuery expression.
“let”语句本身由一个FLWOR(for、let、where、orderby和return)XQuery表达式组成。
www.ibm.com
5.
Although grouping and aggregation can be expressed in XQuery using self-joins, it is quite awkward.
尽管可利用自连接在XQuery中表示分组和聚集,但那非常糟糕。
www.ibm.com
6.
However, the return clause of XQuery enables you to transform XML output as needed.
不过,通过XQuery的return子句可以按照需要转换XML输出。
www.ibm.com
7.
You can import any number of library modules into the main XQuery module that contains the XQuery body.
可以将任意数量的库模块导入到包含XQuery主体的主XQuery块中。
www.ibm.com
8.
With some effort, data does not even need to be in XML format to be processed using XQuery.
通过一些工作,数据甚至不必是XML格式就可以使用XQuery处理。
www.ibm.com
9.
Lots of other implementations of XQuery are available, some free, some commercial -- see Resources for some places to look.
还有其他XQuery实现可以使用,有些是免费的,有些是商业的——请参阅参考资料,去一些地方看看。
www.ibm.com
10.
XML and XQuery are emerging standards with an increasing adoption in information management.
XML和XQuery则是两项新兴标准,正越来越多地在信息管理中采用。
www.ibm.com
1.
The same query can be formulated using FLWOR expressions commonly associated with XQuery statements.
可以使用FLWOR表达式构造同样的查询,这种表达式常常与XQuery语句相关联。
www.ibm.com
2.
Data type forms the input XQuery data model on which the XQuery expressions are executed.
数据类型形成输入XQuery数据模型,XQuery表达式在此模型上执行。
msdn2.microsoft.com
3.
XQuery clearly outperforms publishing queries when complex data must be retrieved.
当必须检索复杂的数据时,XQuery明显优于发布查询。
www.ibm.com
4.
As with the basic changes, each query has its specification, the equivalent XQuery statement, and its result.
和基本变化一样,每个查询都有相当于XQuery语句的规范和结果。
www.ibm.com
5.
You can check this output using any of a number of XQuery clients.
您可以使用任何数量的XQuery客户端检查这一输出。
www.ibm.com
6.
Note that XQUERY, by default, serializes its result set into a CLOB.
注意,默认情况下,XQUERY会将它的结果串行化为一个CLOB。
www.ibm.com
7.
Given that XPath and XQuery are already used within the XML database for navigation and query, these skills are likely already known.
鉴于XPath和XQuery已经用于在XML数据库中进行导航和查询,这些技术可能已经为程序员所熟悉。
www.ibm.com
8.
The listings that follow describe each display area and explain the main principles of what XQuery does.
随后的清单描述了每个显示区域并解释了XQuery的主要工作原理。
www.ibm.com
9.
Both SQL and XQuery can be combined in a single statement to restrict searches for both XML and non-XML columns.
SQL和XQuery可以组合在一个语句中,从而同时限制对XML和非XML列的搜索。
www-128.ibm.com
10.
This game was developed to help you use the skills built with the " SQL and XQuery tutorial for IBM DB2" tutorial series.
这个游戏是为了帮助您应用在“DB2SQL与XQuery教程”系列中掌握的技能而设计的。
www.ibm.com
1.
It is a waste not to use XQuery outside of native XML databases, as well.
不在原生XML数据库之外使用XQuery也是一种浪费。
www.ibm.com
2.
We also just got a code contribution to support XQuery, that's another candidate proposal for the spec.
我们还刚刚收到了一份支持XQuery的捐献代码,这也是一个候选提案。
www.infoq.com
3.
Further, some XQuery expressions are repeated within a variety of processing routines.
另外,一些XQuery表达式在许多处理例程中是重复的。
www.ibm.com
4.
XQuery functions are strongly typed, support recursion, and can be declared as internal or external.
XQuery函数是强类型的,支持递归,可声明为内部函数或外部函数。
www.ibm.com
5.
Using XQuery to query against and transform an XML model is an excellent way to make that happen in a contemporary Web application.
使用XQuery查询和转换XML模型是在现代Web应用程序中实现以上目标的出色方式。
www.ibm.com
6.
You specify XQuery against an xml type column or variable by using one of the XML Data Type Methods.
使用XML数据类型方法之一对xml类型列或变量指定XQuery。
msdn2.microsoft.com
7.
Listing 4 shows an even simpler XQuery expression, which outputs the number of distinct publishers in the bibliography in a single element.
清单4显示了一个更简单的XQuery表达式,它把书目中不同出版商的数量,在一个元素中输出。
www.ibm.com
8.
Indeed, most XQuery implementations have extended beyond the XQuery standard to enable XQuery to make SOAP requests.
实际上,多数XQuery实现都经过扩展超出了XQuery标准,以便XQuery能够进行SOAP请求。
www.ibm.com
9.
The service uses XQuery to determine if the cache is valid based on a query to the metadata description of the service request.
服务使用XQuery根据对服务请求元数据查询的结果描述判定缓冲是否有效。
www-128.ibm.com
10.
This topic provides XQuery examples against XML instances that are stored in various xml type columns in the AdventureWorks database.
本主题提供了一些对XML实例的XQuery示例,这些实例存储在AdventureWorks数据库内不同的xml类型列中。
msdn2.microsoft.com
1.
The service uses XQuery to determine if the cache is valid based on a query to the metadata description of the service request.
服务使用XQuery根据对服务请求元数据查询的结果描述判定缓冲是否有效。
www-128.ibm.com
2.
This topic provides XQuery examples against XML instances that are stored in various xml type columns in the AdventureWorks database.
本主题提供了一些对XML实例的XQuery示例,这些实例存储在AdventureWorks数据库内不同的xml类型列中。
msdn2.microsoft.com
3.
Most native XML databases provide XQuery extensions that are designed to run fast.
大多数原生XML数据库提供用于快速运行的XQuery扩展。
www.ibm.com
4.
The real reason that businesses fail to take advantage of the full power of XQuery is fear of the unknown.
对于那些未能利用XQuery的全部威力的公司,真正的原因是害怕未知事物。
www.ibm.com
5.
Just like SQL is a query language designed for the relational data model, XQuery is a language designed specifically to query XML data.
正如SQL是为关系型数据模型设计的查询语言一样,XQuery是专为查询XML数据设计的语言。
www.ibm.com
6.
Outside XML databases, you can use command-line programs or write a few lines of Java code to invoke XQuery.
在XML数据库外部,您可以使用命令行程序或编写几行Java代码来调用XQuery。
www.ibm.com
7.
XQuery, the language that can be used to query XML documents, has added extensions to perform sub-document updates on XML documents.
XQuery是用于查询XML文档的语言,它已增加了支持在XML文档上执行子文档更新的扩展。
www.ibm.com
8.
You can then use XQuery, SQL, or any of the application development interfaces that DB2 offers, to access and manipulate the XML data.
然后,可以使用XQuery、SQL或者DB2提供的任何应用程序开发接口访问和操纵XML数据。
www.ibm.com
9.
For this sample dashboard, I use publicly available data to illustrate how XQuery handles integration scenarios.
以这个指示板示例为例,我使用了公开可用的数据来说明XQuery是如何处理集成场景的。
www.ibm.com
10.
However, some implementers and existing implementations offer a more free-form way of composing an update with XQuery.
但是,一些实现者和现有的实现提供了一种更加自由的方式来利用XQuery组成更新。
www.ibm.com
1.
However, some implementers and existing implementations offer a more free-form way of composing an update with XQuery.
但是,一些实现者和现有的实现提供了一种更加自由的方式来利用XQuery组成更新。
www.ibm.com
2.
This compares more to a sub-select within an SQL where clause, but the XQuery syntax seems more intuitive and natural.
更像是SQLwhere子句中的子选择,但是XQuery语法看起来更直观自然。
www.ibm.com
3.
2006 was no exception: XQuery still didn't arrive in force or even get to a finished specification.
年也不例外:XQuery仍然没有大规模采用,甚至还没有形成完整的规范。
www.ibm.com
4.
The XQuery that creates the details information for the product is saved as a stored procedure.
创建产品详细信息的XQuery保存为存储过程。
www-128.ibm.com
5.
When it's sensible to begin using XQuery really depends on when you're reading this column and how eager you are to start using a new spec.
何时开始使用XQuery才是明智的取决于您何时阅读本专栏以及您是否十分渴望开始使用一种新规范。
www.ibm.com
6.
Many person-years have been spent in defining XQuery, and many more will be spent on its implementation.
已经花费了许多人力和时间来定义XQuery,并将为其实现花费更多。
www.ibm.com
7.
Like previous examples, we want to return a valid XML document, so we will wrap the result of the XQuery with the root XML element.
与前面的示例相似,我们要返回一个有效的XML文档,所以将XQuery的结果封装在XML根元素中。
www.ibm.com
8.
The XML Data Modification Language (XML DML) is an extension of the XQuery language.
XML数据修改语言(XMLDML)是XQuery语言的扩展。
msdn2.microsoft.com
9.
XQuery, at its simplest, is a language used to define searches of XML documents.
简言之,XQuery就是用于定义XML文档搜索的一种语言。
www.ibm.com
10.
A standard FileReader object is instantiated with the location (as a string) of the XQuery file in the constructor.
在构造函数中,将使用XQuery文件的位置(一个字符串)实例化一个标准的FileReader对象。
www.ibm.com
1.
A standard FileReader object is instantiated with the location (as a string) of the XQuery file in the constructor.
在构造函数中,将使用XQuery文件的位置(一个字符串)实例化一个标准的FileReader对象。
www.ibm.com
2.
Scalability and performance of XQuery solutions depend on the target of the XQuery implementation.
XQuery解决方案的可伸缩性和性能取决于XQuery实现的目标。
www-128.ibm.com
3.
Listing 15 shows how XQuery update can be used to produce the novation response or confirmation.
清单15展示了如何使用XQuery更新产生约务更替响应或确认。
www.ibm.com
4.
The XQuery is sent as the value of the _query field in the URL's query string (the part of the URL after a question mark).
XQuery被作为URL的查询字符串(URL中引号后的部分)中的_query字段的值发送。
www.ibm.com
5.
The FpML XQuery update example in this article (see Figure 6) illustrates producing a response to a novation request (see Resources).
本文中的FpMLXQuery更新例子(参见图6)演示了如何为一个约务更替请求产生一个响应(参见参考资料)。
www.ibm.com
6.
XQuery is a solution that enables your business to migrate to the new standard without stopping your existing sales operation.
XQuery可以帮助您迁移到新标准,又不会终止现有的销售操作。
www.ibm.com
7.
Note that both document and unparsed-text are in the XSLT function set, not the "fn: " F&O set, and are not available for XQuery and XForms.
注意,document和unparsed-text都属于XSLT函数集,而不属于“fn:”F&O集合,并且不能在XQuery和XForms中使用。
www.ibm.com
8.
To software architects and developers, XQuery delivers increased productivity and agility.
对于软件架构师和开发人员而言,XQuery提高了生产率,增加了敏捷性。
www-128.ibm.com
9.
In particular, you can use relational predicates to restrict the input to a particular XQuery.
特别是您可以使用关系型谓词来约束特定XQuery的输入。
www.ibm.com
10.
Note that you should carefully check the performance of the access through the XQuery update views.
注意,应该仔细检查通过XQuery更新视图进行访问的性能。
www.ibm.com
1.
Note that you should carefully check the performance of the access through the XQuery update views.
注意,应该仔细检查通过XQuery更新视图进行访问的性能。
www.ibm.com
2.
Now that SQL has helped obtain a subset of XML documents, the XQuery uses a let binding to a variable $total.
既然SQL已经帮助我们获得了XML文档的子集,XQuery的操作范围就确定了;XQuery使用一个绑定到变量$total的let。
www.ibm.com
3.
Database companies see XQuery as an opportunity to augment their core solutions.
数据库公司将XQuery看作一个机会,与其核心解决方案互相补充。
www-128.ibm.com
4.
In XQuery, the code relies on XPaths to point directly to the interesting elements and loops must be written explicitly.
在XQuery中,代码依赖于XPath直接指向感兴趣的元素,且循环必须显式编写。
www.ibm.com
5.
Employing non-unique element names can hinder your ability to evaluate or profile some XQuery or XPath alternatives for locating your data.
采用非唯一元素名称会影响您评估或剖析一些用于定位数据的XQuery或XPath替代方法。
www.ibm.com
6.
XOP is a means of more efficiently serializing XML Infosets that have certain types of XQuery and XPath 2. 0 element content.
XOP是一种更有效的方法,用于序列化包含特定类型的Xquery和Xpath2.0元素内容的XMLInfoset。
www.ibm.com
7.
Finally, XQuery works best on "hybrid" documents -- documents that contain both narrative flow and quantified data.
最后,XQuery最擅长处理“混合”文档―同时包含叙述流和量化数据的文档。
www.ibm.com
8.
XQuery implementations exist for most available programming languages.
多数现有的编程语言都有XQuery实现。
www-128.ibm.com
9.
An equally important benefit to the XQuery processor is the ability to define policies that operate on the data at runtime in the mid-tier.
XQuery处理器另一个同等重要的优点是能够定义策略,这些策略被中间层用来在运行期操作数据。
www.infoq.com
10.
Finally, the main web page examines the master file, extracts the data using XQuery, and renders the final display.
最后,主web页面检查主文件,使用XQuery抽取数据,并呈现最终显示。
www.ibm.com
1.
Finally, the main web page examines the master file, extracts the data using XQuery, and renders the final display.
最后,主web页面检查主文件,使用XQuery抽取数据,并呈现最终显示。
www.ibm.com
2.
XQuery, on the other hand, allows you to sort the results or transform them into HTML, CSV, SQL, or any other text-based format.
另一方面,XQuery允许对结果排序或者将其转换成HTML、CSV、SQL及其他任何基于文本的格式。
www.ibm.com
3.
In which it takes XML tto be the unified view, takes the overall situation query language with XQuery .
其中用XML作为整个集成系统的统一视图,用XQuery作为全局查询语言。
www.juhe8.com
4.
The XQuery where clause contains the join condition, comparing the manager names with the employee name elements.
XQuery的where子句包含连接条件,这些条件用于主管姓名与员工姓名元素的比较。
www.ibm.com
5.
You cannot write business logic in XQuery because XQuery focuses exclusively on querying and transformation.
您不能用XQuery编写业务逻辑,因为XQuery仅关注查询和转换。
www.ibm.com
6.
These problems require the programmer to move beyond XPath to a tool like XQuery.
这些问题要求程序员越过XPath而求助于XQuery之类的工具。
www.ibm.com
7.
New query language support (for XQuery), a new graphical query builder (for XQuery), and new query optimization techniques.
新查询语言支持(针对Xquery)、新图形查询构建程序(针对Xquery)和新查询优化技术。
www.ibm.com
8.
XMLTABLE is a SQL table function that returns a table from the evaluation of XQuery expressions on an XML document.
XMLTABLE是一个SQL表函数,它对一个XML文档执行XQuery表达式并返回一个表。
www.ibm.com
9.
The code in Listing 6 creates an XQuery expression that reaches out to the required element.
清单6中的代码创建了一个到达所需元素的XQuery表达式。
www.ibm.com
10.
That index cannot be used in Query 8 because the join condition is not a relational predicate but an XQuery predicate.
此索引无法在查询7中使用,因为其连接条件并非关系型谓词,而是一个XQuery谓词。
www.ibm.com
1.
Programmers can now search for data using SQL or XQuery, a new query language that supports navigational (or path-based) expressions.
程序员现在可以使用SQL或XQuery搜索数据,XQuery是一种新的查询语言,支持导航(即基于路径的)表达式。
www.ibm.com
2.
The XQuery body is made up of a sequence of expressions that specify the intended query result.
XQuery主体由指定预期查询结果的一些表达式组成。
msdn2.microsoft.com
3.
The XQuery documentation refers to the transform process as a query but the meaning is the same.
XQuery文档将转换过程称作查询,但含义是一样的。
www-128.ibm.com
4.
The parameter marker is passed as a variable ($z) into the XQuery expression.
参数标志作为一个变量($z)传递给XQuery表达式。
www.ibm.com
5.
The SQL view definition is read-only and must be manipulated with embedded XQuery.
SQL视图定义是只读的,且必须使用嵌入式XQuery来操作。
msdn2.microsoft.com
6.
Users can retrieve entire XML documents or document fragments by incorporating XPath, XQuery, and SQL into queries.
通过将XPath、XQuery组合进行查询,用户可以检索整个XML文档或文档片断。
www.ibm.com
7.
XQuery as the view used in conjunction with XML as the data represents an even better way to split the concerns.
在视图中使用XQuery并在数据中使用XML是分离关注点的更好方式。
www.ibm.com
8.
Note that you only need to do this if you are using XQuery as the outermost (or top level) language.
注意,只有在使用XQuery作为最外层(顶层)语言的时候才需要这么做。
www.ibm.com
9.
This sample grammar is extremely small and does no justice to the richness of expression and data types supported by XQuery.
该样本语法非常小,并不能妥善处理XQuery支持的丰富的表达式和数据类型。
www.ibm.com
10.
XQuery provides a better user experience by reducing the size of content transmitted over the network.
XQuery通过减少在网络上传输的内容提供了更好的用户体验。
www.ibm.com
1.
I predict XQuery will become a very important example of the latter.
我预计XQuery将成为强类型XML处理语言的一种重要例子。
www.ibm.com
2.
The spec (being led by Oracle) aims to provide standard programmatic access for XQuery implementations in Java.
其规范(由Oracle领导)的目标在于为XQuery的Java实现提供标准的便捷的访问接口。
www.infoq.com
3.
FastSOA is an architecture that provides a mid-tier service binding, XQuery processor, and native XML database.
FastSOA是一种架构,提供了中间层服务绑定,XQuery处理器和本地XML数据库。
www.infoq.com
4.
But what happens in the case of XQUERY and SQL together in the same request?
那么,当同一个请求中同时出现XQUERY和SQL时会怎样呢?
www.ibm.com
5.
A path expression in XQuery consists of a series of steps, separated by slash characters.
XQuery中的路径表达式由一系列的“步(step)”组成,之间以斜杠隔开。
www.ibm.com
6.
Listing 11 also demonstrates Zorba's support for the XQuery where clause, which is commonly used to filter the output result set.
清单11还显示Zorba对XQuerywhere子句的支持,它通常用于过滤结果集的输出。
www.ibm.com
7.
Each email is stored internally as an XML document and accessed using XQuery.
每一封电子邮件都被存储为一个XML文档,并通过XQuery对其进行访问。
www.ibm.com
8.
Like SQL, XQuery contains functions for extracting, summarizing, aggregating, and joining data from multiple datasets.
像SQL一样,XQuery包含从多个数据集中提取数据、汇总数据、聚合数据和连接数据的函数。
www.ibm.com
9.
Note that the XQuery is specified against the Instructions column of xml type.
请注意,XQuery是针对xml类型的Instructions列指定的。
msdn2.microsoft.com
10.
XQuery is a World Wide Web Consortium (W3C) standard designed specifically for extracting information from XML documentation.
XQuery是一种万维网联盟(W3C)标准,专门为从XML文档中提取信息而设计。
www.ibm.com
1.
The two need not be mutually exclusive, and indeed some repositories that implement XAPI also implement XQuery.
两者不一定互相排斥,事实上有些存储库同时实现了XAPI和XQuery。
www.ibm.com
2.
The XQuery prolog is a series of declarations and definitions that together create the required environment for query processing.
XQueryprolog是一系列声明和定义,这些声明和定义一起创建所需的查询处理环境。
msdn2.microsoft.com
3.
The application simply sends an SQL UPDATE statement with an embedded XQuery transform expression to the DB2 server ( Figure 2).
应用程序只需向DB2服务器发送一个包含XQuery转换表达式的SQLUPDATE语句(图2)。
www.ibm.com
4.
This first part of the article shows how you can use pure XQuery to start classifying content.
本文的第一部分展示如何使用纯XQuery对内容进行分类。
www.ibm.com
5.
However, XQuery column names are represented with a number.
然而,XQuery列名是用一个数字表示的。
www.ibm.com
6.
You do exactly the same thing in terms of calling the web service from XQuery, as Listing 13 shows.
就从XQuery调用web服务来说,您做的完全是相同的事情,如清单13所示。
www.ibm.com
7.
is a good hub resource for XQuery, and includes a Wiki, a collaborative resource index and discussion page.
是一个很好的XQuery资源集散站,还包括一个Wiki,这是一种协作式的资源索引和讨论网页。
www.ibm.com
8.
It is true that the XQuery specification does not include an update mechanism.
XQuery规范确实没有包含更新机制。
www-128.ibm.com
9.
The following statement executes an XQuery expression and return values as a table from the DATA column.
下面的语句执行一个XQuery表达式,并以表的形式返回DATA列中的值。
www.ibm.com
10.
This expression is part of the emerging XQuery standard for updating XML data.
这个表达式是即将形成的XML数据更新XQuery标准的一部分。
www.ibm.com
1.
A remarkably small amount of code is needed to execute XQuery expressions against HTML pages.
针对HTML页面执行XQuery表达式所需要的代码非常少。
www.ibm.com
2.
The global path index results in improved storage efficiency and minimizes the path look-up time for XQuery execution.
借助全局路径索引,可以提高存储效率,并最小化XQuery执行的路径查询时间。
www.ibm.com
3.
The XQuery is executed against the XML instance identified in the query generating the XML.
对生成XML的查询中所标识的XML实例执行XQuery。
msdn2.microsoft.com
4.
All optimization guidelines are also applicable to queries written in the XQuery language.
所有优化准则同样适用于使用XQuery语言编写的查询。
www.ibm.com
5.
Further XQuery information indicates that DB2 should only return the "Message" portions of such comments.
其他XQuery信息表示DB2应该只返回这些评论的“Message”部分。
www.ibm.com
6.
The database vendor that delivers fast performance and XQuery flexibility first will win a huge new market.
最先提供高性能和XQuery灵活性的供应商将赢得一个巨大的新市场。
www.ibm.com
7.
XQuery bridges these data warehouses by showing which products cause the most unresolved support calls.
XQuery通过显示哪些产品造成最多未解决的支持电话,建立了这两个数据仓库之间的桥梁。
www.ibm.com
8.
Two possibilities immediately sprang to mind; HSQLDB, the open-source in-memory SQL database, and XQuery.
有两种可能会立即出现在您的脑海中:开源的内存中的SQL数据库HSQLDB和XQuery。
www.ibm.com
9.
The goal of this tutorial is to give you a practical grounding in how to develop applications with XQuery.
本教程的目的是帮助您学习如何使用XQuery开发应用程序。
www.ibm.com
10.
For more information about XML construction, see XML Construction (XQuery).
有关XML构造的详细信息,请参阅XML构造(XQuery)。
technet.microsoft.com
1.
This information is extracted from the actual XML models by table extractor functions or by XQuery queries.
该信息是通过表提取器函数或XQuery查询从实际的XML模型中提取的。
www.ibm.com
2.
Or you could use Zorba, a stand-alone XQuery application, to do the same thing.
或者,也可以使用Zorba(一个单独的XQuery应用程序)来做这件事情。
www.ibm.com
3.
The XML returned by XQuery is inserted without a wrapping element.
将插入XQuery所返回的XML,而不带包装元素。
msdn2.microsoft.com
4.
The ability to specify an XQuery query against XML data stored in columns and variables of the.
类型的列和变量中存储的XML数据的XQuery查询。
msdn2.microsoft.com
5.
XQuery offers a solution to assist OLAP by providing a query-based link between multiple data warehouses.
XQuery提供了一种解决方案,通过在多个数据仓库之间建立基于查询的连接来帮助OLAP。
www-128.ibm.com
6.
This chapter is based on the most recent XQuery specification at the time of publication.
本章基于出版本书时最近制定的XQuery规范。
www-128.ibm.com
7.
I also often hear the claim that while XQuery syntax looks nicer, it lacks XSLT's template style pattern matching.
我也常常听到这样的说法,虽然XQuery的语法看起来更好,但是缺少XSLT模板风格的模式匹配。
www.ibm.com
8.
It also supports the XQuery language, including the XML Data Manipulation Language (XML DML).
它还支持XQuery语言,包括XML数据操作语言(XMLDML)。
technet.microsoft.com
9.
A powerful aspect of XQuery is its ability to transform XML output from one form of XML into another.
XQuery的一个强大的方面是可以将XML输出从一种格式转换成另一种格式。
www.ibm.com
10.
While this is an XML oriented design XQuery and native XML databases handle non-XML data, including images, binary files, and attachments.
同时面向XML设计的XQuery和本地XML数据库处理非XML的数据,包括图片、二进制文件和附件等。
www.infoq.com
1.
The data. xq XQuery file's job is to generate an XML document containing all KPI-related data.
xqXQuery文件的作用是生成一个包含所有与KPI相关的数据的XML文档。
www.ibm.com
2.
XQuery is pretty much a complete programming language, constituting a superset of XPath.
XQuery是一种非常复杂的编程语言,组成了XPath的一个超集。
www.ibm.com
3.
Others are stand-alone XQuery processors not tied to a database.
其他是没有绑定到数据库的独立XQuery处理程序。
www.ibm.com
4.
In the following example, an XQuery constructs a result document that contains the book, inventory and information for a specific book.
在以下的示例中,XQuery构造结果文档,该文档包含书、库存和书的特定信息。
www.ibm.com
5.
If you wanted the query to return an HTML fragment representing the result as a numbered list, you can apply the XQuery from Listing 6.
如果希望查询返回HTML片段并把结果表示成有序列表,可使用清单6所示的XQuery。
www.ibm.com
6.
Other less familiar query languages include Object Query Language (OQL) and XQuery.
其他不那么常见的查询语言还有对象查询语言(OQL)和XQuery。
www.ibm.com
7.
Describes a list of the XQuery functions that are supported.
介绍支持的一系列XQuery函数。
msdn2.microsoft.com
8.
XQuery benefits developers by reducing the amount of code needed to perform a query.
XQuery给开发人员带来的好处是减少了执行查询所需要的代码量。
www-128.ibm.com
9.
In Listing 4, the result returned from the XQuery code is annotated as an XML fragment with data returned from the query.
在清单4中,从XQuery代码返回的结果被注释为一个带有从查询返回的数据的XML段落。
www.ibm.com
10.
They also assumed that you worked with typed data, such as a database extract, and XQuery is a strongly typed language.
他们还假设您使用有类型的数据,比如数据库抽象,而XQuery是强类型语言。
www.ibm.com
1.
As indicated in Query 19, XQuery with embedded SQL can be useful to feed relational data into an XQuery.
从查询18中可以看出,嵌入了SQL的XQuery对于将关系型数据提供给XQuery来说非常有用。
www.ibm.com
2.
Although DB2 fully supports XQuery as a top-level language, the initial XQuery specification didn't address parameter markers.
尽管DB2完全支持XQuery作为顶层语言,但是最初的XQuery规范并不解析参数标志符。
www.ibm.com
3.
Where you ll find links to various XQuery specifications and implementations.
您可以找到各种XQuery规范和实现的链接。
www-128.ibm.com
4.
You can specify XQuery against the XML data stored in a column or a variable of xml data type.
可以对xml数据类型的列和变量中存储的XML数据指定XQuery。
msdn2.microsoft.com
5.
XQuery defines several optional features, which are described in this section.
XQuery定义了一些可选特征,它们在这一节进行介绍。
en.transwiki.org
6.
These functions allow users to embed XQuery or simple XPath expressions in SQL statements.
这些函数允许用户在SQL语句中嵌入XQuery或简单的XPath表达式。
www.ibm.com
7.
Looking forward to 2007, I think XQuery and native XML databases will be very, very hot.
展望2007,我想XQuery以及原生XML数据库将非常非常热门。
www.ibm.com
8.
One of XQuery's little-used, but most important features is its ability to indicate the document to apply an XPath to.
XQuery中很少使用但是非常重要的一个特性是能够指定应用XPath的文档。
www.ibm.com
9.
Querying using XQuery on a XML column of an indexed table.
使用XQuery查询索引表的XML列。
www.ibm.com
10.
Generality: XQuery is intended for use in many different environments and with many kinds of input documents.
普遍性:XQuery是为了能用于许多不同的环境和使用多种类型的输入文档。
www.ibm.com
1.
Furthermore, the update part of XQuery is marching forward rapidly.
此外,XQuery的更新部分正在大踏步地前进。
www.ibm.com
2.
However, sometimes XQuery is easier to use, even when working with relational data.
但是,有些时候甚至相对于关系数据库而言,XQuery更容易使用。
www-128.ibm.com
3.
Develop your SQL statement, stored procedure, or XQuery statement.
开发SQL语句、存储过程或XQuery语句。
www.ibm.com
4.
In our sample implementation, we have created the Web service using PHP and XQuery to do price and tax calculations.
在我们的实现示例中,已经使用PHP和XQuery创建了Web服务,可以进行价格和税款计算。
www.ibm.com
5.
Describes XQuery operators that are supported.
介绍支持的XQuery运算符。
msdn2.microsoft.com
6.
XQuery uses the terms namespace prefix and namespace URI when discussing its syntax.
XQuery在讨论其语法时使用术语名称空间前缀和名称空间URI。
www.ibm.com
7.
The value produced by that XQuery is either the customer's name element if the predicate is true, or the empty sequence otherwise.
那个XQuery产生的值,当谓词为true时为客户的name元素,否则为空的序列。
www.ibm.com
8.
Your basic system is in place to output a single RSS feed as HTML by using XQuery. Now you need to handle multiple feeds.
在通过使用XQuery以HTML形式输出单个RSS提要的基本系统准备就绪之后,现在需要处理多个提要。
www.ibm.com
9.
XQuery is a query language that uses the structure of XML intelligently to express queries across many types of XML data sources.
XQuery是一种查询语言,可以利用XML的结构表达涉及许多XML数据源类型的查询。
www-128.ibm.com
10.
However, XML data is stored in hierarchical format (as a tree using the Xquery Data Model, XDM).
但是,XML数据是以分层格式存储的(作为使用Xquery数据模型的一棵树)。
www.ibm.com
1.
1, Representing True, if the XQuery expression in a query returns a nonempty result.
1,表示True(如果查询中的XQuery表达式返回一个非空结果)。
msdn2.microsoft.com
2.
We are already using XQuery to generate well-formed XML, so we could have bypassed the second transformation entirely.
我们已经使用XQuery生成了格式良好的XML,所以可以完全避免进行第二次转换。
www.ibm.com
3.
And, just for fun, you'll also see how to include an XQuery with hard-coded query predicates in an application.
只是为了好玩,您将看到如何在应用程序中包含一个具有硬编码查询谓词的XQuery。
www.ibm.com
4.
Be sure to consider performance concerns when you design your XQuery Web application.
设计XQueryWeb应用程序时务必要考虑性能问题。
www.ibm.com
5.
eXist: Check out this open source database management system that uses XQuery.
eXist:查看这个使用Xquery的开源数据库管理系统。
www.ibm.com
6.
XQuery is a friendlier, side-effect-free language tailored for transforming from one XML structure to another.
XQuery是一种更加友好的、无任何副作用的语言,专门用于将一种XML结构转换为另一种。
www.ibm.com
7.
An empty script opens in the SQL and XQuery editor for the selected connection.
SQL和XQuery编辑器会为所选连接打开一个空白脚本。
www.ibm.com
8.
You can use XQuery to query XML instances stored in columns, parameters, or variables.
可以使用XQuery来查询存储在列、参数或变量中的XML实例。
msdn2.microsoft.com
9.
Additionally, the search context is not checked by using XQuery.
此外,不通过使用XQuery来检查搜索上下文。
msdn2.microsoft.com
10.
XQuery, in contrast, is designed to query documents and prepare reports.
与此相反,XQuery设计用于查询文档和准备报告。
www.ibm.com
1.
Alter the generated SQL statement to include a PASSING clause in the XQuery function.
更改生成的SQL语句以在XQuery函数中包括一个PASSING子句。
www.ibm.com
2.
The following example explicitly converts an instance of user-defined type ComplexNumber to xml and invokes an XQuery expression over it.
以下示例将用户定义类型ComplexNumber的实例显式转换为xml并通过它调用XQuery表达式。
technet.microsoft.com
3.
XQuery and XSLT have enough developer momentum behind them that both will co-exist.
XQuery和XSLT都有足够多的开发人员支持,将共存下去。
www-128.ibm.com
4.
Most important, they now share a standard language, XQuery 1. 0, finally released after years of development.
最重要的是,它们现在共享一种标准语言XQuery1.0,这种语言是在历经多年开发之后发布的。
www.ibm.com
5.
Let's use a different XQuery processor to parse the content that doesn't include a built-in URL accessor method as the Qexo toolkit does.
让我们使用不同的XQuery处理器来解析不包含内置URL访问器方法的内容(如Qexo工具包所做)。
www.ibm.com
6.
For information about type hierarchy, see Type Casting Rules in XQuery.
有关类型层次结构的信息,请参阅XQuery中的类型转换规则。
msdn2.microsoft.com
7.
The query uses XML Construction (XQuery) to construct the required XML.
查询将使用XML构造(XQuery)来构造所需的XML。
msdn2.microsoft.com
8.
You may find it easier to write such a join in plain XQuery (Query 14).
您可能会发现,在普通XQuery中(查询13)编写此类连接更为简单高效。
www.ibm.com
9.
This article demonstrates the use of XQuery outside database environments using Saxon.
本文通过Saxon演示了数据库环境外部的XQuery的使用。
www.ibm.com
10.
This kind of changing landscape is what XQuery was created to address.
这种变化的场景正是XQuery被创造出来去解决的。
www.infoq.com
1.
Because XQuery is case-sensitive, lowercase table and column names would fail to match upper-case names in the DB2 catalog.
由于XQuery是大小写敏感的,因此小写的表名和列名不能与DB2编目中的大写名称相匹配。
www.ibm.com
2.
Once again we have used the XQuery to embed both output layout and business logic in one query.
同样,我们已经使用XQuery将输出版面和业务逻辑嵌入到一个查询中。
www.ibm.com
3.
Use of XQuery does not preclude the developer from using XSLT for transformation.
使用XQuery并不阻止开发人员使用XSLT进行转换。
www-128.ibm.com
4.
Also, a variety of mature XQuery offerings already exist.
而且已经存在了多种成熟的XQuery产品。
www-128.ibm.com
5.
It also allows for the use of SQL with XML extensions, Xquery and Xpath to access relational and XML data.
它还允许同时使用SQL和XML扩展(Xquery和Xpath)访问关系数据和XML数据。
www.ibm.com
6.
Use Xquery over values of UDT instances after conversion to the xml data type.
在转换为xml数据类型后,对UDT实例的值使用Xquery。
msdn2.microsoft.com
7.
Before I wrap up this section, use XQuery to filter your XML data and to return a specific element only.
在结束本小节之前,我们使用XQuery来过滤XML数据并仅返回特定的元素。
www.ibm.com
8.
Additionally, an XQuery Update expression can delete the subtree from the each PDBML document inserted into the pdbxml table.
此外,XQueryUpdate表达式可以从每个插入到pdbxml表的PDBML文档中删除子树。
www.ibm.com
9.
The namespace keyword in the XQuery prolog defines a namespace prefix.
XQueryProlog中的namespace关键字定义命名空间前缀。
msdn2.microsoft.com
10.
When running as a top-level language, XQuery needs to have a source of input data.
当XQuery被作为顶层语言时,它需要一个输入数据的源。
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/5 1:55:49