
ubuntu
AOAO
这个作者很懒,什么都没留下…
展开
-
CentOS与Ubuntu命令中的不同之处
CentOS(Community ENTerprise Operating System)是Linux发行版之一,它是来自于Red Hat Enterprise Linux依照开放源代码规定释出的源代码所编译而成。由于出自同样的源代码,因此有些要求高度稳定性的服务器以CentOS替代商业版的Red Hat Enterprise Linux使用。 Ubuntu是一个以桌面应用为主转载 2013-04-16 14:51:52 · 2674 阅读 · 0 评论 -
Linux C编程Makefile编写初步
假设我们有下面这样的一个程序,源代码如下: /* main.c */ #include "mytool1.h" #include "mytool2.h" #includeint main(int argc,char **argv) { mytool1_print("hello"); mytool2_print("hello"); } /* mytool1.h */ #ifn转载 2013-04-17 23:50:02 · 1024 阅读 · 0 评论