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.
我想记住在给定路径上对文件数据进行操作的函数的结果。如何确定文件数据自上次处理后是否已更改?
我正在考虑将包含st_dev,st_ino和st_mtime的键映射到结果。这足够了吗?
st_dev
st_ino
st_mtime
文件大小和文件内容的校验和将进一步确定唯一性。
大多数应用程序只查看 m_time,假设如果它未更改,则文件也是如此。所以这对于大多数应用来说显然已经足够了。