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.
我将生成一些邀请码。我知道一个简单的方法:做 n 次循环得到一个 n 长的随机字符串。但似乎当我想检查代码时,使用字符串查找代码是否在数据表中会花费更多。
那么,创建邀请码的最佳实践是什么?
(老问题,但与我刚刚写的一些代码有关......)
使用 GUID,并在表中的列上放置索引。没问题。