04 2015 档案
curl命令使用小结[转]
摘要:curl命令有不少小技巧,linux下测试确实很方便。转http://blog.csdn.net/zhangliang_571/article/details/263797771、开启gzip请求curl -I http://www.sina.com.cn/ -H Accept-Encoding:g... 阅读全文
posted @ 2015-04-22 21:24 junle 阅读(231) 评论(0) 推荐(0)
windows下脚本检测tomcat是否启动,没有启动则启动
摘要:最近有个服务需要部署到windows server2003上面,机房没有windows ser的机器,没办法搞了个阿里云服务,购买的配置比较低,不知道什么原因,tomcat启动后总是容易自动退出,搞了个脚本检测tomcat是否启动状态,没有启动则启动。然后放入定时任务每隔5分钟跑一次,脚本如下:@e... 阅读全文
posted @ 2015-04-16 19:45 junle 阅读(5992) 评论(0) 推荐(0)
maven命令行跳过test
摘要:mvn跳过测试的两种方法:-DskipTests -Dmaven.test.skip=true 阅读全文
posted @ 2015-04-10 18:34 junle 阅读(1678) 评论(0) 推荐(0)