摘要: Install-Package CommunityToolkit.Mvvm; //xaml <Window x:Class="WpfApp69.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 阅读全文
posted @ 2025-09-05 23:21 FredGrit 阅读(9) 评论(0) 推荐(0)
摘要: Install-Package iTextSharp; Install-Package System.Drawing.Common; using iTextSharp.text; using iTextSharp.text.pdf; using System.Diagnostics; using D 阅读全文
posted @ 2025-09-05 21:14 FredGrit 阅读(7) 评论(0) 推荐(0)
摘要: Install-Package BenchmarkDotNet; using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Running; using System.Linq.Expressions; using System.Reflecti 阅读全文
posted @ 2025-09-05 17:41 FredGrit 阅读(13) 评论(0) 推荐(0)
摘要: Install-Package DocumentFormat.OpenXml; Install-Package System.Drawing.Common; using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Packaging; u 阅读全文
posted @ 2025-09-05 14:18 FredGrit 阅读(10) 评论(0) 推荐(0)
摘要: Install-Package DocumentFormat.OpenXml; static void CreateOrOrOpenWordFileInsertString(string wordFile, string str, int fontSize = 20, string alignmen 阅读全文
posted @ 2025-09-05 11:02 FredGrit 阅读(8) 评论(0) 推荐(0)