Tag: java

How to Configure JVM Memory in a Cloud Native Context
Java19 Official GA! See how virtual threads can dramatically increase system throughput
Double-Checked Locking with Singleton
Cross-language calls to C++ practice under Linux
Jdk9 may have a more serious vulnerability than log4j
Commonly used encryption algorithms in programming
Go doesn't need a Java-style GC
Are there any flaws with arrays in Java's type system?
In-depth analysis of the Callable interface
How Java beans abstract and simplify
Functional programming class library vavr
Atomic atomic classes and their underlying principles CAS
Microsoft Announces VSCode Java 2022 Roadmap
Java to introduce new object types to solve memory utilization problems
Time Wheel for Timed Tasks
ZGC Notes: Colored Pointers
Serialization of Lambda expressions in the JDK and the clever use of SerializedLambda
Re-learning memory mapping (mmap) in Java
Code obfuscation for Spring Boot applications using the ProGuard plugin proguard-maven-plugin
PMML, JAVA calls Python algorithm model
Unsafe and ByteBuffer things
How to hot load jars for Spring Boot to implement dynamic plugins?
Talk about some tips for using Unsafe
How to ensure no data loss during power down in File IO
Notes on using HeapByteBuffer for in-heap memory
More than 100,000 words of detailed analysis of the implementation principle of Stream in the JDK
How do I collect and manage multi-line logs?
New interview with the father of Java: JIT is great, but not for all languages
Learn Java's Coroutine framework Loom
Go Channel vs Java BlockingQueue
Finding the Kth Largest Number in a Large Amount of Unordered Data
Introduction to Spring Cloud Bus
The Underlying Implementation of Annotations in the Jdk
The Popular Java Json Library Jackson
Spring-Cloud-Gateway Custom Gateway Filter
Be Aware of Security Vulnerability Caused by Spring Boot Actuator
Introduction to Introspector for Java
Spring Master Slave Databas Configuration and Dynamic Datasource Switching Principles
Analysis of the Problems Caused by Replacing Fastjson With Gson