Recently, I came across some interesting things while working, so I'll record them here for future reference.
jd-gui#
This is a Java decompilation tool with a UI interface, very convenient.
Here is the download link
arthas#
A diagnostic tool that can be used for online diagnosis, analyzing class loading packages, decompiling code, etc. Note that when using it, you must be in the same user with the same permissions as the Java process.
Here is the download link
Here is the quick start guide
Tool entry interface:
[INFO] Try to attach process 71560
[INFO] Attach process 71560 success.
[INFO] arthas-client connect 127.0.0.1 3658
,---. ,------. ,--------.,--. ,--. ,---. ,---.
/ O \ | .--. ''--. .--'| '--' | / O \ ' .-'
| .-. || '--'.' | | | .--. || .-. |`. `-.
| | | || |\ \ | | | | | || | | |.-' |
`--' `--'`--' '--' `--' `--' `--'`--' `--'`-----'
wiki: https://arthas.aliyun.com/doc
version: 3.0.5.20181127201536
pid: 71560
time: 2018-11-28 19:16:24
$
docusaurus#
A lightweight static blog I recently discovered, developed using the latest version of Node.js, with an overall lively and vibrant style.
This is their official website
There are also many user cases here.
If I have time later, I can create one.