Semiopenloop microstrip resonators are utilized to realize the quasi elliptic function response.
该滤波器采用半开环结构微带谐振腔,产生准椭圆函数响应。
It will also invoke the callback function response to confirm the update when the transaction completes.
它还将在事务完成时调用回调函数response来确认更新。
By electric field coupling, three second-order bandpass filters with elliptic function response and high miniaturization performance were design and fabricated.
采用电场耦合方式分别设计并加工了三个小型化性能非常突出的具有椭圆函数响应的二阶带通滤波器。
Lentinan enable host cells to generate antitumor immune response by stimulating and enhancing immunological function response, and can control and kill tumor cells.
香菇多糖通过非特异性地激发和增强机体的免疫功能,使机体产生抗肿瘤免疫应答,从而控制和杀灭肿瘤细胞。
The first argument here is the name of the function to be called when the response is received from the agent.
这里的第一个参数是要在从代理接收到响应时调用的函数的名称。
So either you can use this to invoke the XML service directly and wait for the response, or you can pass in a function which will be invoked with the response XML.
于是您可以使用该函数直接调用XML服务,并且等待响应,或者您也可以传送一个函数,使用XML响应消息调用该函数。
Unfortunately, requirements are often automatically identified with user requirements, such as the function related to a use case or the response time requested for a specific operation.
不幸的是,需求通常会自动识别为用户需求,例如与特定运营所请求的用户或响应时间相关的功能。
In that case, the server response is handled by the callback function when the server response arrives at the browser.
在这种情况下,当服务器响应到达浏览器时,回调函数会处理服务器响应。
Listing 10 provides a simple callback function to output all the response headers from a head request.
清单10提供了一个简单的回调函数,用来输出从HEAD请求中获得的响应头的内容。
This function is reading the text response to the AJAX request into a variable and adding the text into our login page by changing the DOM.
这个函数把对AJAX请求的文本响应读入一个变量,并通过修改DOM在登录页面中添加此文本。
In this example they are synchronous, meaning the function waits for the HTTP response before returning the control.
本例中是同步的,这意味着函数在返回控件之前等待HTTP响应。
Figure 7 shows the query response times as a function of the number of documents in the table, ranging from 1,000 to 100,000 documents (when no indexes or side tables are used).
图7显示查询响应时间作为表中文档数(范围从1,000到100,000)的函数(不使用索引或索引表)。
Control then returns to the browser, but the callback function will be called when the server's response arrives.
然后控制就会返回浏览器,当服务器响应到达时,会调用回调函数。
This function opens a window and prints the request's information: HTTP method, URL, parameters, headers, and response.
该函数打开一个窗口,并输出请求的信息:HTTP方法、URL、参数、头部和响应。
Responses from a SOAP request are always formatted as the same function, with Response appended to the end of the envelope detail, as you can see in Listing 2.
SOAP请求的响应格式与函数相同,只不过在信封内容的后面加上了Response,如清单2所示。
This function takes two arguments - a request (req) and a response (res).
此函数带有两个参数,一个请求(req)和一个响应(res)。
On the browser, you need a function to create an Ajax request, placeholders for response information, and one or more hotspots with which the user can interact.
在浏览器上,您需要一个函数来处理Ajax请求、一个响应信息的占位符、一个或多个用户可交互的热点。
The final argument of every exported Sajax function is a response handler that handles the output of foo_bar().
每个 Sajax导出函数的最后一个参数都是一个响应处理程序,负责处理 foo_bar() 的输出。
Note that displayCart() is a callback function invoked with the Cart response data from the server.
请注意displayCart()是一个回调函数,由服务器返回的Cart响应数据调用。
In the case of my weather badge library, it handles formatting the weather data, much like the XMLHttpRequest response function I wrote for Approach 1.
对于我的天气面板库,它完成天气数据的格式化,和方法1中的XMLHttpRequest响应函数非常类似。
When you call the server using Ajax, the resulting response calls back through a callback function.
在使用Ajax调用服务器时,产生的响应是通过调用一个回调函数返回的。
The specified call-back function handles the response from the Web service.
指定的回调函数将处理来自Web服务的响应。
Users can send text messages to the bot and, in response, the bot can perform a function and respond to the sender in the form of a text message.
用户可以向bot发送文本消息,bot可执行一个函数并以文本消息的形式向发送者作出响应。
This single line of code is all that is needed to send an XMLHttpRequest over the network to the DWR servlet and call the displayItems() function with the remoted object's response.
这一行代码就是通过网络向DWRservlet发送XMLHttpRequest并用远程对象的响应调用 displayItems()函数所需要的全部内容。
First, within the callback, jQuery's each function iterates over the friends collection within the received JSON response.
首先,在回调函数内,jQuery的each函数在收到的JSON响应内遍历好友集合。
When the client receives the response from the application server, the function defined in the callback event is invoked.
当客户机收到应用服务器的响应时,调用callback事件中定义的函数。
Use the XMLHttpRequest object to make a call to the server by defining a callback function that is executed automatically when the server response is received.
使用XMLHttpRequest对象对服务器进行调用,采用的方法是定义一个回调函数,当收到服务器响应时,会自动执行这个函数。
Therefore, just like with Ajax, you need to write a callback function that will get invoked after a response is received from the server.
因此,与Ajax一样,需要编写callback函数,它将在接收到服务器响应后被调用。
Because a JSONP service returns a JSON response wrapped in a function call, which will be executed by the browser, this makes the hosting Web application vulnerable to a variety of attacks.
因为JSONP服务返回打包在函数调用中的JSON响应,而函数调用是由浏览器执行的,这使宿主Web应用程序更容易受到各类攻击。
The callback function updateDivisionsCallback from lines 40 to 55 processes the response and displays the returned division names in the division option menu.
到55行的回调函数updatedivisionscallback处理响应并在Division选项菜单中显示返回的部门名称。
应用推荐