Tag: Server

在 Kotlin 中使用 reflect 的問題

Class kotlin.reflect.jvm.internal.calls.CallerImpl $ FieldGetter can not access a member of class 面臨了這樣的問題。我進行了研究,閱讀了下方參考資料中的文章後理解了原因...

Kotlin 中使用 reflect 的问题

Class kotlin.reflect.jvm.internal.calls.CallerImpl $ FieldGetter can not access a member of class 遇到了这个问题。为什么呢?我进行了研究,阅读了下文参考资料中提到的内容后理解了。以下是对文章回复的翻译。

Issue with using reflect in kotlin

Class kotlin.reflect.jvm.internal.calls.CallerImpl $ FieldGetter can not access a member of class 다음의 이슈에 직면하였다. 왜일까 Research 를 하였고. 아래 Reference 에 명시한 글을 읽고...

Kotlinでreflectを使用する際の課題

Class kotlin.reflect.jvm.internal.calls.CallerImpl $ FieldGetter can not access a member of class という問題に直面しました。なぜか調査したところ、以下の参考資料に記載された内容で理解できました...

Issue with using reflect in kotlin

Class kotlin.reflect.jvm.internal.calls.CallerImpl $ FieldGetter can not access a member of class I encountered the following issue. Why? I did some research. After reading the post mentioned in the Reference below, I understood it. I have translated the answer from the post below.

Webflux 中 exchange 與 retrieve 的差異

在什麼情況下?我當時正在使用 Spring Boot 2.x.x 版本的 Webflux。當我在程式碼中使用 Webclient 時,我通常會在請求後使用 exchange(),因為我所使用的 API 在失敗時會回傳 200 HTTP 狀態碼並帶有錯誤訊息主體...

Webflux 中 exchange 和 retrieve 的区别

在什么情况下使用?我在 Spring Boot 2.x.x 版本中使用 Webflux。在代码中使用 WebClient 时,我通常会在请求后使用 exchange(),因为我使用的 API 在失败时会返回 200 HTTP 状态码和错误主体。

Webflux exchange と retrieve の違い

どのような状況で?私は Spring Boot 2.x.x バージョンで Webflux を使用していました。コード内で Webclient を使用する際、通常はリクエストの後に exchange() を使用していました。なぜなら、使用していた API が失敗した際に 200 HTTP ステータスとエラーボディを返していたからです...

Spring WebFlux - (1) Mono 與 Flux

Spring 說明了創建 WebFlux 的原因如下。由於這是主觀解釋,建議直接閱讀原文。若有翻譯錯誤或需要補充的內容,請留言告知。(_ _) Why was Spring WebFlux created? 為什麼會出現 Spring Web...

Spring WebFlux - (1) Mono 和 Flux

Spring 团队说明了创建 WebFlux 的原因。由于这是主观解读,建议阅读原文。如果有翻译错误或需要补充的内容,欢迎在评论区指出。(_ _) Why was Spring WebFlux created? 为什么会出现 Spring WebFlux...

Spring WebFlux - (1) Mono와 Flux

Spring 에서 WebFlux 를 생성한 이유를 다음과 같다고 얘기합니다. 주관적인 해석이므로, 원문을 직접 해석하시길 추천드립니다. 잘못 해석된부분이나, 추가할 내용이 있다면 댓글 부탁드립니다. (_ _) Why was Spring WebFlux created? 왜 스프링 웹플...

Spring WebFlux - (1) MonoとFlux

SpringがWebFluxを作成した理由は、以下の通りだと説明されています。あくまで主観的な解釈ですので、原文を直接解釈されることをお勧めします。誤訳や追加すべき内容があれば、コメントをお願いします。 (_ _) Why was Spring WebFlux created? なぜSpring WebFluxができたのか...

Spring WebFlux - (1) Mono and Flux

Spring explains why they created WebFlux as follows. As this is a subjective interpretation, I recommend interpreting the original text directly. If there are any misinterpretations or additional content, please leave a comment. (_ _) Why was Spring WebFlux created?

[Jenkins] Yosemite 10.10 에서 Jenkins설치시 유의점

[문제] 젠킨스 pkg 파일을 다운로드 받아서 설치를 하시고 바로 실행하시면 아래와 같은 에러를 볼 수 있습니다. localhost:8080 ... error.. cat /var/log/jenkins/jenkins.log 입력시에 아래와 같은 로그를 볼 수 있어요. JLReques...