nice.html

来自「Unix下基于Web的管理工具」· HTML 代码 · 共 11 行

HTML
11
字号
<header>Nice Level</header>Every process runs with a certain priority, called the nice level. A highpriority process will get more CPU time than those with lower priorities,and thus appear to run faster. Changing the nice level only really makessense for CPU-intensive processes, as most programs spend almost all oftheir time waiting for something (such as user input) and thus will notbenefit or suffer if their priority changes.<hr>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?