• Most of this plug-in parser's implementation functions consist of a simple return statement.

    插件解析器实现函数大部分是有一个简单返回语句组成的。

    youdao

  • Many papers also focused on qualitative models with simple returns and provided forecasting for the rates of return.

    许多论文注重研究简易回收定性模型提供回收率的预测方法。

    youdao

  • This makes it extremely simple to save what you find with an electronic bookmark so you can return to it later.

    一个电子书签保存找到的内容使以后再次访问变得非常简单

    《柯林斯英汉双解大词典》

  • As for the return type, for some services this might be a simple string — for others it might be an XML document.

    至于返回类型某些服务来说可能简单字符串—对其它服务来说则可能是XML文档

    youdao

  • Your goal is to build a simple controller that will know which model and function to run, and then return a JSON object as a response that is usable on the far end of the transaction.

    目标构建这样简单控制器:它知道应该运行哪个模型函数然后返回一个JSON对象作为响应这个响应可用于事务

    youdao

  • To simplify this example, we'll just add a new class whose methods return some simple data.

    为了简化这个示例我们添加一个方法返回一些简单数据

    youdao

  • Listing 6 creates a scalar function that extracts a given XML element from an input document and shows how this function can be invoked in a simple SQL query to return the name of a given customer.

    清单6创建标量函数,它输入文档提取一个特定xml元素。然后,一个简单SQL查询中调用函数,从而返回给定的客户姓名

    youdao

  • However, simple search queries without complex joins that return results with little or no XML tags can be much faster in SQL.

    然而无需复杂结合简单搜索查询(返回结果带有少量没有XML标签)SQL速度更快。

    youdao

  • I made no attempt to do anything too fancy here, but it is a useful exercise to look at how a simple template can provide a substantial return in style and organization.

    并不打算在这里一些花哨事情查看简单模板如何通过样式组织提供丰厚回报一个有用的练习

    youdao

  • In a simple case, you might build up a code catalog, provide required input types, and indicate return types.

    一个简单案例中可能构建代码目录提供必需输入类型指明返回类型。

    youdao

  • No need to create an interface and stub out an entire mock object - you can strategically override that one method and return a simple mocked-out response.

    无需创建接口去掉整个模拟对象存根可以有选择地重写方法返回一个简单模拟响应。

    youdao

  • Although this procedure is quite simple, it helps you understand how to generate SQL-based procedures that query and return XML data using built-in wizards.

    尽管过程非常简单但是也能帮助理解如何使用内置向导生成基于SQL过程查询返回XML数据

    youdao

  • So far, we have dealt only with simple parameters and return values: strings, integers, simple arrays, and the like.

    至此我们处理简单参数返回字符串整型、简单数组等等。

    youdao

  • With simple HTTP messages, you can communicate with the server, and the server can return the data in XML format.

    利用简单HTTP消息可以服务器通信,服务器可以返回xml格式数据

    youdao

  • To put the model in simple economic terms, its search results give away, say, $1 in value, and in return (thanks to the user’s clicks) it gets 1 cent back.

    换用简单经济学表达来说搜索结果产生1美元的价值其收益感谢用户单击只是1美分

    youdao

  • To keep our example simple, we also return the status value that is used to control the process flow.

    为了保持示例简单返回用于控制流程状态

    youdao

  • Here is an example of executing a simple command that doesn't return a set of results.

    以下执行某个返回结果简单命令例子

    youdao

  • The most popular life-insurance products tend to be simple: pay a premium for 10-15 years and get a return, plus protection for your family in the case of death.

    受欢迎人寿产品往往十分简单10到15年中缴纳保费,就获得收益,万一遭遇不幸,家庭还能获得额外的赔偿。

    youdao

  • Of course, our example implementation does not return any real information but is a simple example to show the requirements of a more complex web service interface.

    当然我们示例实现并不返回任何实际信息,它只不过一个简单的示例,用于说明更为复杂Web服务接口要求

    youdao

  • The XQuery in Listing 3 illustrates a simple XQuery expression to return the title for films from the year 2002 from the XML document in Listing 1.

    清单3中的XQuery演示了一个简单的XQuery表达式,用于返回清单1中的XML文档查询到2002年至今电影片名

    youdao

  • By adding a simple function to display a message and exit with the appropriate return code as well as moving everything into a for loop, the script looks cleaner and is easier to understand.

    这个脚本增加了简单函数显示一个消息适当返回退出所有操作转移一个for循环中,使这个脚本看起来更干净、更容易理解了。

    youdao

  • So, in this simple case, all that method does is create the advisor and return it (Listing 1).

    因此这个简单示例中这个方法所做就是创建advisor返回清单1).

    youdao

  • MessagingBean, illustrated in Listing 4, is a simple POJO with two methods that take an order number and return order details and customer details, respectively.

    清单4MessagingBean是个简单POJO两个方法,都接受订单,但是分别返回订单细节客户细节。

    youdao

  • Disable namespace aware to ignore the namespace tagging in the XML document, and to check only the simple name of the element and the final return value.

    禁用Namespaceaware忽略X ML文档中的名字空间标签检测元素简单名称最终返回

    youdao

  • For instance, for most web services that return simple WSDL and RESTful payloads, the number of rows may not be significant compared to transactions that include pictures, video, and audio media.

    例如对于很多返回简单WSDLRESTful负载Web服务,与包含大量图片视频和音频媒体的事务相比数很少。

    youdao

  • Recognizing that this problem extends beyond the simple need to communicate both function results and errors, the Go authors built in the capability to return multiple values from a function.

    认识一问题的影响已超出函数结果错误通讯的简单需求的范畴,Go作者语言中内建了函数返回多个值的能力

    youdao

  • In this implementation class, we use the CreditApplication input to create a simple CreditRating business object that we then return to the caller.

    这个实现中,我们使用CreditApplication输入创建一个简单CreditRating业务对象然后我们将该业务对象返回调用程序。

    youdao

  • Adding a room is as simple as double-clicking the room name from the picker, and then clicking OK to return to the Preferences dialog.

    添加房间的操作非常简单只要选择程序中双击该房间的名称然后单击ok按钮返回Preferences对话框即可。

    youdao

  • Our simple testable class will return whatever string we pass in, so let's start evaluating the results. If we were coding raw JUnit classes we would write something like this

    我们建立简单可测试返回传递任何字符串所以我们评估一下这个结果

    youdao

  • Now that you've built the custom web service that can handle and return XML payloads, look at a simple code example of how to do this in Listing 9.

    现在已经构建可以处理返回xml有效负载自定义web服务,接下来清单9中看一下如何实现一点的一个简单代码示例

    youdao

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

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

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