Ubuntu/Redhat/openSUSE
文章平均质量分 79
zhtwe
希望这里会是一个新的开始...
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
~/.vimrc
Remember to convert EOL(end of line) to Unix format when you copy the following content ! --------------------------------------------------------------------------------" Switch syntax high原创 2010-04-24 22:09:00 · 477 阅读 · 0 评论 -
signal SIGCHLD
signal SIGCHLD原创 2010-06-12 00:58:00 · 859 阅读 · 0 评论 -
Linux device driver
<br />dev_t<br /><br /> int MAJOR(dev_t dev) // macro<br /><br /> int MINOR(dev_t dev) // macro<br /><br /> dev_t MKDEV(int major, int minor) // macro<br /><br /> int register_chrdev_region(dev_t first, unsigned int count, char *name)<br /><br /> int原创 2010-08-20 19:09:00 · 397 阅读 · 0 评论 -
VirtualBox 3.2.12 + openSUSE 11.2 + VBoxLinuxAdditions
VirtualBox 3.2.12 + openSUSE 11.2 + VBoxLinuxAdditions原创 2010-12-19 12:36:00 · 773 阅读 · 0 评论 -
多级目录中的Makefile
多级目录中的Makefile...原创 2011-03-13 16:25:00 · 2616 阅读 · 2 评论 -
Useful cmds under Linux
1. 'nm', 'eu-readelf' and 'c++filt' Example code: #include using namespace std; class Test { public: static void Fun(int i, const ch原创 2011-03-25 01:05:00 · 596 阅读 · 0 评论
分享