We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e9299 commit 6401b51Copy full SHA for 6401b51
MD/Linux.md
@@ -7,4 +7,4 @@
7
方法一:echo "obase=64;n"|bc
8
方法二:printf 0x%x n
9
#### 下一步,执行jstack -l pid| grep spid -A 100 打印后面100行分析问题
10
-或者 Jstack -l PID >> 123.txt输出到文件后然后根据spid搜索定位问题
+或者 Jstack -l PID >> 123.txt输出到文件后(spid等于文件中的nid)然后根据spid搜索定位问题
0 commit comments