Skip to content

3 月 2021

[已解決] Android Studio 無法登入 GitHub:invalid authentication data.404 Not Found --Not Found

Last Updated on 2021-10-13 by Clay

今天我在使用 Android Studio 寫一個 App 時,正當我打算建立個與 GitHub 同步、用於版本控制的倉庫時,發現我使用 Android Studio IDE 提供的 GitHub 登入驗證功能無法使用。

Read More »[已解決] Android Studio 無法登入 GitHub:invalid authentication data.404 Not Found --Not Found

[Flutter] 使用 sqflite 套件操作 SQLite 儲存資料

Last Updated on 2021-10-13 by Clay

在我們使用 Flutter 開發 APP 時,若有大量『儲存』資料的需求,則通常會使用 SQLite 這類嵌入式的資料庫來儲存資料。今天我要紀錄的,便是在 Flutter 中,如何透過 sqflite 套件來進行 SQLite 嵌入式資料庫的建立、讀取、插入(insert)、刪除(delete),更新(update)資料等操作。

Read More »[Flutter] 使用 sqflite 套件操作 SQLite 儲存資料