gpt4 book ai didi

Ant Get 任务超时问题

转载 作者:行者123 更新时间:2023-12-04 04:40:35 28 4
gpt4 key购买 nike

我有一个返回纯文本的 Web 服务。我将添加超时,如果服务未启动,则将属性设置为 true。我该怎么做?下面是我的代码。

<get src="localhost:8080/order/available" dest="${propertyname}"/>

我得到:

get 不支持“maxtime”属性

最佳答案

你可以使用这样的东西。首先下载到一个文件,然后检查文件是否存在:

<delete file="${testfile}"/>
<get src="localhost:8080/order/available" dest="${testfile}" maxtime="5000" />
<available file="${testfile}" property="${propertyname}" value="true"/>

编辑:maxtime 属性在 ant 1.8.0 或更高版本中可用,根据他们的 doc

关于Ant Get 任务超时问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18965661/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com