Project DescriptionKMP Deterministic Finite State Automaton Visualization is a open source projec...
This article is essentially a translated version of 《深入理解javascript原型和闭包》by 王福朋1. Everything is O...
Redis Ordinary Commands Cookbook1. Redis Key (struct hash.)DEL [key] // delete key when existDUMP...
In the modern era, software is commonly delivered as a service: called web apps, or software-as...
NotesReference[1]. https://www.youtube.com/watch?v=PpX7J-G2PEo[2]. https://www.youtube.com/watch?...
Arthas from Alibaba, is an online trouble-shooting tool. No JVM restart, no additional code chan...
AtomicIntegerArrayprivate static final int base = unsafe.arrayBaseOffset(int[].class);private fin...
1. package structureconcurrent - atomic - locks - ... (several classes)2. atomicAtomic*(AtomicBoo...
When I was deploying my service to the server today, which is a debian 9 linux node, I met a stra...