05 2022 档案
c# 操作数据技巧
摘要:#List拼接SQL中in条件 ⼀、拼接字符串类型的字段string sql = @"select distinct ziduan from tablename where ziduan in ('{0}')";sql=string.Format(sql, string.Join("','", li 阅读全文
posted @ 2022-05-07 16:41 michellexiaoqi 阅读(59) 评论(0) 推荐(0)
.net core DI依赖注入
摘要:.Net Core的依赖注入 NetCore注入使用三种方式 阅读全文
posted @ 2022-05-06 16:27 michellexiaoqi 阅读(36) 评论(0) 推荐(0)