puruidong

Results 4 issues of puruidong

Using the GraalVM Maven plug-in, I was prompted to turn on the preview feature when generating a local image (Spring Boot 3 application). environment: Windows 10 java -version: openjdk version...

question

```java // log是Lombok的@Slf4j注解 // // HuTool,生成公钥和私钥(需要引入maven依赖): KeyPair pair = SecureUtil.generateKeyPair("SM2"); byte[] privateKeyBytes = pair.getPrivate().getEncoded(); byte[] publicKeyBytes = pair.getPublic().getEncoded(); String privateKeyBase64 = Base64.getEncoder().encodeToString(privateKeyBytes); String publicKeyBase64 = Base64.getEncoder().encodeToString(publicKeyBytes); System.out.println("私钥(Base64): " + privateKeyBase64);...

ClickHouse服务器本机,同一个空间下面,两张表,从A表到B表。每次迁移一会就报错,有人遇到过吗?谢谢。 ``` java.sql.SQLException: org.apache.http.MalformedChunkCodingException: Unexpected content at the end of chunk ```

#### Summary I installed MicroK8s v1.30.4 revision 7167 on Ubuntu 24.04. Using microK8s status to check the status, MicroK8s is running, but when checking the status of pods, only the...