keray

Results 6 comments of keray

加密解密倒是可以了,签名和验签怎么不行啊 > 使用 hutool 做 SM2 加解密: > > ```java > @Test > public void Sm2EncryptAndDecrypt() { > SM2 sm2 = SmUtil.sm2(); > String publicKey = Hex.toHexString(sm2.getQ(false)); > String privateKey...

> 我看了下,附件中的三份试卷中,大部分公式都是支持的,主要有以下5种情况不支持: > > 1. ✅双向箭头 -- 可用普通符号`⇌` > > ![Image](https://github.com/user-attachments/assets/3ce8e20b-6f75-401e-9327-22c614d5bf3a) > > 2. ✅向上箭头 -- 可用普通符号`↑` > > ![Image](https://github.com/user-attachments/assets/3e8b2d77-a478-4040-86d4-b54f2f8eb592) > > 3. ✅三等号 -- 可用普通符号`≡` > > ![Image](https://github.com/user-attachments/assets/07314577-ba91-4099-aa20-5e4b00b2b1f8) >...

> ### What problem does this feature solve > 在开发学校的应用,让老师线上编辑考卷,所以需要各学科的公式输入,现在的公式输入对数学公式支持较完整,对其他学科好像缺少一些。 > > ![Image](https://github.com/user-attachments/assets/81e416eb-305f-4823-a912-fe46ddeda5be) > > [2025年03月04日高中化学选题组卷.docx](https://github.com/user-attachments/files/19064961/2025.03.04.docx) > > [2025年03月04日高中物理选题组卷.docx](https://github.com/user-attachments/files/19065133/2025.03.04.docx) > > [2025年03月04日高中生物选题组卷.docx](https://github.com/user-attachments/files/19065136/2025.03.04.docx) > > ### What does the proposed API...

> 为什么这个issue还没有被关闭,难道最新版还没有修复? 找到解决方法没啊?同运行一段时间就找不到LoadBalance了

> > > 为什么这个issue还没有被关闭,难道最新版还没有修复? > > > > > > 找到解决方法没啊?同运行一段时间就找不到LoadBalance了 > > 考虑是否有热部署等场景动态切换 Classloader 的 不考虑,直接自定义了Cluster 重写initLoadBalance方法解决问题了

> navigateTo I have the same problem, the navigateTo interface was redirected to an error page due to a lack of data, and did not redirect to the specified login...