摘要: ExpressionExtend using System.Linq.Expressions; using System.Reflection; namespace CustCommon.Extends; /// <summary> /// 表达式扩展方法 /// </summary> public 阅读全文
posted @ 2025-08-05 11:06 Robot-Blog 阅读(8) 评论(0) 推荐(0)
摘要: SQL: USE ${your_database} GO -- Truncate the log by changing the database recovery model to SIMPLE. ALTER DATABASE ${your_database} SET RECOVERY SIMPL 阅读全文
posted @ 2025-08-05 09:43 Robot-Blog 阅读(8) 评论(0) 推荐(0)