Stanley Bulgrin

Results 3 comments of Stanley Bulgrin

> i kown, webhdfs restfull api return datanode's hostname, not its IP. browser cannot resolve it. Webhdfs restfull api will redirect request to datanode,but it use hostname.The networks of docker...

一个临时性的解决方案,使用`OpenAiService(OpenAiApi api)`的构造函数,生成OpenaiService的实例 我将我使用的解决方案附上,希望能提供帮助,也希望作者能更新api。我不喜欢墙 ```java public class OpenAIServiceCustom extends OpenAiService { public static OkHttpClient defaultClient(String token, Duration timeout) { return new OkHttpClient.Builder() .addInterceptor(new AuthenticationInterceptor(token)) .connectionPool(new ConnectionPool(5, 1, TimeUnit.SECONDS)) .readTimeout(timeout.toMillis(), TimeUnit.MILLISECONDS) //请求都是基于okhttp发出的,只要更改了okhttp的代理设置,那么retrofit就会自动使用代理...

我也遇到了,升级到v0.17版本了。但是粘贴进Univer之后,一些数值编辑之后就变成富文本了,我需要里面数值进行编辑并且获取它。