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.
这是一个 ID 为 hWZu0igHA2p 的 Vine 视频。如何在不更改任何数据库或通过覆盖 id 方法破坏大量代码的情况下添加唯一混淆 id 的功能
https://vine.co/v/hWZu0igHA2p
查看http://www.hashids.org/
这将使您可以根据数据库中的主键生成唯一的字母数字代码。你可以用一种秘密的盐来播种它,这样它就只能由你来逆转。