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.
我的应用程序包含 SQLite 数据库中的图像。我想在将 UIImage 插入数据库之前检查它的重复值。图像存储为 blob 类型。这可能吗?
一种方法是将图像数据的哈希值(如sha1)存储在数据库的另一个字段中,然后与之进行比较。