server response信息详情

server response发音

意思翻译

服务器响应

相似词语短语

response───n.响应;反应;回答

groveler server───groveler服务器

frisks response───新鲜反应

crabbed response───急躁的反应

no response───不响应;无响应;没有响应

equivocating response───模棱两可的回答

in response───作为答复;作为回答

response variable───反应变量

inflammatory response───[医]炎症应答;炎症反应;炎性反应

双语使用场景

Listing 7 shows how to handle the server response.───清单7展示了如何处理服务器响应。

Average data server response time.───平均数据服务器时响应间。

Process the asynchronous server response.───处理异步服务器响应。

So far, all the techniques I've covered produce a server response in the form of an XML document.───迄今为止,我介绍的所有技术都用XML文档的形式生成服务器响应。

To verify the Apache version, you can check Firebug's Net panel and look for the Server response header of any request.───为了验证Apache的版本,您可以检查萤火虫的网络小组,并期待为服务器响应头的任何要求。

If the getBalance method is called before the server response is complete, we don't want the balance to be retrieved twice.───如果服务器端响应完成之前getBalance方法被调用,我们不希望余额被返回两次。

Give permissions to Run scripts if the directory contains server response files and the ISAPI extension is registered as a script engine.───如果目录包含服务器响应文件,且ISAPI扩展注册为脚本引擎,则给予“运行脚本”权限。

Select this box and select an item from the list to have the corresponding locale tag added to the generated server response file.───选择该框并从列表中选择项以将相应的locale标记添加到生成的服务器响应文件中。

As the name suggests, it allows a client-side script to perform HTTP requests, and it will parse an XML server response.───顾名思义,它允许客户端脚本执行HTTP请求,并解析XML服务器响应。

英语使用场景

In many Ajax applications, you'll see a callback function that checks for a ready state and then goes on to work with the data from the server response, as in Listing 6.