• Listing 1. WSXL collection code sample.

    清单1. WSXL集合代码样本。

    youdao

  • Application Developer includes wizards which generate resource collection code for SQL databases and LDAP directories.

    Application Developer包括了用于SQL数据库LDAP目录生成资源集合代码向导

    youdao

  • An iterator is a kind of code helper that lets you quickly access data in any collection or container, one at a time.

    迭代某种代码助手可以让迅速地访问任何集合容器中的数据,每次一个数据。

    youdao

  • If you cannot change the original API, you can write wrapper code to convert the collection type into an array.

    如果不能改变原始API,那么您可以书写封装器代码聚集类型转化为数组

    youdao

  • We also do not take for granted the optimization of code by design and we take it with a grain of salt every time somebody tells us how good JVMs are now at optimization and garbage collection.

    我们并不认为仅仅通过设计就能得到优化代码每当有人说起现在JVM优化垃圾收集方面有多么时,我们都保留态度。

    youdao

  • When an object has to manipulate a collection of objects, it effectively USES procedural code to complete the operation.

    对象必须操作对象集合时,有效地使用过程化代码完成操作

    youdao

  • In Listing 4, the first line of code takes each element of an array, calls the closure on it, and then builds a collection with the results.

    清单4中,第一代码提取数组中的每个元素,并在此基础上调用闭包然后结果构建一个集合

    youdao

  • Any given body of code usually includes grouped statements that work toward the same goal, such as creating a collection and adding items to it.

    所有给定代码主体通常包含分组语句,它们拥有共同目标比如创建一个集合,将数据添加集合中。

    youdao

  • The code section labeled "A" essentially creates a database connection and selects a collection within the database.

    标记为A代码创建数据库连接从数据库选择集合

    youdao

  • Recycle your code! Create a collection of your favorite and often-used snippets and make sure that it’s easily searchable and well organized.

    回收代码创建一个最喜欢经常使用代码片段确保代码组织良好,可以轻易搜索到。

    youdao

  • But, on the contrary, how you get that collection can often be a sizable, and highly variable, piece of the puzzle in terms of code optimization.

    但是恰恰相反代码优化方面如何获取集合经常可能相当变化无常难题

    youdao

  • A query is a collection of counters, created in your custom code, to manage the collection of performance data.

    查询计数器集合,它是用自定义代码创建的,用于管理性能数据的集合。

    youdao

  • This allows you to pass a parallel collection to existing (non-parallel) code bases and potentially use that code as is.

    将允许传递一个并行集合现有(非并行)代码按原样使用代码。

    youdao

  • Take Listing 9, which creates a collection of character documents, each containing the string representation of the character and its associated ASCII code.

    清单9为例创建一个字符文档集合每个集合都包含字符字符串表示形式及其关联ASCII代码

    youdao

  • In this case, I introduced an error to the code generation handling a collection, adding an extra item to the stack in the body of the item unmarshalling loop.

    这个示例中处理集合代码生成引入了错误,在项目反编排循环循环堆栈添加了一个额外项目。

    youdao

  • It turns out that how you go about getting that collection of documents is critical to the performance of the code you write.

    事实证明如何获取文档集合对于所编写代码的性能至关重要。

    youdao

  • Before you start the tutorial, download the sample source code and binaries for the collection.

    开始教程的学习请下载集合示例代码二进制文件

    youdao

  • If a key's hash code were to change while it was in a collection, some unpredictable and confusing consequences could follow.

    如果关键字集合中时散列代码更改,那么将产生一些不可预测容易混淆结果

    youdao

  • With the column names stored as attributes, extra code is required to locate a collection of all of the elements from a specific column.

    列名存储属性的话需要额外的代码特定找到所有元素集合

    youdao

  • VCS systems generally refer to each collection of source code in which changes can be made and tracked as a repository.

    VCS系统一般每个可以进行更改跟踪源代码集合称为存储库。

    youdao

  • Note: on this menu the "Collection Name" is used; however, the "Collection_ID" is actually required for the DataListener client code to operate correctly.

    注意菜单中使用CollectionName”;但是实际上,“Collection_ID”对于DataListener客户端代码正确操作必需的。

    youdao

  • You can fix a lot of error prone code with the right API, or even the right Collection.

    可以使用适当API甚至适当的Collection来修正很多代码

    youdao

  • I need to replace the old file-writing logic with code that builds a collection of ChecksumClass objects and then places those objects into a binding object.

    需要原来的写入文件的逻辑替换为下面的代码构建一个ChecksumClass对象集合然后这些对象放到binding对象中。

    youdao

  • The basic code is provided by Arduino as part of the examples collection and requires some editing to adapt to your own requirements (see Resources).

    基本代码由Arduino作为示例集合一部分提供需要根据自身的需求一些修改(参见参考资料)。

    youdao

  • You can also use a foreach loop which will be compiled into a similar code leveraging the IEnumerable interface of the Items Collection. Here is now how the new loop is executed internally.

    使用foreach循环语句,编译类似代码充分利用了Items集合IEnumerable接口

    youdao

  • The code in Listing 6 only scratches the surface of Ruby's collection handling!

    清单6中的代码触及到了Ruby集合处理皮毛!

    youdao

  • The method body now has the necessary code to find the collection of BookLocal objects for the passed Author's name.

    目前方法用于找出已确认作者姓名BookLocal对象必要代码

    youdao

  • It is worth noting that the collection resolver and the result resolver discussed are part of the XML Feature Pack sample code. Therefore the code presented is a sample.

    有一点值得注意本文讨论集合解析结果解析器XMLFeaturePack样例代码一部分。

    youdao

  • This collection of resources includes patterns and architecture topics in the form of written guidance and models with code generation in the form of tools integrated with Visual Studio 2008.

    资源包括模式体系结构主题(书面指导形式存在),以及代码生成模型(VisualStudio 2008集成工具形式存在)。

    youdao

  • I then append a new collection onto factors - generated by the map function on the factors list - applying the code to generate the symmetrical (the matching factor above the square root) list.

    然后一个新的集合附加至由factor列表中的map函数生成factor应用代码生成对称的(平方根上方匹配因子)列表。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定