• The process index of aerobiosis exposural pool treatment method can be selected by aerobiosis vibration bottle.

    可以通过振荡培养选择好氧处理法的工艺参数。

    youdao

  • The first time I tried the index card method, I noticed an inner voice in my head.

    第一尝试使用索引卡片。我注意到脑海里有一个心灵之声。

    youdao

  • Access plan directives that force the optimizer to use the designated access method for data retrieval, either sequential scan or index scan.

    访问计划指示强制优化器使用指定的访问方法进行数据检索要么连续扫描,要么是索引扫描。

    youdao

  • Of course, fast performance using this method requires an updated full-text index.

    当然使用方法快速性能需要更新全文索引

    youdao

  • The key to using the method for validation is to compare the updated index to the length of the original input string.

    使用方法验证关键在于更新过索引初始输入字符串长度进行比较。

    youdao

  • In the previous section you learned about one type of access method, index scan (IXSCAN), and one type of join method, nested loop join (NLJOIN).

    之前部分已经了解类型访问方法,即索引扫描(IXSCAN),一种类型的联接方法,即嵌套循环联接(NLJOIN)。

    youdao

  • Should you need to get the header field key, you could pass a parameter to the final method representing the index of the entry in the result set you were interested in.

    如果需要得到字段可以最后方法传递一个参数这个参数表示结果集中所感兴趣索引

    youdao

  • This join method is usually used when no index is available on the join columns for the joining tables.

    连接连接没有可用索引时,通常使用连接方法

    youdao

  • Relational indexes will not be used since a relational index cannot be used in XANDOR method.

    不会使用关系索引因为XANDOR方法不能使用关系索引

    youdao

  • This method creates an effective site map for search engine spiders to traverse and index as many URLs as possible in your entire site.

    方法会创建一个高效站点地图,以搜索引擎爬网程序整个站点中遍历尽可能URL针对这些URL建立索引

    youdao

  • Writing on index CARDS, in pencil, had become Nabokov's preferred method of composition.

    索引卡上铅笔,是纳博科夫喜欢的写作方式。

    youdao

  • With the first method, you call your new functions as identified by their index through the syscall function.

    使用第一方法可以通过syscall函数调用索引标识的函数

    youdao

  • In this example we show you how to create a functional index that USES the R-Tree access method.

    中,我们将向展示如何创建使用r - Tree访问方法的函数索引

    youdao

  • Since the data is spatial, you need to specify the R-Tree access method for this index.

    由于涉及到空间数据需要这个索引指定r - Tree访问方法

    youdao

  • Therefore, you can use the GuiTestObject click method, in conjunction with the index, to click any particular button.

    因此可以索引结合使用 GuiTestObject方法点击任何特殊按钮。

    youdao

  • The range method can also be used to iterate over a container, accessing each item in the sequence by using the appropriate index.

    range方法用于迭代容器通过使用适当索引访问序列中的每一

    youdao

  • A reset is necessary because, with this method, parsing begins at the ParsePosition index within the input string.

    重置必要因为使用方法时解析开始于输入字符串ParsePosition索引

    youdao

  • Note that the result set manipulation method works on a 1-based index, unlike the 0-base index of EcmaScript arrays.

    注意与ecmascript数组基于0索引不同,结果操作方法基于1的索引上工作

    youdao

  • This method accepts five arguments: the row index, the column index, the cell value, the spreadsheet key, and the worksheet key.

    方法接受5个参数索引索引、单元格电子表格工作表键。

    youdao

  • It says that the function must be used in an expression involving the comparison operation and that the search method "equals" of the index extension hash_index is referred to.

    说明函数必须一个涉及比较操作并且引用索引扩展hash _ index搜索方法equals表达式使用

    youdao

  • When you visit the /hello/ URL, your request is mapped to the object cpg.root.hello, and its default method (index()) is called to handle the request.

    访问 /hello/URL 时,请求被映射对象cpg.root.hello并且默认方法index())被调用处理请求。

    youdao

  • The only important detail is that the application, as it exists in its pre-iPhone form, contains a controller called RecipesController that handles listing recipes via its index method.

    最重要细节这个应用程序(由于保留了早期的iPhone形式)包含一个控制器RecipesController通过index方法处理食谱清单

    youdao

  • Specifically, it serves a blank page because you haven't yet told it that the recipe controller's index method should respond to iphone-formatted requests.

    具体地说将服务一个空白页面因为尚未告诉recipe控制器index方法应当响应iphone格式的请求

    youdao

  • Add a method called get with return type as the template parameter t from the method (as shown in Figure 4), and an input parameter named index whose type is int.

    添加一个名为get方法方法中,使返回类型模板参数t(如图4所示),然后输入参数名字index,其类型int。

    youdao

  • After you add the documents to the index, don't forget to close the index by calling this method, which guarantees that the index changes are written to the disk.

    我们文档添加索引中后,不要忘记关闭索引,这样保证Lucene把添加的文档写回到硬盘上。下面的一句代码演示了如何关闭索引。

    youdao

  • Actually, all that was changed here is the first line in the index method: the finder query.

    实际上在这里修改了index方法中的第一finder查询

    youdao

  • So, I'm going to implement the index method on Play's Application class (which is invoked by default if you hit the root path) to quickly return some text.

    因此还要Playapplication(在浏览器命中路径默认调用)上实现index方法快速返回一些文本

    youdao

  • Listing 8 shows the index method of the BoatsController class.

    清单8显示了boatscontrollerindex方法

    youdao

  • We use the boats we retrieved in the index method of the DeliveryController class, as shown in Listing 14.

    使用DeliveryControllerindex方法中检索到船只,如清单 14 所

    youdao

  • It just sets the cookie and redirects back to the page being used as the index page. After that, you need to change the set_iphone_format method to take the browser preference into account.

    设置cookie并且重定向用作索引页面页面。

    youdao

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

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

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