yeibl
yeibl
### Expected behaviour SeparateByRow 与 SeparateBySheet 可以组合使用,sheet 名称按预期结果排列 `` for (int i = 0; i < userList.Count; i++) { exporter.Append(data1,userList[i].name); exporter.SeparateByRow(); exporter.AppendHeaders(); exporter.Append(data2); exporter.SeparateBySheet(); } exporter.ExportAppendData(path); `` ### Actual behaviour...
【aiyunrds:6379/0】状态不可用,等待后台检查程序恢复方可使用。Connect to server timeout 运行一段是时间后出现上面这个问题 centos 7 csrediscore 3.6.5 and csrediscore 3.15 尝试过 #324 里面的方案还是不行, 连接字符串如下 "ConnectionString": "rds:6379,password=***,idleTimeout=15000,tryit=2,poolsize=500,preheat=10,syncTimeout=15000,testcluster=false" 重启linux 还是不行
**publish app to linux centos 7 server .net core ctl can start the service but not systemd  **systemd config** 
### myconfig: ` ` ### error message Unable to authenticate using sasl protocol mechanism SCRAM-SHA-1. ---> MongoDB.Driver.MongoCommandException: Command saslStart failed: Authentication failed..
你好,请问一下,signalr 的前端部分是不是还没有完成?