共计 539 个字符,预计需要花费 2 分钟才能阅读完成。
jvisualvm 插件下载
https://visualvm.github.io/pluginscenters.html
https://blog.csdn.net/a704397849/article/details/101292568
protobuf 的应用
https://github.com/google/protobuf/archive/v3.0.2.zip
protoc --java_out=./ balance_server.proto
反编译 jar 的应用
java -jar cfr_0_79.jar D:\lib\example.jar -–outputdir D:\data\example
<dependency>
<groupId>org.benf</groupId>
<artifactId>cfr</artifactId>
<version>0.150</version>
</dependency>
线程剖析包下载
https://www.ibm.com/support/pages/ibm-thread-and-monitor-dump-analyzer-java-tmda
https://blog.csdn.net/miniyuyu/article/details/80261100
正文完