Allow the user interface to remain responsive, while allocating time to background tasks.
允许使用者介面保持回应性,同时将时间分配给背景工作。
You might sometimes see messages that your user operations are blocked by the background tasks.
您有时可能会看到您的操作被后台任务阻断的消息。
Solitude is a blessing all week, it allows you the time to accomplish some important background tasks.
本周独居是一种祝福,这让你有时间去完成一些重要的背景工作。
Class is never declared in the markup of a page; it is strictly a worker object that performs background tasks.
类决不会在网页的标记中声明,严格地讲,它是一个执行后台任务的工作者对象。
Background tasks will use the DataFlowStream to stream result tweets back to the main thread that reads them from the stream.
后台任务将使用DataFlowStream来将结果tweets流式传输回主线程,该主线程从数据流中读取它们。
If the background tasks all implement the same interface or follow a naming convention, then include-filters could be used.
如果这些后台任务都实现一个相同的接口或者都沿用同样的命名惯例,那么可以用include -filters。
Enables background tasks that interact with the user interface, communicating via events raised on the user-interface thread.
启用与使用者介面互动的背景工作,透过使用者介面执行绪上引发的事件来沟通。
The platform offers AMD's Fusion for gaming technology, which suspends background tasks to channel extra resources into gaming.
该平台采用了AMD的Fusionfor Gaming技术,它可以在游戏时暂停后台任务来给游戏程序提供更多资源。
There's really nothing magical about this class, but it does allow us to be more clear about the intent of firing background tasks.
这个类没什么神奇的,但它确实能帮助我们对后台启动的程序的目的了解得更清楚。
With multithreading, you can spin off background tasks, manage simultaneous streams of input, manage a user interface, and much more.
使用多线程处理,可以派生出后台任务、管理同时发生的输入流、管理用户界面,等等。
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.
这是正常的,因为有些操作在可以继续进行之前需要后台任务先完成,例如使Workspace与您已经完成的工作同步。
The vector drawing is employed for a variety of tasks, such as filling the background color, border color, gradients, fills, and strokes.
矢量绘制用于完成各种任务,比如填充背景颜色、边框颜色和渐变等。
For example, in the how-to design concept topics appear only as background before the tasks rather than in the middle of the how-to.
比如,在“how - to”设计中,概念主题仅作为背景知识出现在任务之前,而不是出现在“how - to”的中间。
As a web developer, one of the most common tasks I encounter is changing the background color of an icon or making its background transparent.
作为一个网页开发员,我用Photoshop最常要做的是改变图标的背景颜色或者是把图标背景变透明。
Another common threading model is to have a single background thread and task queue for tasks of a certain type.
另一个常见的线程模型是为某一类型的任务分配一个后台线程与任务队列。
A service is a console application that runs in the background and performs tasks that don't require user interaction.
服务是一个运行在后台并实现勿需用户交互的任务的控制台程序。
Part I is an introduction that briefly presents the study background of reflection and reflective learning, the study methods and the main study tasks.
简要地介绍了开展反思性学习研究的背景以及本文的主要的研究方法和研究任务。
GAE queues allow you to take potentially long-running processes, break them up into succinct tasks (servlets), and throw those tasks onto queues to be executed in the background.
gae队列允许您采取可能长时间运行的进程,将它们变为简洁的任务(servlet)并将这些任务放到队列上以便在后台执行。
A Linux service is an application that is either runing in the background waiting to be used, or carrying out essential tasks.
Linux服务就是一种应用程序,它要么在后台运行等待被使用,要么就在执行某些必需任务。
Herrington recommends using batch processing and cron to tackle those tasks that can process in the background. Web users don’t want to wait long for tasks to complete on the web.
Herrington推荐使用批处理和Cron来代替那些可以运行在后台的程序脚步,web用户并不愿意在线等待你的处理过程,所以有些事情更适合放到后台来处理。
Consider exploiting Spring's asynchronous task executors to reduce user wait time for tasks that can be run in the background.
对可以在后台运行的任务,考虑使用Spring的异步任务执行器来减少用户等待时间。
Google App Engine provides a queuing mechanism that allows tasks to be processed asynchronously in the background.
Google应用程序引擎提供可以在后台将任务异步处理的排队机制。
Briefing the background, tasks and measures of het center, this paper sets an example for universities to participate national technical renovation and to establish their own engineering center.
介绍了此中心成立的背景、任务、措施,为探讨大学参与国家的技术改造、办好工程中心作借鉴。
Unfortunately, such periods of computer inactivity cause problems for Linux, which USES a utility called Cron to run routine maintenance tasks in the background.
不幸的是,这种经常性地关机行为会为Linux系统带来问题,因为Linux使用称为Cron的实用工具在后台运行日常的维护作业。
There's been a new "background thread" capability added which makes Eclipse much more responsive when there are long-running tasks that need to be executed from the IDE.
新版本中还添加了一种“后台线程(background thread)”功能,有了这个功能,当存在需要从ide执行的长时间运行的任务时,Eclipse能够有更好的响应时间。
Of course these tasks were always possible with HTML forms, but Ajax makes it easy to send data asynchronously in the background.
当然,这些任务总是能够通过HTML形式实现,但是Ajax 能更加便捷地在后台异步发送数据。
Note that Timer creates a non-daemon thread to fire the tasks in the background, however, so in Listing 10 I have to kill the VM via a call to System.exit().
请注意Timer却创建了一个非守护线程在后台启动任务,因此在清单10 中我需要调用 System.exit() 来取消任务。
Even background apps continue to receive CPU time to execute ongoing tasks.
即使是后台应用,也会持续收到CPU时间,来完成它们的工作。
Threads can be used to improve the responsiveness of applications that accept user input while other tasks run in the background.
线程可以用来提高应用程序的响应速度,那些应用程序可以在接收用户输入的同时在后台运行其他任务。
Threads can be used to improve the responsiveness of applications that accept user input while other tasks run in the background.
线程可以用来提高应用程序的响应速度,那些应用程序可以在接收用户输入的同时在后台运行其他任务。
应用推荐