• Finally they had to make a request for help.

    最后他们只好请求帮助

    youdao

  • There are certain things you need to do in order to make a request for the divorce records.

    毫无疑问,为了得到这份离婚记录,一些事情必须许要的。

    youdao

  • Article 46 a no-fault party shall have the right to make a request for damage compensation under any of the following circumstances bringing about divorce.

    第四十六条下列情形之一,导致离婚过错有权请求损害赔偿

    youdao

  • The court ruled that the boy should be allowed to make a request for asylum and criticised the US Immigration and Naturalization Services ( INS ) for not asking Elian himself.

    上诉法院利安允许请求一个庇护所指责美国移民归化局根本没有问过埃利安本人。

    youdao

  • If your request is for information about a child, please contact the registrar to find out how to make such a request.

    如果寻求有关孩子信息登记员联系以获知如何这样的请求。

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

  • For a static HTML page, you should see something like Listing 3 (to make the Numbers more interesting, this example made the same request 100 times).

    对于静态html页面应该看到清单3所示的内容(使这些数字变得更有趣示例进行了100次相同请求)。

    youdao

  • The reason for this (as mentioned earlier) is that with raw sockets you need to establish a new connection for every request that you make to the server.

    原因(早些时候曾经提到过)原始套接字需要服务器每个请求建立一个连接

    youdao

  • For example, if you know that a software change request from marketing will make a piece of software used in sales obsolete, then you need to explain that in those simple terms.

    例如如果知道某个来自市场部门软件变更请求使销售部门使用部分软件过时,您需要简单的术语解释这种情况。

    youdao

  • Some of these features are the ability to search for available resources to satisfy demand, make a request for assignment of a resource, and analyze organization utilization.

    这些特性中的一些寻找可用资源满足需求能力请求分配资源的能力分析组织利用的能力。

    youdao

  • To do this, make a HEAD request and then check for a 404 error in your callback function; Listing 11 shows a sample callback.

    实现这种功能生成HEAD请求然后函数检查404错误清单11给出了一个简单的回调函数。

    youdao

  • The solution is to leave the data on the server and make a fine-grained HTTP request for the individual field rather than a coarse-grained request for the entire form.

    解决方案数据保存服务器针对每个字段执行粒度的HTTP请求不是整个表单执行一个粒度的请求。

    youdao

  • For similar reasons on the client side, it can be quite useful to make the processing and responding to a client request asynchronous on the server.

    基于客户同样原因服务器端提供异步式的处理响应客户端请求也是大有益处的。

    youdao

  • What you can do, just once, is to make a polite request for another to stop the behavior that you find frustrating, annoying or disturbing.

    我们只是礼貌地请对方不要做出我们认为会使我们泄气厌烦或者不安行为

    youdao

  • It is said that the cake takes about 72-hours to make. However, the cake is usually only made per request: usually for a wedding, celebration, or for a sultan himself.

    据说款蛋糕用72个小时才能制成,而且特别场合比如婚礼庆典或者苏丹本人才制作。

    youdao

  • The basic sequence is that a server (application) is started, which waits for the client to make a request.

    基本顺序服务器(应用程序)启动等待客户端发出请求。

    youdao

  • You don't want to make a special request to the IT department to run a report that will appear in a day or two, that's for sure.

    毫无疑问希望IT部门发出特殊请求运行一两天内才产生报告

    youdao

  • When you make a general request for volunteers during a meeting, colleagues often interpret it as "Whoever doesn't have much of anything to do can work on this."

    如果会上笼统地问是否有人愿意帮助同事们经常会将此理解没有什么事可做人可以参与”。

    youdao

  • For example, you could have a small "server" process that has special privileges; that server allows only certain requests, and only after verifying that the requester is allowed to make the request.

    例如可以一个具有特定特权的“服务器(server)”进程那个服务器允许特定请求而且只是确认请求允许发出请求之后。

    youdao

  • There is really no need to put this object on a session anymore, since Portal will maintain it for us and make it available from the request.

    确实没有必要这个对象放在会话中因为门户我们维护并且 request 获取它。

    youdao

  • Using these technologies, it is possible for an application to query a UDDI repository, find information about a desired Web service, and make a request to that Web service.

    使用这些技术,我们可能应用程序查询uddi资源库并查找关于所需Web服务信息然后该Web服务发出请求。

    youdao

  • As an example of an API request, you will make a request to retrieve the friends for the authenticated user. Recall the structure of a Graph API.

    作为API请求例子发出个请求,经过身份认证的用户检索好友

    youdao

  • Make sure that the ClearQuest record states used for transitioning a request to an owner on the Jazz tool is modeled.

    确认用以一个请求转化为Jazz工具拥有者ClearQuest记录状态得到了建模

    youdao

  • You then make the request, and look for the record id to be returned to you as a sign of a successful result of the Web service method call.

    然后发出请求,不出意外,这个记录ID返回,这是Web服务方法调用成功执行标志

    youdao

  • Now whenever those events are fired, you'll call the submission action and thus make a request to your server for some Suggestions for your autosuggest field.

    这样触发此类事件时,调用这个submission动作服务器请求自动建议字段建议

    youdao

  • For an Ajax solution, I need to be able to make a server request after the page is loaded.

    对于Ajax解决方案需要页面加载之后发送服务器请求

    youdao

  • So make sure that the JSF managed bean that you are going to use for storing the conversational state has already received a faces request.

    因此确认用来存储会话状态JSF管理bean已经收到了一个facerequest

    youdao

  • When you decide you want to move to using a POST request for sending your JSON data to the server, you don't have to make a lot of code changes. Here's what you'd want.

    决定使用POST请求JSON数据发送给服务器时,并不需要代码进行大量更改如下示。

    youdao

  • Neither party may bring a suit before a law court or make a request to any other organization for revising the arbitral award.

    任何当事人均不得法院起诉不得向其他任何机构提出变更仲裁裁决请求

    youdao

  • Neither party may bring a suit before a law court or make a request to any other organization for revising the arbitral award.

    任何当事人均不得法院起诉不得向其他任何机构提出变更仲裁裁决请求

    youdao

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

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

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