1. JPS 获取 PID –> jstack PID. -F to force a thread dump. Use when jstack does not respond (process is hung) -m to print both java and native frames (mixed mode) -l long listing. Prints additional information about locks eg. jstack –l 2134 > &…
IDEA中使用Gradle的时候遇到以下异常:
* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. 解决办法:
IDEA中File-Settings-Build&#…