
ant
maypol
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ant 自动上传
${host.prompt} rm -r ${ci.remote.workdir} ${host.prompt} mkdir -p ${ci.remote.workdir} ${host.prompt}原创 2012-06-06 19:27:56 · 585 阅读 · 0 评论 -
ant zip打包
basedir="../../../Common" excludes="**/target/**" />原创 2012-06-28 17:40:09 · 6781 阅读 · 0 评论 -
ant cpoy语句
原创 2012-06-28 17:33:27 · 700 阅读 · 0 评论 -
ant并行执行打包任务
原创 2012-06-28 17:24:42 · 2772 阅读 · 0 评论 -
awk 函数写法
tid=1235 filename=ab.txt awk -F '#' -v rea_id=${tenantid} -v real_filename=${filename} '{ printf("insert into ab (a1, a2, d3, e4, f5, g6) values (")>>real_filename; #1-2原创 2012-11-17 14:56:02 · 454 阅读 · 0 评论 -
ant 调用子任务
---原创 2013-03-19 10:32:59 · 687 阅读 · 0 评论