balckduck

Results 8 comments of balckduck

你好,我如果本地调运,IP地址应该是IPv4吗?

对的 我本地用的127.0.0.1 我邮箱激活和沙箱支付还是不可以 502 bad...

忘给你说了😁,127.0.0.1:port就可以了,感谢分享! > 2020年11月17日 上午11:22,donglight 写道: > > > 嗯,本地的话可以是127.0.0.1吧,自己调试一下 > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub...

> 需要使用代理,我晚点加上。 以后都需要代理吗?香港的代理也是

computeClient.listShapes(listShapesRequest);---> ```` package com.oracle.bmc.http.internal; .... public R listenForResult(CompletionStage stage) throws Throwable { Waiter waiter = new Waiter(); waiter.listenForResult(stage); return waiter.waitAndWork(); } ```` this code creates jersey-client-async-executor-xxx , but does not...

> listShapes @[richachugh11](https://github.com/richachugh11) Hi,I haven't found a solution, I hope the SDK team needs to follow up it

> ```java > .clientConfigurator(builder -> { > builder.property(JerseyClientProperties.USE_APACHE_CONNECTOR, false); > }) > ``` Has it been resolved now?I am already using 3.39.0. too :)Is this the only way to do...