摘要:
public void ConfigureServices(IServiceCollection services) { services.AddControllersWithViews() .Services .AddHealthChecks(Configuration); } public vo 阅读全文
摘要:
1,执行sql语句,如下,执行时间17秒左右 SELECT Id,rn,created FROM ( SELECT a.[Id] AS [Id] , row_number() OVER ( Order by a.Created desc) AS [rn], a.created FROM dbo.Li 阅读全文