摘要: echo 打印 <> echo ^< echo ^> echo 换行 echo 你好@echo.世界。 echo 多行打印 > log.log 此时 > 无效。(我发现是这样的,有成功的可交流一下,我在Jenkins中使用一个变量存储一个多行数据后,在使用echo %变量% > log.log,结果 阅读全文
posted @ 2017-09-14 17:30 星剑 阅读(506) 评论(0) 推荐(0)
摘要: maven test使用记录 运行指定的测试类: >mvn test -Dtest=[ClassName] 运行测试类中指定的方法:(这个需要maven-surefire-plugin:2.7.3以上版本才能支持) >mvn test -Dtest=[ClassName]#[MethodName] 阅读全文
posted @ 2017-09-14 11:14 星剑 阅读(197) 评论(0) 推荐(0)