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&#…
最近参与一个小project,需要编写一个针对英文单词的stem 算法。 1. 最为常见的stem 算法 就是The English (Porter2) stemming algorithm http://snowball.tartarus.org/algorithms/english/stemmer.html // This file was generated automatically by the Snowball…