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.
目前我正在将修改日期与存储在数据库中的一些数据进行比较,但它仍然很慢,因为我被迫对所有文件进行此操作(扫描整个 dir 结构):
DIR1 file1 file2 DIR2 file3 file4 ...
有没有其他方法可以检测例如 file3 是否被修改,所以我可以更新数据库?
当文件或内部目录被修改(编辑/重命名/添加/删除)时,我可以让操作系统自动更新根目录的修改日期吗?这样我只需要检查根目录(DIR1)的修改日期。