摘要: linux內核VFS加載rootfs文件系統(tǒng) 閱讀全文
摘要: top命令是Linux下常用的性能分析工具,能夠實時顯示系統(tǒng)中各個進程的資源占用狀況,類似于Windows的任務管理器。下面詳細介紹它的使用方法。 閱讀全文
摘要: C函數(shù)atoi的實現(xiàn) 閱讀全文
摘要: Unix Network Programming - Vol2 讀書筆記(Chapter 9. Record Locking) 閱讀全文
摘要: boost::filestream組件封裝 閱讀全文
摘要: 在Linux與Winodws下編譯boost 閱讀全文
摘要: 常常需要使用pthread_mutex線程同步,每次都要使用pthread_mutex_init, pthread_mutex_lock, pthread_unlock, pthread_mutex_destroy這幾個函數(shù),干脆封裝一下,以便以后重用。 閱讀全文
摘要: 進程間通訊--System V 共享內存 閱讀全文