ChenYun4164

Results 5 comments of ChenYun4164

sm 命令同样存在该问题

> 可能没太理解您的意思。为了省去查hashcode的步骤,比如增加一个参数`-ts`,输入`sc -ts {classloader name} {xxx}`,能查找出该classloader各个实例加载的符合{xxx}的类。 是要实现这种效果吗?@hengyunabc 我的需求场景可能略微有点不同。 在我的需求场景下,会创建同一个 classloader 类的多个实例,每个不同的 classloader 实例都会加载不同的类。在这种场景下需要 @hengyunabc 提到的这个描述。 > 比如有一个 HelloClassLoader ,然后应用 new 了两个实例。 这样子,在搜索 sc --classLoaderClass HelloClassLoader 时,会返回 Found more than one...

解决了,在配置文件 Dockerfile 中 RUN python3 -m pip ........ 语句之前加上 RUN apk add --update py-pip