virtual

Results 12 comments of virtual
trafficstars

> 问题2,不好去指定StorageNode。 从Tracker中获取StorageNode的时候,该列表是动态的,扩容,宕机等,都会造成该列表的变动。你这里遇到的问题是,FastDFS部署的时候遇到的内外网问题,尤其是在NAT网络环境下都会出现该问题。FastDFS官方在 6.X版本已经给出了双IP的解决方案。你可以查询下资料。

Here is my code, but it seem not work. ```c# Configure(options => { options.UseOracle(opt => { opt.UseOracleSQLCompatibility(OracleSQLCompatibility.DatabaseVersion19); }); }); ```