<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Google App Engine on LevelUp</title><link>http://larrynung.github.io/tags/google-app-engine/</link><description>Recent content in Google App Engine on LevelUp</description><image><title>LevelUp</title><url>http://larrynung.github.io/images/og-default.png</url><link>http://larrynung.github.io/images/og-default.png</link></image><generator>Hugo -- 0.148.1</generator><language>zh-TW</language><copyright>{year} Larry Nung</copyright><lastBuildDate>Tue, 16 Jun 2026 13:13:07 +0800</lastBuildDate><atom:link href="http://larrynung.github.io/tags/google-app-engine/index.xml" rel="self" type="application/rss+xml"/><item><title>Create new application with Google App Engine Launcher</title><link>http://larrynung.github.io/posts/c8f71ee3-1450-4e88-92b5-1b006ce6bfb6/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/c8f71ee3-1450-4e88-92b5-1b006ce6bfb6/</guid><description>要開始撰寫Google App Engine Application，我們需先在Google App Engine網站上申請一個應用程式(可參閱筆者Registering Google App Engine&amp;#39;s Application這篇)，然後開始在本地進行應用程式的撰寫。</description></item><item><title>Deploy application to cloud with Google App Engine Launcher</title><link>http://larrynung.github.io/posts/ae620262-228f-4473-ba0f-141d093487af/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/ae620262-228f-4473-ba0f-141d093487af/</guid><description>參閱筆者Registering Google App Engine&amp;#39;s Application這篇，當你跟Google App Engine註冊完一個Application後，用對應的網址連上去應該會像下面這張圖一樣回應Server Error。</description></item><item><title>Deploy Google App Engine's Application to cloud with appcfg.py</title><link>http://larrynung.github.io/posts/26e8ea9a-dad3-4ad5-941e-0fc146d1d50a/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/26e8ea9a-dad3-4ad5-941e-0fc146d1d50a/</guid><description>參閱筆者Registering Google App Engine&amp;#39;s Application這篇，當你跟Google App Engine註冊完一個Application後，用對應的網址連上去應該會像下面這張圖一樣回應Server Error。</description></item><item><title>GAE's Memcache</title><link>http://larrynung.github.io/posts/b44bf398-1a34-41e6-b71a-dcf59ccaa63f/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/b44bf398-1a34-41e6-b71a-dcf59ccaa63f/</guid><description>Memcache 是高效能、分散式的記憶體物件快取系統。存放在Memcache內的資料若一段時間不訪問，或是可供快取的空間用完時，快取的內容即會過時。 首先需先將google.appengine.ext.db import進來。</description></item><item><title>GAE's Python Datastore API</title><link>http://larrynung.github.io/posts/bdf6439e-3b43-4f0b-8476-d95661c3207a/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/bdf6439e-3b43-4f0b-8476-d95661c3207a/</guid><description>GAE提供了一組Datastore API，可以讓我們將資料存在雲端，這邊一樣以Python為例簡單的紀錄一下。 首先將google.appengine.ext.db import進來。 接著必須設定我們要儲存的Model類別。</description></item><item><title>GAE's Users Service</title><link>http://larrynung.github.io/posts/dd434fd1-e8bf-48d5-9df8-551c2f5cd471/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/dd434fd1-e8bf-48d5-9df8-551c2f5cd471/</guid><description>開發GAE application時可能會有整合Google帳號的需求，這時我們可以使用Users Service。 首先將google.appengine.api.users import進來。 呼叫users.get_current_user()取得當前的使用者。</description></item><item><title>GAE's webapp_webapp2 framework</title><link>http://larrynung.github.io/posts/4546807f-c39d-4d45-b514-656a7f7fd784/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/4546807f-c39d-4d45-b514-656a7f7fd784/</guid><description>在開發GAE程式時，我們可以像下面這樣撰寫： app.yaml這邊的設定要注意到的是threadsafe要為no，而script這邊要設定運行python檔名。 參閱筆者Run application with Google App Engine Launcher這篇將其運行起來，</description></item><item><title>Google App Engine 1.8.2 New Feature - Push-to-Deploy</title><link>http://larrynung.github.io/posts/e22104b8-d18c-46f9-bde5-b8b7f791dab9/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/e22104b8-d18c-46f9-bde5-b8b7f791dab9/</guid><description>Google App Engine 1.8.2開始支援Git，允許透過Git Push的方式來做佈署的動作。這邊簡單的紀錄一下。 首先進到Application的Dashboard，在頁面的左側找到Application Settings的連結後用滑鼠點擊。</description></item><item><title>How to use goagent GAE proxy</title><link>http://larrynung.github.io/posts/bce06cc2-ca36-4281-97b4-20c51f2aed8f/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/bce06cc2-ca36-4281-97b4-20c51f2aed8f/</guid><description>goagent是一基於GAE的proxy服務，當網路被封鎖時我們可透過goagent繞道突破。 使用前請先至GoAgent - Google Code下載goagent的主程式。 下載完解壓縮會看到像下面這樣的內容。 goagent是基於GAE的解決方案，所以使用時需做些設定與佈署。</description></item><item><title>Registering Google App Engine's Application</title><link>http://larrynung.github.io/posts/b994c785-0afc-485c-8963-8029d6c1a5f7/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/b994c785-0afc-485c-8963-8029d6c1a5f7/</guid><description>要在Google App Engine建立Application，首先要在首頁這邊按下申請連結 第一次使用會看到像下面這樣的歡迎畫面，按下Create Application按鈕繼續。 除了歡迎畫面外，第一次使用還必需先進行帳戶的驗證，輸入手機號碼後按下傳送驗證碼按鈕繼續。</description></item><item><title>Run application with Google App Engine Launcher</title><link>http://larrynung.github.io/posts/17813c87-3321-4d8e-be7b-eb3f15122c24/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/17813c87-3321-4d8e-be7b-eb3f15122c24/</guid><description>在開發Google App Engine&amp;#39;s Application時，我們可以先在本地撰寫好程式，並在本地運行測試，當一切測試無誤後再將它上到雲端，這邊簡單的紀錄一下怎樣透過Google App Engine Launcher來運行本地測試。</description></item><item><title>Run Google App Engine's application with dev_appserver.py</title><link>http://larrynung.github.io/posts/3ba82770-fb53-4842-8c5f-45060f044799/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/3ba82770-fb53-4842-8c5f-45060f044799/</guid><description>前面筆者在Run application with Google App Engine Launcher這篇稍微介紹了一下怎樣用Google App Engine Launcher將Application在本地運行起來測試，透過GUI工具去做這樣的動作很方便，</description></item><item><title>Run guestbook sample Google App Engine Launcher built-in</title><link>http://larrynung.github.io/posts/71275b5d-add1-4e6b-b4fc-c754d34112bd/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/71275b5d-add1-4e6b-b4fc-c754d34112bd/</guid><description>Google App Engine Launcher內建有幾個範例，在剛入門時可以跑起來玩玩。 以內建的留言版範例來說，我們可在Google App Engine Launcher開啟後，</description></item></channel></rss>