8502596

Results 14 comments of 8502596

sorry Actually, his format is rar. You can use WinRAR to open it. In the Windows environment, I thought you needed to test the AutoCAD conversion file in the Windows...

You can use AutoCAD to open and convert to dxf (v2007) and above versions.AutoCAD can open converted dxf files. but After converting through the program, you will find that AutoCAD...

您说的这些 都是我知道的 我知道autocad 可以正常打开测试的文件以及导出。但如何通过libdxfrw 程序做到这一点?我通过另外一个开源项目cad2x封装了libdxfrw 也可以正常导出dxf 但导出的dxf 文件 用autocad 打不开,里面关于文字是乱码 ,可以根据第三方软件去打开 What you said is all I know. I know that AutoCAD can open test files and export them normally....

查看源码跟踪调试 发现 Utils->BeanUtils.java getterName 少了对应的 处理 ![image](https://github.com/alibaba/fastjson2/assets/15864647/cdba0525-edfd-4f25-85f5-ded68555183f) 红圈中 LowerCase 是我加上的,不知少了相关 PropertyNamingStrategy 里面的其他类型 是何意啊?

sorry 新手瞎鼓捣的 不太会啊 还请大佬解决呗

同理 他也应该出现在 setterName 中 @JSONType(naming= PropertyNamingStrategy.LowerCase) System.out.println(json.toJavaObject(User.class)); 请继续修正 @wenshao

为了实现 这一点 例如 应用程序 使用 netty server 打开 端口 如 10000 ,客户端 发送 WriteRegistersRequest 写入数据 服务器 netty server 得到数据后发送 WriteRegistersResponse 我使用如下代码 实现了 此效果 但需要将 WriteRegistersResponse 的构造函数 设置为 public ``` java...

https://github.com/antvis/G2/issues/6512

@abel533 这个测试用例通过了吗?我好像也遇到 fengyi9958 类似的情况,我自定义了一个 CustomDialect 运动时指定 PageHelper.startPage(2, 10).using(“xx.CustomDialect”)测试他并没有走内部 CustomDialect 的断点 而 修改了 配置 指定 pagehelper.helperDialect=xx.CustomDialect 则断点执行 看 PageHelperProperties 里面有 helperDialect , Dialect . 而using 方法 则指定了 DialectClass 完全被搞混了 有using 详细的说明吗?

追踪到如下代码 不知道对不对 ![Image](https://github.com/user-attachments/assets/6cf403ea-fd3f-4179-b02b-2464b81a74ba)