摘要: nuget安装`iTextSharp`: ```c# static void MergePDF(string picPath,string pdfPath) { string[] picFileNames=Directory.GetFiles(picPath, "*"); List fileName 阅读全文
posted @ 2023-05-09 22:05 JohnYang819 阅读(228) 评论(0) 推荐(0) 编辑
摘要: HttpListener 和 HttpServer 都是 C# 中用于创建 HTTP 服务器的类库,它们的作用都是监听 HTTP 请求,并向客户端发送 HTTP 响应。它们的主要区别在于实现方式和使用场景。 HttpListener 是 .NET Framework 中的一个类,它提供了一种基于事件 阅读全文
posted @ 2023-05-09 22:01 JohnYang819 阅读(459) 评论(0) 推荐(0) 编辑