摘要:
一、需要引入的库: Autofac Autofac.Extensions.DependencyInjection 二、Program.cs中添加:.UseServiceProviderFactory(new AutofacServiceProviderFactory())。如下: public st 阅读全文
摘要:
public enum MidpointRounding Fields TABLE 1 AwayFromZero 1 When a number is halfway between two others, it is rounded toward the nearest number that i 阅读全文
摘要:
总结:1、查询时用 not in 效率极其低下,因此结合left join改为in查询,效率很快 原语句: select * from my_test_table where id not in (select b.id as id from ( SELECT MAX(a.`ModifyAt`)Mo 阅读全文