Monthly Archives: August 2010

简易PHP日志程序

为了方便调试PHP程序,在程序适当的位置加入日志是明智之举,而不是采用echo来跟踪程序。为此,我写了一个简易的日志程序,来满足我的基本需求,并在此分享,希望有人参与讨论。 Continue reading

Posted in PHP | Tagged , | Leave a comment

[转载]受益终身的故事

小故事,大道理,今天在QQ空间看到这几个故事,感觉很有意思,故转载于此,以时常回味。 Continue reading

Posted in Notes | Leave a comment

初识Makefile

其实很早以前就知道Makefile, 并且很多时候在Linux下安装程序时也间接地用到了它,不过今天是第一次学习使用。 Continue reading

Posted in Linux, Notes | Tagged , , | Leave a comment

安装C/C++编译环境

C/C++编译环境的安装虽然很简单,但还是记录于此,以便日后参考,也希望对初学者有所帮助。 Continue reading

Posted in Linux, Notes | Tagged , | Leave a comment