posted @ 2025-03-24 16:06 云起 阅读(2) 评论(0) 推荐(0) 编辑
摘要:
最近遇到个新需求,要对压缩包内的数据进行更新。因为数据量不大,没有采用解压后重新打包的方式,直接采用了内存流进行处理。代码如下: void ModifyZip(string zipFilePath) { byte[] zipBytes = File.ReadAllBytes(zipFilePath) 阅读全文
posted @ 2025-03-24 16:06 云起 阅读(2) 评论(0) 推荐(0) 编辑
posted @ 2025-01-16 19:07 云起 阅读(28) 评论(0) 推荐(0) 编辑
posted @ 2024-12-11 18:49 云起 阅读(229) 评论(2) 推荐(0) 编辑
posted @ 2024-11-21 18:52 云起 阅读(27) 评论(0) 推荐(0) 编辑
posted @ 2024-11-21 18:40 云起 阅读(33) 评论(0) 推荐(0) 编辑
posted @ 2024-07-29 14:30 云起 阅读(392) 评论(0) 推荐(0) 编辑
posted @ 2024-07-17 18:22 云起 阅读(64) 评论(0) 推荐(0) 编辑
posted @ 2024-06-11 21:03 云起 阅读(19) 评论(0) 推荐(0) 编辑
posted @ 2024-06-04 18:05 云起 阅读(68) 评论(0) 推荐(0) 编辑
posted @ 2024-06-03 20:56 云起 阅读(45) 评论(0) 推荐(0) 编辑
Copyright © 2025 云起
Powered by .NET 9.0 on Kubernetes