摘要:
MacOS上运行Docker容器流程: 创建Dockerfile FROM arm64v8/ubuntu:22.04 AS builder RUN sed -i 's|ports.ubuntu.com|mirrors.tuna.tsinghua.edu.cn/ubuntu-ports|g' /etc 阅读全文
摘要:
set scheduler-locking off/on/step #总开关 set schedule-multiple on/off #多进程调试开关 set non-stop on/off # 多线程调试开关 thread apply all command thread apply ID1 I 阅读全文
摘要:
进程和线程 进程是资源分配的基本单位,线程是调度运行的基本单位。(最开始的如DOS系统不支持多线程,其以进程为调度单位) processes are abstractions for the processor, main memory, and I/O devices. The program a 阅读全文