04 2014 档案

摘要:ExplainShell官方網站:http://explainshell.com/原始碼下載:https://github.com/idank/explainshell用瀏覽器打該explainshell網站,在中間的欄位輸入你欲查詢的Linux指令。下面有提供了幾個範例,可以直接點選範例來查看解釋... 阅读全文
posted @ 2014-04-21 14:55 jeremyatchina 阅读(279) 评论(1) 推荐(0)
摘要:Linux Kernel中所應用的數據結構及演算法Basic Data Structures and Algorithms in the Linux kernelLinks are to thesource code on github.Linked list,doubly linked list,lock-free linked list.B+ Treeswith comments telling you what you can't find in the textbooks.A relatively simple B+Tree implementation. I have wri 阅读全文
posted @ 2014-04-10 14:25 jeremyatchina 阅读(417) 评论(0) 推荐(0)