Skip to content

Commit 6401b51

Browse files
committed
JAVA 知识体系
1 parent c7e9299 commit 6401b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MD/Linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
方法一:echo "obase=64;n"|bc
88
方法二:printf 0x%x n
99
#### 下一步,执行jstack -l pid| grep spid -A 100 打印后面100行分析问题
10-
或者  Jstack -l PID >> 123.txt输出到文件后然后根据spid搜索定位问题
10+
或者  Jstack -l PID >> 123.txt输出到文件后(spid等于文件中的nid)然后根据spid搜索定位问题

0 commit comments

Comments
 (0)