青年中文青年中文

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.