发布时间:2012-09-12 17:23:28
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Arial; line-height: 26px; text-align: left; backgrou......【阅读全文】
发布时间:2012-09-12 17:21:13
在Makefile可以调用shell脚本,但是Makefile和shell脚本是不同的。本文试着归纳一下Makefile和shell脚本的不同。 1、 shell中所有引用以$打头的变量其后要......【阅读全文】
发布时间:2012-09-07 09:03:24
struct的使用中,经常会有看到下面两种: (1) typedef struct tagMyStruct { int iNum; long lLength;<......【阅读全文】