Prettified Code!

This commit is contained in:
hengyunabc
2023-09-20 03:12:08 +00:00
committed by GitHub Action
parent 4340d4df73
commit 93d8f5c2f1
2 changed files with 4 additions and 6 deletions
+2 -3
View File
@@ -115,10 +115,9 @@ ognl '@java.lang.System@out.println("Hello \u4e2d\u6587")'
可能是之前使用旧版本的 arthas 诊断过目标进程。可以先执行`stop`停止掉旧版本的 arthas,再重新使用新版本 attach。
### 在ognl表达式中获取到 spring bean cglib 对象,但是 field 是 null
参考:
* [https://github.com/alibaba/arthas/issues/1802](https://github.com/alibaba/arthas/issues/1802)
* [https://github.com/alibaba/arthas/issues/1424](https://github.com/alibaba/arthas/issues/1424)
- [https://github.com/alibaba/arthas/issues/1802](https://github.com/alibaba/arthas/issues/1802)
- [https://github.com/alibaba/arthas/issues/1424](https://github.com/alibaba/arthas/issues/1424)
+2 -3
View File
@@ -115,10 +115,9 @@ For example, the started version of `as.sh/arthas-boot.jar` is 3.5._, but after
It may be that the target process has been diagnosed with the old version of arthas before. You can execute `stop` to stop the old version of arthas, and then reuse the new version to attach.
### The spring bean cglib object is obtained in the ognl expression, but the field is null
Reference:
* [https://github.com/alibaba/arthas/issues/1802](https://github.com/alibaba/arthas/issues/1802)
* [https://github.com/alibaba/arthas/issues/1424](https://github.com/alibaba/arthas/issues/1424)
- [https://github.com/alibaba/arthas/issues/1802](https://github.com/alibaba/arthas/issues/1802)
- [https://github.com/alibaba/arthas/issues/1424](https://github.com/alibaba/arthas/issues/1424)