• 在哪部分操作以及操作进程怎样的。确定日期包含任何计划过程

    Who is working on what, and how far along they are. Be sure to include the date in any status proposal. For example.

    youdao

  • 即使手术刀昏迷着,可以在手术前医生交谈,确保每个人都知道手术操作进程

    Even if you're comatose when going under the knife, you can have a conversation with your doctor beforehand to make sure everyone knows what operation is scheduled.

    youdao

  • 状态在哪部分操作以及操作进程怎样的。确定日期包含任何计划过程

    Status: Who is working on what, and how far along they are. Be sure to include the date in any status proposal. For example.

    youdao

  • 加强反馈使用自定义控件外观动画反馈用户事件正确执行或者正确,或者显示操作进程

    Improve feedback. You can use custom control visuals and animations to give feedback to show that something is being done correctly or incorrectly, or to show progress.

    youdao

  • 已经了解如何更改进程优先级,那么对于线程又如何操作呢?

    Now that you know how to change the priority of processes, how do you do this with threads?

    youdao

  • 这样进程设备执行操作内核就会知道应该引用什么设备驱动程序

    That way, when a process performs an operation on the device, the kernel knows what device driver should be referenced.

    youdao

  • 因为中间件实例不同,所以每个租户自己操作系统进程(地址空间)。

    Since the middleware instance is different, each tenant is allocated its own set of operating system processes (i.e. address space).

    youdao

  • 构件提供操作进程一个片段执行

    Each operation provided by the component is implemented by a fragment of this process.

    youdao

  • FENCEDNOT FENCED:这个子句指定例程是否认为可以数据库管理器操作环境进程或地址空间中“安全地运行

    FENCED or NOT FENCED: This clause specifies whether the routine is considered "safe" to run in the database manager operating environment's process or address space.

    youdao

  • 由于这些进程已经存在,因此操作系统需要浪费宝贵的时间创建进程为之分配内存等等

    Since these processes already exist, there's no need for the operating system to waste valuable time to create a process, allocate memory to it, and so on.

    youdao

  • 进程操作系统看来就是内存里硬盘驱动器执行程序。

    Processes are identified by the operating system as programs that execute in memory or on the hard drive.

    youdao

  • 工作通常含义指的是一个逻辑概念一点为了避免分页操作进程需要驻留内存中的那些页面

    Working set more commonly means the logical concept of which pages the process would need to have in memory at that point to avoid any paging.

    youdao

  • 为此选择列表进行注册同步按照用户同步进程进行操作

    To do this, follow the user synchronization process, choosing to register or synchronize from the list of groups.

    youdao

  • 服务可能配置同一操作系统进程中,或者分布运行不同机器上多个进程中。

    Services may also be collocated in the same operating system process or distributed across multiple processes running on different machines.

    youdao

  • 然后显示用户之前响应聚合业务进程操作单个响应

    The responses are then aggregated into a single response for the business process to manipulate before displaying to the user.

    youdao

  • 正如cpu允许多个操作系统进程服务多个用户一样,一台数据库服务器虚拟处理器也可以运行多个线程来多个SQL客户机应用程序提供服务。

    Just as a CPU runs multiple operating-system processes to service multiple users, a database server virtual processor runs multiple threads to service multiple SQL client applications.

    youdao

  • 进程执行许多操作取决于资源使用

    Many of the actions that processes perform depend on the use of resources.

    youdao

  • 继续讨论进程操作系统将对机器底层资源访问虚拟化为进程

    Continuing with the processes theme, operating systems virtualize access to the underlying resources of the machine to processes.

    youdao

  • 对于 KAIO,进程需要等待I/O请求完成;当 I/O 操作完成进程就可以继续

    With KAIO, processes do not need to wait for I/O requests to complete; the processes can continue while the I/O operations are completed.

    youdao

  • 不论activity发生什么情况,使用服务可以保证操作至少拥有“服务进程优先级

    Using a service guarantees that the operation will have at least "service process" priority, regardless of what happens to the activity.

    youdao

  • VMID识别器本地操作系统进程识别器(“pid”)并不总是相同就是我们需要JDKjps实用程序原因

    The "VMID" identifier is not always the same as the native operating system process identifier ("pid"), which is why we need the JDK's jps utility.

    youdao

  • 虽然苹果没有诉讼指名道姓说是Google许多被命名专业都涉及操作系统进程

    Although Apple has not named Google in the suits, many of the named patents relate to operating system processes.

    youdao

  • 例如安装正确Ant扩展任务后,可以触发ftp传输,可以写入日志文件执行另一个操作系统进程

    For instance, with the right Ant extension tasks installed, an FTP transfer could be triggered, a log file could be written, or another operating system process could be executed.

    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

  • 每个操作系统进程占用自己虚拟地址空间,即可以读写的虚拟内存

    Each operating-system process is allocated its own virtual address spacea set of virtual-memory pages that it can read from and write to. Each page can be in one of three states.

    youdao

  • 处理后,OrderApproval实例对于审批结果调用业务状态approvalResponse操作然后结束进程

    Once processed, the OrderApproval instance will call the business state machine's approvalResponse operation with the result of the approval and then end.

    youdao

  • map函数专用获取数据输入分成片段然后交由其他进程进行操作

    The map function is designed to take a large data input and divide it into smaller pieces, which it then hands off to other processes that can do something with it.

    youdao

  • Erlang 以 “进程” 为前提,如同轻量级线程(而操作系统进程),但是直接映射本地线程。

    Erlang assumes a world of "processes," which are like lightweight threads (not like operating system processes) but do not map directly to native threads.

    youdao

  • hypervisor之于操作系统类似于操作系统之进程

    Hypervisors do for operating systems what operating systems roughly do for processes.

    youdao

  • hypervisor之于操作系统类似于操作系统之进程

    Hypervisors do for operating systems what operating systems roughly do for processes.

    youdao

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

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

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