gpt4 book ai didi

Groovy:由于未设置代理而超时(java.net.ConnectException)

转载 作者:行者123 更新时间:2023-12-04 16:37:06 26 4
gpt4 key购买 nike

我想使用 Groovy 脚本访问网页。但是我支持代理。

这是一个失败的测试脚本......

println "Google page is..."
println 'http://www.google.com'.toURL().text

这是输出...
>groovy proxytester.groovy 
Google page is...
Caught: java.net.ConnectException: Connection timed out: connect
at checker.run(proxytester.groovy:2)

如何在 Groovy 中设置代理服务器信息?

最佳答案

或者,从 Groovy 本身内部:

System.properties << [ 'http.proxyHost':'proxyHost', 'http.proxyPort':'port' ]

关于Groovy:由于未设置代理而超时(java.net.ConnectException),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10753647/

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