linuxgentoo libvirt kvm cgroup目录找不到问题 Posted on 2011年 12月 28日2011年 12月 28日 by babydragonLeave a Comment on gentoo libvirt kvm cgroup目录找不到问题 这段时间发现虚拟机只能启动一次,如果再次启动就会提示:Unable to cre … Continue reading “gentoo libvirt kvm cgroup目录找不到问题” →
c/c++More Effective C++ 读书笔记五——异常 Posted on 2011年 12月 4日2011年 12月 4日 by babydragonLeave a Comment on More Effective C++ 读书笔记五——异常 条款12:了解“抛出一个exception”与“传递一个参数”或“调用一个虚函数 … Continue reading “More Effective C++ 读书笔记五——异常” →
c/c++More Effective C++ 读书笔记四——异常 Posted on 2011年 12月 4日 by babydragonLeave a Comment on More Effective C++ 读书笔记四——异常 条款9:利用destructors避免泄漏资源 这里开始介绍了auto_ptr, … Continue reading “More Effective C++ 读书笔记四——异常” →