エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
moraes / appengine / source — bitbucket.org
記事へのコメント1件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
moraes / appengine / source — bitbucket.org
# -*- coding: utf-8 -*- """ gaefy.db.pager ~~~~~~~~~~~~~~ Universal pagination class for App Engi... # -*- coding: utf-8 -*- """ gaefy.db.pager ~~~~~~~~~~~~~~ Universal pagination class for App Engine models. Supports "efficient paging in any query, on any schema, purely in user land, without requiring extra properties or other schema changes". This means that no property is required to be used as index, and that it can easily build efficient pagination for any existing model or query. PagerQuery