摘要:
https://www.eclipse.org/mat/downloads.php 直接下载使用 免安装 In Help > Install New Software..., enter the following update site URL: http://download.eclipse.o 阅读全文
摘要:
1.单引号和双引号的区别 str=yalong echo "The str is $str" >> The str is yalong #双引号中的$str被其值yalong替换,即双引号允许变量替换。 echo 'The str is $str' >> The str is $str #单引号中的 阅读全文