03 2022 档案

摘要:TimeSpan ts = DateTime.UtcNow - new DateTime(1970, 1, 1, 0, 0, 0, 0); string lTime = Convert.ToInt64(ts.TotalSeconds).ToString(); long LongTime = long 阅读全文
posted @ 2022-03-25 13:23 lixia64 阅读(1385) 评论(0) 推荐(0)
摘要:using (var dbTransaction = _context.Database.BeginTransaction()) { try { _context.SaveChanges(); dbTransaction.Commit(); result.Result = true; result. 阅读全文
posted @ 2022-03-11 14:53 lixia64 阅读(22) 评论(0) 推荐(0)