最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

工作和技术

工作相关的技术文章

linux tar use example

linux tar use example

crifan 17年前 (2008-03-04) 1895浏览 0评论

some example: //create verbose file tar cvf filesname.tar       tar cvfz filesname.tar.gz ...

feof, fgets and fread

feof, fgets and fread

crifan 17年前 (2008-03-03) 1952浏览 0评论

feof, fgets and fread[ZT] Prev: File Input and Output, fopen and fclose Next: rewind, fputc and fputs Detecting the End ...

debug tips

debug tips

crifan 17年前 (2008-03-03) 1548浏览 0评论

we can use __FUNCTION__   = a system macro ,that is the current function name and __LINE__    ...

Linux下Makefile的automake生成全攻略[ZT]

Linux下Makefile的automake生成全攻略[ZT]

crifan 17年前 (2008-03-02) 1452浏览 0评论

Linux下Makefile的automake生成全攻略[ZT] 作为Linux下的程序开发人员,一定都遇到过Makefile,用make命令来编译自己写的程序确实是很方便。一般情况下,大家都是手工写一个简单Makefile,如果要想写出一个符合自...

挖Linux中的古老缩略语

挖Linux中的古老缩略语

crifan 17年前 (2008-03-02) 1578浏览 0评论

挖Linux中的古老缩略语 作者: Nigel McFarlane,  出处:TechTarget    在过去的时间里,Unix和它的子分支Linux收集有许多的历史和一些完全古老的语言。在这篇技巧文章中,我们将介绍一少部分古老的语言和它们的目的...

Linux 动态函数库

Linux 动态函数库

crifan 17年前 (2008-03-02) 1622浏览 0评论

Linux 动态函数库【ZT】 windows里面的动态函数库文件是以dll结尾的文件 linux中一般 .so 为共享库 .a为静态库 .la为libtool自动生成的一些共享库,可以用vi编辑查看,主要记录了一些配置信息。可以用如下命令查看*....

61 queries in 0.168 seconds, using 21.89MB memory