cxhello

Results 48 comments of cxhello

> 将binlog2sql_util.py中的decode("utf-8")替换为decode("utf-8","ignore") 不行的话换成decode("gbk","ignore") 我是用的gbk才行 已解决,感谢

@dowenliu-xyz 可以先按这种方式解决下。https://github.com/alibaba/Sentinel/issues/3298

项目中需要使用SM4算法对配置文件解密,本地启动没问题,线上报`JCE cannot authenticate the provider BC`错误,最后将 Dockerfile 的基础镜像换成了 openjdk 解决了,感谢 @CherryRum 提供的思路。

@zhuomuniao1986 请教下为什么使用JDK17重新编译就可以,是因为 Spring 限制么?

@zhuomuniao1986 恩,现在的问题应该就是Sentinel需要依赖 Spring6 然后重新编译一下就可以了。

It doesn't work when I use chrome browser.

@robberphex added DefaultBlockRequestHandler unit test.

@robberphex Are you still planning to process this PR?

@liunancun To change the file encoding settings, you can navigate through File -> Settings -> Editor -> File Encodings to check and adjust the encoding of .properties files. Ensure that...