当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

摘要: using System.Transactions; TransactionOptions op = new TransactionOptions() { IsolationLevel = IsolationLevel.ReadCommitted }; using (TransactionScope 阅读全文
posted @ 2020-06-03 11:33 hofmann 阅读(160) 评论(0) 推荐(0)