久伴

Results 6 issues of 久伴

```java //测试类 package com.alibaba.fastjson.Test; public class Test { public HashMap fields; } @Test public void testBug(){ //序列化 com.alibaba.fastjson.Test test = new com.alibaba.fastjson.Test(); test.fields.put("child",test); String out = JSONObject.toJSONString(test,new SerializeConfig(true), SerializerFeature.WriteClassName); System.out.println(out);...

需求是回访时希望能debug出运行轨迹,有些业务场景分支比较复杂,我现在的处理方式是开两个arthas,一个进行回放,一个进行监听子方法,这样很麻烦。目前应该是不支持的,我应该没有漏看文档。

cloud_ip功能是一个极好用的功能,但是他通过局域网http协议明文传输密码,这在大局域网例如校园是十分不安全的,别人通过抓包可以获取你的密码(特别是弱密码),并获得访问你个人手机数据的权限。我的建议是增加ip访问白名单机制,对所有请求ip列表进行临时授权。这个建议是否可行,或实用,如果有更好的方法请告知我。cloud_ IP is an excellent function, but it transmits passwords in plaintext through the LAN HTTP protocol, which is very unsafe in large LAN such as campus. Others can obtain...

# ENV vscode jupyter-notebook ipycanvas: 0.9.1 # bug info I want to get image_data.But set sync_image_data=True will make python kernel no responding. just like https://github.com/martinRenou/ipycanvas/blob/3ec976aab3f9310eaec28ce1f8dff37436566570/examples/hand_drawing.ipynb set canvas.sync_image_data=True.

- [x] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。我用的检索词是 `集群 and (命令 or 下发 or 归集)` ### 环境信息 * `arthas-boot.jar` 或者 `as.sh` 的版本: xxx * Arthas 版本: xxx * 操作系统版本: xxx * 目标进程的JVM版本: xxx...

try to support py3.11 and py3.12 https://github.com/eclipse-cyclonedds/cyclonedds-python/issues/221#issuecomment-2135548768