摘要: 1 定义字符串不需要引号 var=NONE echo $var ==>NONE 2 支持基本的整数计算 a=1 b=2 echo $((a+b)) ==>3 必须用$(()),双括号的形式来指示进行整数计算。 3 空格不能随便用 运算符和操作数之间不能随便加空格。 阅读全文
posted @ 2017-01-11 16:17 PhoenixTree(梧桐树) 阅读(114) 评论(0) 推荐(0)
摘要: 1 the architecture of gcc 2 自己编译gcc时的 --build --host --target选项的含义和用法 <1> --build 执行本次的gcc编译的主机,就是该configure脚本运行的主机系统。这个参数可以由config.guess自动获取。也可以自己指定。 阅读全文
posted @ 2017-01-11 14:05 PhoenixTree(梧桐树) 阅读(192) 评论(0) 推荐(0)
摘要: What hardware do you use? I am using a Lemote Yeelong, a netbook with a Loongson chip and a 9-inch display. This is my only computer, and I use it all 阅读全文
posted @ 2017-01-11 09:17 PhoenixTree(梧桐树) 阅读(221) 评论(0) 推荐(0)