| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
編集の要約なし
==[[Google App Engine 型とプロパティクラス]]==
[[Google App Engine]] |
*http://code.google.com/intl/ja/appengine/docs/python/datastore/typesandpropertyclasses.html
|昇順なら最小要素単位、降順なら最大要素単位
|-
|ReferenceProperty[[R]]eferenceProperty/SelfReferenceProperty Self[[R]]eferenceProperty
|db.Key
|パス要素単位(種類、ID、名前のいずれか、種類、ID、名前のいずれか...)
|Unicode
|-
|RatingProperty [[R]]atingProperty |db.Rating [[R]]ating
|数値
|-
from google.appengine.ext import db
class SetGeoPtToHoge(webapp.RequestHandler[[R]]equestHandler):
def get(self):
lat = self.request.get('lat')

案内メニュー