工作杂记--java常识
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了工作杂记--java常识相关的知识,希望对你有一定的参考价值。
远程debug参数
-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=12020,server=y,suspend=n
远程jconsole参数
-Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Djava.rmi.server.hostname=10.12.2.74
以上是关于工作杂记--java常识的主要内容,如果未能解决你的问题,请参考以下文章