• 很多情况下我们后台执行操作更新改变页面一部分内容。

    In many cases we would like to perform this operation in the background and update or change only a part of the page.

    youdao

  • 我们例子中,后台服务提供一个操作

    In our example, the back end web service offers only one operation.

    youdao

  • 可以利用这些标签命令操作后台工作

    You can manipulate your background jobs from the command line using these labels.

    youdao

  • 如果操作不能很快完成应该它们单独线程中运行(“后台工作”线程)。

    If you have operations to perform that are not instantaneous, you should make sure to do them in separate threads (" background "or" worker "threads).

    youdao

  • 方法4也存在同样的问题——如果服务后台包含一个以上操作那么它可能也不是最佳方法

    A similar rationale applies to Solution 4if the service back end exposes more than one operation, it may not be the best fit.

    youdao

  • 工作者模块后台运行操作,因此不会阻塞用户界面。

    The WorkerPool module runs operations in the background, without blocking the UI.

    youdao

  • 有时可能会看到操作后台任务阻断消息

    You might sometimes see messages that your user operations are blocked by the background tasks.

    youdao

  • 因为指定等待周期内无法获取一个弹出式窗口告诉用户获取操作后台继续执行。

    Since it cannot be retrieved in the specified waiting period, a pop-up window informs the user about the background processing.

    youdao

  • 模式一种选择使用始终脱机模式编写应用程序,本地数据库发生更改时,将后台立即进行同步操作

    An alternative to this pattern is using the always-offline pattern and coding the application to synchronize immediately in the background when changes are made to the local database.

    youdao

  • 因此可以完全后台发出HTTP请求接收响应更新页面某些部分这样不会中断用户操作

    It allows you to make HTTP requests, receive responses, and update parts of the page completely in the background, resulting in no visual interruptions for the user.

    youdao

  • 如果在等待周期结束时获取没有完成,那么显示如图9所示弹出窗口告诉用户获取操作后台继续执行。

    If the retrieval is not finished at the end of the waiting period, a pop-up window, as shown in Figure 9, informs the user that the retrieval is continued in the background.

    youdao

  • 第一特性一个可视化标志使用户知道特定文档获取操作仍然后台执行,但是没有完成

    The first feature is a visual indicator to the user that the retrieval for a specific document is continuing in the background, but has not yet finished.

    youdao

  • 允许应用程序后台执行恒定数据加载操作同时可以执行交互式读取写入操作

    It allows applications to perform constant data load operations to a table in the background while the interactive read and write operations can occur concurrently.

    youdao

  • 统计刷新后台运行alterFRAGMENT命令alter操作完成立即返回

    Refreshing of the statistics runs in the background and the alter FRAGMENT command returns immediately after the alter operation is completed.

    youdao

  • 最初这个主要用来识别请求意图——后台调用操作

    Originally, the purpose of this header was to identify the intent of the request — the operation to be invoked on the back end.

    youdao

  • 工作者线程池”,通过后台执行费时操作使应用程序响应更加迅速。

    A worker thread pool, to make web applications more responsive by performing expensive operations in the background.

    youdao

  • 执行部署作为后台任务运行,部署进行的同时也可以执行其他操作

    Deployment to the execution groups will take place as a background task, letting you perform other operations whilst the deployment takes place.

    youdao

  • libspe2中,这个操作变成同步的了,因此可能会希望后台运行一个线程,并发出自己pthread调用

    In libspe2, the operation is synchronous, so if you want to run a thread in the background, you have to make your own pthread calls.

    youdao

  • 正常的,因为有些操作可以继续进行之前需要后台任务完成例如使Workspace已经完成工作同步

    This is normal, because some operations need the background tasks to complete before they can proceed, such as getting the Workspace in sync with work you've done.

    youdao

  • Accelerator系统鼓励整个数组操作方式来表述数据并行处理算法不同后台程序(或“目标”)的实现有效

    The Accelerator system encourages you to express data-parallel algorithms in terms of whole array operations which leads to efficient implementations for various back ends (" targets ").

    youdao

  • service后台运行长时间操作或者执行远程进程工作组件

    A service is a component that runs in the background to perform long-running operations or to perform work for remote processes.

    youdao

  • 对于新的CopyOnWriteArrayListcopyonwritearrayset类,所有可变(mutable)操作首先取得后台数组副本副本进行更改然后替换副本。

    For the new CopyOnWriteArrayList and CopyOnWriteArraySet classes, all mutable operations make a copy of the backing array first, make the change to the copy, and then replace the copy.

    youdao

  • 可以使用-b参数这个操作转到后台执行

    This can also be done in the background with the -b parameter.

    youdao

  • TextTools一个低层状态系统,SimpleParse利用Python EBNF语法描述语法后台翻译快速的 mx.TextTools 操作)。

    mx.TextTools is a lower-level state machine, and SimpleParse makes use of a non-Python EBNF syntax to describe grammars (and translates it to fast mx.TextTools operations behind the scenes).

    youdao

  • 操作使用一个简单XSLT通过WebServiceProxy调用后台服务创建发送回到请求客户端的响应消息

    Action that USES a simple XSLT to call the sample back end service via the Web service Proxy, and creates the response message to be sent back to the requesting client.

    youdao

  • 操作系统会支持多任务处理但是我们还不清楚后台应用是否正常运行或者它们暂停直到转移前台

    Also, the OS supports multitasking, but it is not clear if background applications will run normally or they will be paused until brought to the foreground.

    youdao

  • 后台XML数据完成了一些数据库操作

    You did some database work with XML on the backend.

    youdao

  • 如果耗时操作应该这些操作放在另外的线程进行处理(后台线程或者工作线程)。

    If you have long operations to perform, you should make sure to do them in extra threads (background or worker threads).

    youdao

  • 如果耗时操作应该这些操作放在另外的线程进行处理(后台线程或者工作线程)。

    If you have long operations to perform, you should make sure to do them in extra threads (background or worker threads).

    youdao

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

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

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