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.
我需要将可变大小的二进制记录写入文件。因此,我想知道是否
我在 Linux 上使用 C++ 和 ext4。
public class RegistryTableItem { public int Root { get; set; }//assume possible values are 0,1,2,3 public string Name { get; set; } public string Component_ { get; set; } }