Google App Engine 唯一=True?

发布于 2024-10-16 11:52:22 字数 466 浏览 3 评论 0原文

可能的重复:
如何定义Google App Engine 中模型的唯一属性?

我似乎无法找到一种方法来处理模型的唯一属性。我按照如何做我在 Google App Engine 中为模型定义了一个独特的属性?以及其他几个教程,但似乎都不起作用?

打造独特财产的最简单方法是什么?

Possible Duplicate:
How do I define a unique property for a Model in Google App Engine?

I can't seems to find a way to work the unique property for a model. I followed How do I define a unique property for a Model in Google App Engine? and a couple other tutorials, but none seems to work?

What's the easiest way to make an unique property?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

﹂绝世的画 2024-10-23 11:52:22

最简单的方法是找到一种不同的方式来做你想做的事。 Google AppEngine 本身并不支持独特的属性,我所见过的所有实现它们的方法要么会带来痛苦,要么会破坏性能和可扩展性,这就是您应该首先使用它的原因。

The easiest way is to find a different way to do what you want. Google AppEngine does not natively support unique properties, and all of the ways that I have seen to implement them involve either pain or subverting the performance and scalability that are why you should be using it in the first place.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文