Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Thera 大量的大型二进制文件(每个 >1Gb)需要在不改变长度的情况下进行部分更新。如何尽快更新它?当我使用标准 FileStream 调用时,看起来它们在保存到磁盘之前被缓冲了。想直接在文件系统上设置某些字节。 谢谢。