dodu2014

Results 12 comments of dodu2014

能否升级 ztree 版本, 这个功能v3.5.45+才支持, 我看package.json中设置的是 3.5.44 ![image](https://user-images.githubusercontent.com/15245544/142710118-ff4df0fe-009e-4073-989e-7c23c1607bb9.png)

退款失败~~, 仔细检查过退款提交的数据了 和官方接口描述的参数一直, result = await _basePayApis.RefundAsync(data) 也就是说data数据是正常的. result的结果是失败, 一下是日志描述: [[[BaseException]]] [2021/10/26 08:14:10.0807] [线程:23] BaseException Message:Value cannot be null. (Parameter 's') StackTrace: InnerException:Value cannot be null. (Parameter 's') InnerException.StackTrace: at...

附加上data的数据: ![image](https://user-images.githubusercontent.com/15245544/138788788-4ee9fbba-d0cb-4964-8e1a-362258be915f.png)

退款结果: ![image](https://user-images.githubusercontent.com/15245544/138789009-20b09546-b885-4767-abdf-08441e7cd090.png)

本地正常, 在服务器端提示: 系统找不到指定的文件。 异常信息: [[[BaseException]]] [2021/11/01 17:59:11.0531] [线程:48] BaseException Message:系统找不到指定的文件。 StackTrace: InnerException:系统找不到指定的文件。 InnerException.StackTrace: at System.Security.Cryptography.CngKeyLite.ImportKeyBlob(String blobType, ReadOnlySpan`1 keyBlob, Boolean encrypted, ReadOnlySpan`1 password) at System.Security.Cryptography.CngPkcs8.ImportPkcs8(ReadOnlySpan`1 keyBlob) at System.Security.Cryptography.CngPkcs8.ImportPkcs8PrivateKey(ReadOnlySpan`1 source, Int32& bytesRead)...

https://gitee.com/dodu/tdstarterdemo.git newly initialized this project, thank you.

- 项目:车联网应用 - 公司:时光网络科技(dodu) - 数据量:使用动态分库+分表的形式,动态分库:300+,每个分库分片的表:2个,日数据量:1千万+,目前总数据量大约3亿+; - 使用体验:车辆终端数量比较多,接收端QPS大约 120/s,也不算太高,业务处理+入库体验非常的棒,根据压测预估最高QPS处理能力:1200/s,感谢 ShardingCore 提供的自动分库分表功能,也一直都在跟进,经历了几个大版本更新,现在ShardingCore在性能及使用体验上已经很棒。为 Shard ingCore 作者及维护团队点赞。👍👍🤞

Yes, it's great to support nuget.config, and configuring custom sources via settings doesn't seem to work yet.

Configured a new source (CDN network), which can display a list, but cannot load and display details in pages. The installed and updates tabs are also unavailable ## Extended Configuration:...

> Hello @famda I've come to the same issue. If you're using a storage for your jobs you just need to provide it. For example I've this : > >...