bluebit的读书主页
bluebit的书评 · · · ( 4篇 )
coding guideline
After coding,should read this to refector, and before begin coding , should read this to avoid code bad smell. Writing good code is like wrtiting goode article ,the spell、grammer、structure all affect quality. Code is for machine to execute,and also need change、improve、read by others,i...(0回应)
file system framework
1.user -> file list -> fd-> file list -> file info (file pos,ref count ...) -> vnode -> (inode,rnode,pnode) 2.use mdb to view kernel vnode、inode 3.vnode cache(DNLC) , lookup path 4.implement a test file system (0回应)
key point1
chapter 2 best possible schedule = Classic-Mistake Avoidance + Development Fundamentals + Risk Management + Schedule-Oriented Pratices (0回应)
bluebit关注的人 · · · ( 全部14 )
最近阅读 · · ·
- 2009年11月27日
- 读过 The Passionate Programmer
- 2009年1月3日
- 读过 追求卓越
- 2008年11月9日
- 在读 货币战争、客户关系管理手册
- 2008年9月15日
- 在读 社会学与生活
- 2008年7月13日
- 读过 万物简史
- 2008年5月24日
- 读过 Absolute FreeBSD, 2nd Edition
- 2008年5月11日
- 读过 计算机程序的构造和解释、FreeBSD操作系统设计与实现
- 2008年5月6日
- 在读 Linux 内核编程必读(英文版) (平装)
- 2008年4月20日
- 读过 咨询的奥秘(咨询师的百宝箱)、咨询的奥秘
-
写了Design Patterns的评论
The begin of MVC
The GOF book teach many students the word MVC.But what exactly MVC means , and how structs implement it、how GUI(Java Swing) implement it, little of them kno...
-
写了Refactoring的评论
coding guideline
After coding,should read this to refector, and before begin coding , should read this to avoid code bad smell. Writing good code is like wrtiting goode a...
-
写了Solaris内核结构的评论
file system framework
1.user -> file list -> fd-> file list -> file info (file pos,ref count ...) -> vnode -> (inode,rnode,pnode) 2.use mdb to view kernel vnode、inode ...
-
写了Rapid Development的评论
key point1
chapter 2 best possible schedule = Classic-Mistake Avoidance + Development Fundamentals + Risk Management + Schedule-Oriented Pratices
- 在读 Rapid Development、深入理解LINUX网络内幕





























The begin of MVC
The GOF book teach many students the word MVC.But what exactly MVC means , and how structs implement it、how GUI(Java Swing) implement it, little of them knows. GOF's 24 pattern is short and clear, it's from many years software construction practice.But fresher learn it need do much practice,a...(1回应)