Trouvaillle log.
Categories
ai
2
backend
9
blockchain
2
career
1
data-engineering
3
database
5
frontend
1
life
3
software-engineering
1
study/kuar
3
tip
14
App
Apr 1, 2022
Counter
Jun 17, 2022
Random Number Generator
Jun 26, 2022
Spider!
Aug 11, 2022
Cashwalk Answer
Aug 15, 2022
Sketch Pad
Oct 28, 2022
Tetris
Oct 3, 2023
Clock
Sep 23, 2024
Minesweeper
Oct 18, 2024
Supaplex
Trouvaillle log.
Categories
ai
2
backend
9
blockchain
2
career
1
data-engineering
3
database
5
frontend
1
life
3
software-engineering
1
study/kuar
3
tip
14
backend ·
9
Aug 19, 2024 · 0 min
How to install Kind to study kubernetes
install and initialize podman brew install podman podman machine init --cpus=4 --memory=8096 --disk=50 podman machine start setup a kind cluster export KIND_EXPERIMENTAL_PROVIDER=podman kind cre...
Feb 13, 2023 · 1 min
Kotlin에서 ObjectMapper 사용 시 주의사항
TL;DR Kotlin에서 ObjectMapper 사용 시 jacksonObjectMapper 객체를 생성하자. Problem Kotlin에서 data class의 경우 Java의 Lombok처럼 getter와 setter, 그리고 equals, hashcode, copy를 자동 생성해줍니다. 아래와 같은 data class가 있을 경우 Java의...
Feb 11, 2023 · 3 min
KMDF developing guide
TL;DR Follow the insturctions from Write a Hello World Windows Driver (KMDF). Steps Download the WDK Download the WDK Install Visual Studio Install Windows SDK Install WDK(Windos Drive...
Jan 28, 2023 · 0 min
Windows System Programming
윈도우즈 시스템 프로그래밍 컴퓨터 시스템의 주요 구성요소 CPU, Cache, Main Memory, Persistence(File I/O) Domain Computer Architecture: CPU, Cache Operating System: Main Memor...
Nov 2, 2022 · 12 min
Solving the 'Only one connection receive subscriber allowed' issue
Introduction An exception is thrown like below when using Spring WebFlux and WebClient. Exception:java.lang.IllegalStateException: Only one connection receive subscriber allowed. We will investigat...
Sep 21, 2022 · 1 min
ServerHttpResponse already committed 이슈 해결
이슈 스프링 프레임워크 프로젝트에서 webflux 및 @ControllerAdvice를 사용할 때 아래와 같은 오류가 발생할 때가 있다. [13427a83-7917573] Error [java.lang.UnsupportedOperationException] for HTTP GET "/path", but ServerHttpResponse already...
Sep 2, 2022 · 3 min
Spring ConfigurationProperties
ConfigurationProperties와 RefreshScope 스프링 프레임워크에서 @ConfigurationProperties와 @RefreshScope 어노테이션의 사용에 대해 알아보자. ConfigurationProperties @ConfigurationProperties 어노테이션이 사용된 빈은 외부화된 프로퍼티를 빈 내부로 주입받게된다...
Apr 10, 2022 · 2 min
M1 MacOS에서 Reactor netty DNS 문제 해결
이슈 M1(arm64 게열) macos에서 Reactor netty 사용 시 DNS 관련 이슈 발생 2022-04-10 03:25:10.121 ERROR 26800 --- [ main] i.n.r.d.DnsServerAddressStreamProviders : Unable to load io.netty.resolver.dns.mac...