摘要:
当习惯于Linux或者Windows命令行后,再使用MAC OS X的shell则有些不习惯 命令别名可以帮我们降低这种不适感 示例 编辑文件 # vi ~/.bash_profile 添加如下内容(根据自己习惯修改) alias dir='ls -l' alias ll='ls -l' al... 阅读全文
摘要:
Pointer to class member function: static: return_type (*member_func_ptr_var)(parameter_list) = &class_name::member_func normal_func: declare: re... 阅读全文
摘要:
Tom is an independent consultant, the author of C++ Programming Style (Addison-Wesley, 1992), and a columnist for C++ Report. This article is based ... 阅读全文
摘要:
Summary "Pure virtual function called" is the dying message of the occasional crashed C++ program. What does it mean? You can find a couple of simp... 阅读全文
摘要:
I need to turn to you, knowledgeable readers, for help in answering some questions. In a followup to yesterday's announcement by Red Hat about its v... 阅读全文
摘要:
零型(Type Zero)虚拟机监控程序的兴起 By Will Keegan, Technical Specialist, LynuxWorks, Inc. This post is also available in: 繁体中文, 英语 虚拟技术为嵌入式设计带来了巨大的好处,比如可... 阅读全文