不灭的焱

加密类型:SHA/AES/RSA下载Go
复合类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel)、接口(interface)、数组(array)、结构体(struct) Go类型+零值nil
引用类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel) Go引用

作者:AlbertWen  添加时间:2014-01-13 23:56:24  修改时间:2025-11-04 06:38:44  分类:01.Linux基础  编辑

看到别人写的Shell脚本中有 make -j8 等字眼,Google了一下,网友说是:

make linux kernel/rootfs时候多线程执行。