Codig用于自动数字生成,并带有结合日期的字母.

问题描述:

大家好,

在这里,我对自动数字生成的编码部分感到困惑,并且还告诉我如何将数字与字母和当前日期结合起来.
我需要代码.有人可以帮我吗?

hello guys,

I am confused here in the coding part of automatic number generation, and also tell me how can I combine the numbers with alphabets and current date.
I need the code. Can anyone help me out?

我同意:您感到困惑.
您在说什么样的自动数字生成"?
这些数字应该唯一吗?
应该订购还是顺序订购?
如果您需要结合使用字母和当前日期",则可能必须生成(可能是唯一的)标识符,即字符串而不是数字.
为什么不只使用可用的工具来生成唯一ID,例如 guidgen [ ^ ]?
I agree: you are confused.
What kind of ''automatic number generation'' are you talking about?
Should the numbers be unique?
Should they be ordered, or, maybe, sequential?
If you need to combine ''alphabets and current date'' then you probably have to generate (possibly unique) identifiers, i.e. strings not numbers.
Why don''t you just use an available tool for generating unique id, like for instance guidgen[^]?