目录一、背景介绍二、方案实践三、升级版总结一、背景介绍 每当修改配置文件内容,如果需要客户端也同步更新,就需要手动调用/refresh接口,以便客户端能获取到最新的配置内容。
Hi can someone help开发者_高级运维 me convert this tsql statement into c# linq2sql? select [series] from table group by [series] order by max([date]) desc