摘要: 常规操作之笔记摘要!! 1、C# 两种拼接pdf文件的案例方法 /// <summary> /// C# 两种拼接pdf文件的方法 /// </summary> public void PDF() { //方法一: using (iTextSharp.text.Document document=n 阅读全文
posted @ 2025-04-29 17:04 小鱼记忆 阅读(21) 评论(0) 推荐(0)
摘要: 常规操作之笔记摘要!! C#基础知识之事务的用法 using (var _trans = new TransactionScope()){ _trans.Complete();//提交事务 _trans.Dispose();//报错时回撤事务 } C#基础知识之GUID格式判定 string gui 阅读全文
posted @ 2025-04-29 14:36 小鱼记忆 阅读(64) 评论(0) 推荐(0)