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