摘要:
**** 新建cdxx 文件 #echo "Input something:"#read input#echo "Your input is: $input"#kong=$input#echo ${kong:0:1} if [ -z $1 ];then #判断字符串是否为空 echo "in par 阅读全文
摘要:
*** gcc 对其选项 [-fpack-struct] gcc -fpack-struct[=n] 该编译器选项解决了结构中字节对齐问题。 -fpack-struct将所有结构成员无缝隙地压缩在一起。因为它使代码程序效率大大降低,且结构成员的偏移量与系统库不相符,这么做有时可能导致寻址错误,所以一 阅读全文