Posts Tagged ‘C’

常见的C语言基础话题

1,const char 与 char 的区别
原文参考这里: http://topic.csdn.net/t/20030326/22/1581422.html
最这两个例子: const char * c=”hahaha”;和 char * c =”hahaha”; 而言,CSDN上的朋友给了详细的解释:

Read the rest of this entry »

系统管理员需要掌握的知识

等运维的同事处理一个问题,大概会有15分钟的空隙。所以简单整理此文,望为自己此后工作做一个参考,有所侧重。 以系统维护为主要内容。

Read the rest of this entry »