在 App Engine 上建立應用程式
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
瞭解如何使用最常用的 App Engine 功能 (例如提供簡易 HTML 和靜態內容),並且透過網誌平台情境,學習如何操縱平台上的資料。
下列頁面說明 App Engine 服務最常用的基本功能。這些指南也提供了可以使用或延伸到其他情境的功能程式碼。
- 設定開發環境
- 瞭解如何設定建構環境,以用於應用程式開發及部署至 Google App Engine 標準。系統支援的 Java 開發和建構環境為 IntelliJ IDEA、Eclipse、Apache Maven 和 Gradle。
- 提供靜態內容
- 瞭解如何從 Google App Engine 標準環境安全地提供靜態內容,例如 HTML 檔案、CSS 和圖片。
- 處理表單資料
- 瞭解如何建立使用 HTTP
POST
方法的 HTML 表單,藉此將使用者提供的資料提交至 Java Servlet。 - 使用 Cloud SQL 儲存資料
- 瞭解如何使用 Google Cloud SQL 儲存、擷取及刪除使用者提交的資料。
- 執行非同步程式碼
- 瞭解如何使用工作佇列排定非同步程式碼執行作業,以及如何使用 App Engine 的 Image API 控管儲存在 Cloud Storage 中的圖片。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-06-16 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-06-16 (世界標準時間)。"],[[["This resource provides guides on using common App Engine features, including serving HTML and static content, and handling data in a blogging platform context."],["You will learn to set up development environments like IntelliJ IDEA, Eclipse, Apache Maven, and Gradle for App Engine Standard."],["You can learn how to securely serve static content, including HTML, CSS, and images, from Google App Engine."],["This resource details how to create HTML forms that submit data to a Java Servlet using the HTTP `POST` method."],["It covers storing, retrieving, and deleting user-submitted data using Google Cloud SQL, as well as scheduling asynchronous code execution and manipulating images with App Engine's Image API."]]],[]]