12 2021 档案

摘要:begin tran begin 执行SQL开始 update Audioset Name =3 执行SQL结束 if @@ROWCOUNT>1 begin rollback end else begin commit end end 阅读全文
posted @ 2021-12-21 16:39 212的s 阅读(34) 评论(0) 推荐(0) 编辑
摘要:static class MyParallel { //4.0及以上用Task, Task的背后的实现也是使用了线程池线程 //static List<Task> tasks = new List<Task>(); //4.0以下用Thread static List<Thread> tasks = 阅读全文
posted @ 2021-12-16 16:21 212的s 阅读(222) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CA.TCP { using System.Ne 阅读全文
posted @ 2021-12-10 14:08 212的s 阅读(753) 评论(0) 推荐(0) 编辑
摘要:示例代码 using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; public static class ControlDrag { static Dictio 阅读全文
posted @ 2021-12-06 17:33 212的s 阅读(449) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示