タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

Google App Engineに関するmatsuzaのブックマーク (5)

  • GAE/Jアプリ開発のTIPSまとめ : CB NANASHI管理人ブログ

    2009年09月09日20:38 カテゴリGoogle App Engine GAE/Jアプリ開発のTIPSまとめ Google App Engine for Java関連の記事が随分と溜まってきましたので、まとめ記事を作ってみました。今後も記事追加時にはこの記事を更新していきたいと思います。 GAE関連ブログをお書きの他の方のように、バックエンドの技術に対する深い考察などはありませんが、実際にアプリケーションを作成してみた上で遭遇したトラブルや小技を書いています。また、なるべくGoogleのドキュメントには記述されていないことを書いたつもりです。 GAEでアプリを開発される方の参考になれば幸いです。 ■対象のアプリケーション 次のアプリケーションを作成した上でのTIPSです。 Cycle Base NANASHI -サイクルベース名無し- 自転車用品・パーツのレビューまとめサイト。2ch

  • creating unique numeric IDs in datastore (sample code)

    I don't think that an auto-increment field is the way to go. It is viable when you only have 1 database but I don't think that is how GAE operates. Someone step in and correct me if I'm wrong. The datastore for your app is going to/can be replicated out to other machines based on geographic usage. This would mean that their exists times, when datastore' != datastore'' -- over time datastore' would

    matsuza
    matsuza 2008/05/03
    グローバルカウンタについての議論。結局>>1の方法で問題なさそう。
  • Get random entity

    Hi, Currently, there is no way to directly query a random entity, but one of our engineers has taken the following approach: If you want to be able to access a random entity for a certain object model, you can do it in this way: * When inserting the entity, have a field called "rand" (or any other name), and store a random value between 0 and 1 when the entity is created. import random class MyMod

    matsuza
    matsuza 2008/05/03
    ランダムにエントリを取り出す方法。乱数のフィールドを利用。
  • profeth.de

    このドメインを購入する。 profeth.de 2018 Copyright. All Rights Reserved. The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois). Privacy Policy

    matsuza
    matsuza 2008/05/01
    Eclipseと連携させてbreakpoint等を張る
  • 403 Forbidden

    We're sorry... ... but your query looks similar to automated requests from a computer virus or spyware application. To protect our users, we can't process your request right now. We'll restore your access as quickly as possible, so try again soon. In the meantime, if you suspect that your computer or network has been infected, you might want to run a virus checker or spyware remover to make sure t

    matsuza
    matsuza 2008/05/01
    ユニットテストの方法
  • 1