• Click on an activity to select it, such as a human task in the Ready state.

    单击某个活动选择例如某个处于Ready状态的人工任务

    youdao

  • Furthermore, the uninitialized ready state is pretty useless in practical applications.

    另外,未初始化的就绪状态实际应用程序没有真正的用处的。

    youdao

  • First and foremost, you need to learn at what state of a request you encounter each ready state.

    首先需要学习每种就绪状态可能碰到是哪种请求状态。

    youdao

  • Like the ready state, the value of the responseText property changes throughout the request's life cycle.

    就绪状态类似,responsetext属性整个请求生命周期中也会发生变化

    youdao

  • A better idea is to provide some feedback to the user that when the ready state is 3, a response is forthcoming.

    比较好的做法用户提供一些反馈说明处于就绪状态3时,很快就会响应了。

    youdao

  • And the fourth and final change required is to bring the RMock mock object out of record state into ready state.

    第四项也是最后一必需更改使RMock模拟对象脱离记录状态转入就绪状态。

    youdao

  • All of the documentation and specifications insist that it's only when the ready state is 4 that data is safe to use.

    所有文档规范都强调只有就绪状态4数据才可以安全使用。

    youdao

  • When a CR is complete it sits in the Release Ready state until a scheduled release happens on every second Wednesday.

    完成一个CR时,就被置发布就绪状态,这个状态一直保持到两个星期中的第二星期三。 此时正是计划的发布日期。

    youdao

  • The first ready state, signified by the readyState property 0 (readyState == 0), represents an uninitialized request.

    第一就绪状态的特点是readyState属性0readyState == 0),表示初始化状态。

    youdao

  • You'll find that your responses in ready state 3 vary from script to script, server to server, and browser to browser.

    看到就绪状态3响应每个脚本、每个服务器甚至每个浏览器上都是不一样的。

    youdao

  • Still, in the interest of being complete, check out Listing 2 which shows how to get the ready state when it's set to 0.

    不过为了满足我们兴趣,请参见 清单2 的内容,其中显示了如何readyState设置 0 时来获取这种就绪状态

    youdao

  • In this environment, students are mentally into the best state of lenovo, best cognitive state and best ready state.

    环境下学生心理上进入最佳联想状态,最佳认知状态最佳准备状态。

    youdao

  • After the ready state changes, the function specified in the req.onreadystatechange property is invoked (see Listing 17).

    就绪状态发生变化,将调用req . onreadystatechange属性指定函数(请参见清单17)。

    youdao

  • Therefore, any uplink data from the MS that moves the MM context at the SGSN to READY state is a valid response to paging.

    因此任何MS来的上行数据都将做为一个有效寻呼响应,并将SGSNMM上下文状态变更READY状态。

    youdao

  • To see this in action, use code like that shown in Listing 5 to test the response text of a request, as well as its ready state.

    查看这种变化请使用如 清单5代码测试请求响应文本以及它们就绪状态。

    youdao

  • When a GPRS MS in READY state USES DRX, DRX has to be considered when assigning a packet data channel for downlink transfer.

    一个READY状态MS使用DRX, DRX将在为下行数据传递分配数据包信道时候考虑进去。

    youdao

  • Safari actually leaves out the first ready state and there's no sensible explanation as to why; it's simply the way Safari works.

    Safari实际上第一个就绪状态给丢弃了,并没有什么明显的原因说明为什么这样做;不过就是Safari的工作方式。

    youdao

  • The list view of the portlet in Figure 5 shows the running Customer Service task instances that are in the ready state to be worked on.

    5Portlet列表视图显示正在运行的处于工作准备状态CustomerService任务实例

    youdao

  • Different browsers treat the ready state differently. Don't expect all browsers to report all states. Some will not report 0 and 1.

    不同浏览器对于不同状态处理方式不同。指望所有浏览器都报告所有状态一些浏览器不会报告01

    youdao

  • Instead of only running code in your callback if the ready state is 4, just output the ready state every time that your callback is called.

    如果就绪状态4我们不仅要运行函数中的代码,而且还要在每次调用回调函数时都输出就绪状态。

    youdao

  • Your callback function will run several timeseach time the ready state of the request changes — and you'll see an alert for each ready state.

    这个回调函数运行多次——每次就绪状态都会改变——可以看到每个就绪状态警告

    youdao

  • In other words, the server fulfilled the request (meaning the HTTP ready state is 4), but is probably not returning the data expected by the client.

    话说,服务器履行请求(HTTP就绪状态4)但是没有返回客户机预期数据

    youdao

  • To change the state of a test suite to the ready state so that the test cases can be run, select the test suite in the test suite hierarchy pane.

    测试套件状态变更执行测试案例就绪状态,请选取测试套件阶层窗格中的测试套件。

    youdao

  • However, the ready state will be set to 4 since the server answered the request (even if the answer wasn't what you wanted or expected for your request).

    然而由于服务器请求进行了应答,因此就绪状态设置4(即使应答不是请求期望也是如此)。

    youdao

  • Leave the inactive configuration in a warm ready state (that is, the servers are left running even though no traffic is flowing through that configuration).

    激活配置置于一个准备状态中(保持服务器运行即使没有任何流量通过配置)。

    youdao

  • When the ready state of a request changes, the function specified in req.onreadystatechange is invoked. req.readystate contains one of the following status codes

    请求就绪状态发生变化时,req.onreadystatechange指定函数将被调用。

    youdao

  • The only use for this ready state in almost-real-world Ajax programming is if you make multiple requests using the same XMLHttpRequest object across multiple functions.

    大部分Ajax编程的真实情况中,这种就绪状态唯一用法就是使用相同XMLHttpRequest对象多个函数之间生成多个请求

    youdao

  • 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.

    很多Ajax应用程序中,看到一个回调函数,它负责检查就绪状态然后继续利用服务器响应返回的数据清单6所示。

    youdao

  • Listing 1 is fairly simple; Listing 4 is a little more complicated, but to begin, both check the ready state and then grab the value (or values) in the responseText property.

    清单1相当简单;清单4稍微有点复杂但是它们开始要检查就绪状态获取responsetext属性

    youdao

  • For Ajax programming, the only state you need to deal with directly is ready state 4, indicating that a server's response is complete and it's safe to check the response data and use it.

    对于Ajax编程需要直接处理惟一状态就是就绪状态4表示服务器响应已经完成可以安全地使用响应数据了。

    youdao

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

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

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