Sheldon_XT

Results 13 comments of Sheldon_XT

// Mysql是这样用吗? public void ConfigureServices(IServiceCollection services) { //... services.AddScoped((serviceProvider) => { return new Chloe.MySql.MySqlContext(new MySqlConnectionFactory(MySqlSettingConfig.ConnectionString)); }); //... }

![image](https://user-images.githubusercontent.com/83170675/184051943-82a82992-3e81-4766-8ed0-0c7585fe1ef1.png) ![image](https://user-images.githubusercontent.com/83170675/184051995-97945ab7-2f8e-4e44-b34a-09993a2e68a5.png) 我尝试的没有得到效果,不知道是不是跟Nuget包有关系,我的版本是3.8.1 出来的是这个报错信息:System.InvalidOperationException: Unable to resolve service for type 'Chloe.MySql.MySqlContext' while attempting to activate......

确实是这样的,是我犯了非常愚蠢的错误。非常感谢!

单独安装SkiaSharp.NativeAssets.Win32,没有作用。 升级到magicodes.ie.excel.aspnetcore 2.7.4.5.1 ,没有作用

![image](https://github.com/dotnetcore/Magicodes.IE/assets/83170675/077d5a08-277b-48f4-b767-f45f55f06145)

@hueifeng ![image](https://github.com/dotnetcore/Magicodes.IE/assets/83170675/2253f124-51b1-4bb1-aec1-1a6c471995b9) DataCenter的版本可以,很奇怪。是包的兼容性问题吗

少哪个runtimes文件?libskiasharp这个dll也有的。不好复现,自己的云测试服务器都没复现出来,就是在生产环境出问题了

按照当前官网的方式,我几百相同格式个Sheet就要在Dto中建立几百个Name不一样的属性嘛?我觉得是不灵活且不可取的

@wmowm 这个应该跟客户端没啥关系~ 你可以在Canal那边做文章,把相关数据文件全部删掉,Binlog解析节点配置那里改到初始位置。重新启动即可