2017年8月16日

Linux中CPU亲和性(affinity)

摘要: 0、准备知识 超线程技术(Hyper-Threading):就是利用特殊的硬件指令,把两个逻辑内核(CPU core)模拟成两个物理芯片, 让单个处理器都能使用线程级并行计算,进而兼容多线程操作系统和软件,减少了CPU的闲置时间,提高的CPU的运行效率。 我们常听到的双核四线程/四核八线程指的就是支 阅读全文

posted @ 2017-08-16 17:49 蚂蚁flow 阅读(494) 评论(0) 推荐(0) 编辑

How to .gitignore all files/folder in a folder, but not the folder itself?

摘要: https://stackoverflow.com/questions/4250063/how-to-gitignore-all-files-folder-in-a-folder-but-not-the-folder-itself/5581995#5581995 put this .gitignor 阅读全文

posted @ 2017-08-16 15:59 蚂蚁flow 阅读(348) 评论(0) 推荐(0) 编辑

导航