替代方案
我运行的是Windows XP。我没有安装 Microsoft Visual Studio,也不想安装它。
我需要几个 UUID,但 uuidgen
似乎不在我的系统上。
是否有来自信誉良好的来源的单个可执行文件可供我下载并用于生成 UUID?
I'm running Windows XP. I don't have Microsoft Visual Studio installed and I don't want to install it.
I need a couple of UUIDs but uuidgen
doesn't seem to be on my system.
Is there a single executable out there from a reputable source, that I can download and use to generate UUIDs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
啊哈,我的机器上已经有 python 了:
aha, I already have python on my machine:
如果您更喜欢使用 Web 服务而不是本地二进制文件,您可以尝试我的 uuid-serve 应用程序。这是一个 Sinatra 应用托管在 Heroku 上,源代码为 可在 GitHub 上获取。
由于它是一个网络应用程序,因此无需安装任何内容。甚至还有一个用于通过 SSL 生成批量 UUID 的 RESTful URL。例如:
If you prefer to use a web service rather than a local binary, you could try my uuid-serve application. It's a Sinatra app hosted on Heroku, and the source code is available on GitHub.
Since it's a web application, there's nothing to install. There's even a RESTful URL for generating bulk UUIDs over SSL. For example: