摘要:
该配置默认开启,可以下面命令进行禁用: curl -XPUT localhost:9200/_cluster/settings -d '{ "transient" : { "cluster.routing.allocation.disk.threshold_enabled" : false } }' 阅读全文
摘要:
private static readonly string SqlDbText = ConfigurationManager.ConnectionStrings["DbText206"].ConnectionString; public IEnumerable<Test> GetTests() { 阅读全文