むこもり / Uomi
Nacos Native Image
Explore the difficulties and solutions we encountered when adapting GraalVM for Nacos and how to use and build Nacos Native Image by yourself.
3819 words
|
19 minutes
Debug GraalVM with GDB
How to use GDB for breakpoint debugging on a GraalVM binary program.
4673 words
|
23 minutes
Composite Index
After encountering issues related to composite indexes in the project, I delved into its concepts and principles and documented this learning process.
4 words
|
1 minutes
ThreadLocal与ScopedValue
ThreadLocal 为什么导致内存泄漏,泄漏的是什么。后来的 ScopedValue 能否取代 ThreadLocal。
5350 words
|
27 minutes