摘要: Maven v3.3.9需要JDK7支持 JDK1.6适用最高Maven版本3.2.5。 Maven Releases History Date format is: YYYY-MM-DD Maven 3 Release DateVersionRequired Java VersionLinks20 阅读全文
posted @ 2016-09-21 15:02 hongweigg 阅读(400) 评论(0) 推荐(0)
摘要: 1、判断字符串为空 if [ -z "$str" ]; then echo "empty string" fi 2、判断文件是否存在 if [ -f /home/builder/.profile ]; then echo "File exists;" fi 3、逻辑非 if [ ! -f /home 阅读全文
posted @ 2016-09-21 12:34 hongweigg 阅读(283) 评论(0) 推荐(0)