摘要: Error occurred during initialization of VMagent library failed to init: instrumentobjc[36987]: Class JavaLaunchHelper is implemented in both /Library/ 阅读全文
posted @ 2019-12-23 11:10 岳兴亮 阅读(1152) 评论(1) 推荐(0) 编辑
摘要: https://www.iteye.com/blog/wxl24life-1919359 NoClassDefFoundError ClassNotFoundException Thrown if the Java Virtual Machine or a <code>ClassLoader</co 阅读全文
posted @ 2020-04-12 22:23 岳兴亮 阅读(265) 评论(0) 推荐(0) 编辑
摘要: #查询指定进程号下面的方法区使用率,jdk1.7是perm,jdk1.8是metaspace function get_perm_use_percent() { pid="$1" //pid是目标jvm的进程号 jdk=$(ps -ef |grep $pid | awk '{print $8}' | 阅读全文
posted @ 2020-04-12 22:21 岳兴亮 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 两种配置方式 1:在一个yml文件中,2:在多个yml文件中 1 一个yml文件 application.yml spring: profiles: active: dev #开发环境配置spring: profiles: dev server: port: 1000 #测试环境配置spring: 阅读全文
posted @ 2020-01-03 11:33 岳兴亮 阅读(2380) 评论(0) 推荐(0) 编辑
摘要: 博小园 2019-01-19 JSON Path 描述 $ 表示根元素 @ 表示当前节点 . 表示子节点 .. 选择所有符合条件的节点 * 所有节点 [] 迭代器标识,如数组下标 [,] 支持迭代器中多选 [start:end:step] 数组切片 ?() 支持过滤 () 支持表达式计算 { "st 阅读全文
posted @ 2020-01-02 18:15 岳兴亮 阅读(4466) 评论(0) 推荐(3) 编辑