Hengdong Gong

Results 7 comments of Hengdong Gong

@sazzad16 In some usage scenarios, it is necessary to ensure that the parameters are serializable, so it is necessary to modify the param class to integrate serializable, please check the...

> @gwdgithubnom Just adding `implements Serializable` is not enough for a PR. You may have to implement `writeObject` and `readObject` methods. And also write tests. thank you for your reply....

@lanceplaine , I had see #54 issue. Then tried did as you said, but it didn't like that. It's only work once, then it could not work again only if...

> None of the statement groups in this switch can complete normally, so checkstyle shouldn't warn about fall through. > > ```java > class T { > void main(int i)...

> 请使用MySQL8以上版本数据库。 @xuwei-fit2cloud , @redaxu 还有个问题: 安装成功后,请求页面返回空白,这个问题怎么修复呢?完全没有显示具体的页面内容。 目前系统安装在centos 7上,安装日志没有报错,这是其他补充的信息: (1)请求连接:http://ip:端口/ 其中有个路径path:de2api/sysParameter/requestTimeOut,返回结果是:{"code":0,"msg":null,"data":60} (2)请求页面结果是: ``` ```

问题已经找到了,是前端资源,缺少en-us.ts的问题 ![image](https://github.com/user-attachments/assets/f0049f19-9858-41d8-b3aa-bbc02449d7db)