context n. 1.上下文;文章的前后关系[脉络]。 2.(事情等的)关节,范围,场合,处境,条件;来龙去脉。 tell the meaning of a word from its context从一个字的上文下推知其字义。 in one context 在一定场合,在某一范围内。 in the context of 在…情况下。 in this context 关于这一点,在这种场合下。 outside the context of 在…之外。
Every reflective computation can be divided into two logical parts , context switching and meta - computation 每一次反射计算可以被分为两个逻辑部分:计算流上下文切换和元行为。
It can provide a granular level of trust , but applies only to context switches that are performed within signed modules 可以提供信任粒度级别,但只适用于在签名的模块内执行的上下文切换。
Modern operating systems generally do an excellent job of process scheduling , which minimizes context switching 现代操作系统通常在进程调度方面表现得很出色,从而最大程度减少了上下文切换。
The topics in this section provide information to help you understand and implement context switching in modules and sessions 本节中的主题提供信息来帮助您了解和实现在模块和会话中切换上下文。
If session user is called after a context switch , session user will return the user name of the impersonated context 如果在切换上下文之后调用session _ user , session _ user将返回模拟上下文的用户名。
A context switch involves s * * ing the context of the running ask and restoring the previously - s * * ed context of the other 上下文切换包括保存正在运行的任务的上下文和恢复早先保存的另一个任务的上下文。
A context switch involves saving the context of the running ask and restoring the previously - saved context of the other 上下文切换包括保存正在运行的任务的上下文和恢复早先保存的另一个任务的上下文。
A context switch involves saving the context of the running task and restoring the divviously - saved context of the other 上下文切换包括保存正在运行的任务的上下文和恢复早先保存的另一个任务的上下文。
A context switch involves saving the context of the running task and restoring the previously - saved context of the other 上下文切换包括保存正在运行的任务的上下文和恢复早先保存的另一个任务的上下文。
This causes what is known as a context switch from " user space " to " kernel space , " although that s just for you information 这就引起所谓的从“用户空间”到“内核空间”的上下文切换,不过这仅供了解之用。
A context switch is the computing process of storing and restoring the state (context) of a Process so that execution can be resumed from the same point at a later time. This enables multiple processes to share a single CPU.