tracemouse
tracemouse
[ds920p.zip](https://github.com/wjz304/Redpill_CustomBuild/files/9539956/ds920p.zip)
插件应该监听了所有的IP,插件设置面板上只显示了其中的一个IP。你可以用 ipconfig /all查出来你所有的IP,然后找出来开wifi热点的那个IP,然后就可以用那个IP+port连接了。
在本机的浏览器上访问http://localhost:9999 or http://127.0.0.1:9999 也不行?
The app is built by ionic4 + AngularJs + Cordova, I didn't push the source code, what you see are the complied scripts, Please refer to https://ionicframework.com/docs
> 我在下面这些JDK测试过没重现问题 > > ``` > ibm-semeru-open-jdk_x64_mac_8u332b09_openj9-0.32.0 > ibm-semeru-open-jdk_aarch64_mac_11.0.15_10_openj9-0.32.0 > ibm-semeru-open-jdk_aarch64_mac_17.0.3_7_openj9-0.32.0 > ``` 如果用IBM JDK编译的fastjson2是不会出现这个问题,要用IBM JDK调用Oracle JDK or openJDK编译的fastjson2.0.40.jar才会出现这个问题。 我尝试了把fastjson source code拷贝到项目中,在同一个项目中直接调用JSON.toJSONString, 并且该项目使用IBM JDK 1.8编译和运行,并没有出现这个问题。
另外,我使用的IBM JDK是安装 IBM websphere 时自带的JDK。