Retrieve or set a processess CPU affinity(亲和).
This requires sched_{g,s}etaffinity support in your libc. 1. busybox
cd ~/source-code/mc40/buildroot-2020.02.8
make busybox-menuconfig Linux System Utilities ---> [*] taskset (4.2 kb) 2. make
make -j…
Number
Number可以将Boolean值(true(1),false(0)),数字值,null(0),undefined(NaN),字符串转换为数字。在这里我们讨论Number和parseInt、parseFloat的区别,其实在讨论的是在将字符串转换为数字时这三种方法的异同。
…
一、来源
基本上shell分两大类: 1、图形界面shell(Graphical User Interface shell 即 GUI shell) 例如:应用最为广泛的 Windows Explorer (微软的windows系列操作系统),还有也包括广为人知的 …