diff --git a/2018/08/03/particle-in-japanese/index.html b/2018/08/03/particle-in-japanese/index.html index f54ab7a0..93aeba98 100644 --- a/2018/08/03/particle-in-japanese/index.html +++ b/2018/08/03/particle-in-japanese/index.html @@ -1,32 +1,332 @@ -extends includes/layout.pug +日文助詞整理 | 顥奇心 + + + + + + + + + + + + + + +

日文助詞整理

為了幫助自己釐清助詞用法,上課時老師整理出一份筆記,方便我們課後複習使用。
+歡迎像我一樣初學日文的各位,自由參閱以下的整理筆記,希望能幫上一些小忙~
+(不定期更新)

+ +

+ + + + + + + + + +
說明人事物的主語,常搭配~です(か)作為結語。
例句 +
    +
  • +

    私は林(はやし、りん)です。

    +

    我是林。

    +
  • +
  • +

    これは携帯(けいたい)です。

    +

    這個是手機。

    +
  • +
  • +

    こちらは李さんの会社(かいしゃ)です。

    +

    這裡是李先生的公司。

    +
  • +
+
+

+ + + + + + + + + + + + + +
說明 +
    +
  • 表示狀態或慣用語:好き(すき)、嫌い(きらい)、早い(はやい)、遅い(おそい)
  • +
  • 用於修飾句主語之助詞(文法)
  • +
  • 逆接(文法 / はがは句型)
  • +
+
例句 +
    +
  • 天気(てんき)がいいです。

    天氣很好。

  • +
  • 鳥(とり)が鳴(な)いているのが聞こえます。

    可以聽得見鳥叫聲。

  • +
  • しえ先生が作っていたのはケーキです。

    しえ先生做的是蛋糕。

  • +
  • 私の会社は台南ですが、林さんの会社は台北です。

    我的公司在台南,而林先生的公司在台北。

  • +
+
補充 +

天氣後面僅只搭配好/壞,若要形容感受,則需搭配時間點。

+

例如:今日(きょう)は暑い(あつい)です。

+
+

+ + + + + + + + + +
說明 +
    +
  1. 時間點
  2. +
  3. 目的地
  4. +
+
例句 +
    +
  • 4時に授業があります。

    四點有課。

  • +
  • 会社に(へ)行きます。

    去公司。

  • +
+
+

+ + + + + + + + + +
說明移動方向性助詞。大多接「移動動詞」,如:行きます、来ます、帰ります
例句

会社へ行きます。

去公司。

(但這裡的「へ」有往指定方向去進行動作的感覺)

+

+ + + + + + + + + +
說明 +
    +
  1. 工具、方法(不可接人可以做到的方法)
  2. +
  3. 限定且大範圍
  4. +
+
例句 +
    +
  • バスで学校(がっこう)へ行きます。

    搭公車去學校。

  • +
  • 公園(こうえん)で散歩(さんぽ)します。

    在公園裡散步。

  • +
+
+

+ + + + + + + + + +
說明也,僅限用於肯定及疑問句。
例句

私も学生(がくせい)です。

我也是學生。

+

+ + + + + + + + + +
說明
例句

私は友達(ともだち)と一緒(いっしょ)に映画館(えいがかん)へ行きます。

我和朋友一起去電影院。

+

+ + + + + + + + + +
說明多放於句尾,表示疑問語氣
例句

あなたは先生ですか。

你是老師嗎?

+

+ + + + + + + + + +
說明承接動作
例句

ご飯を食べます。

吃飯。

+

から~まで

+ + + + + + + + + +
說明從~到~,多用於時間、地點
例句 +
    +
  • 授業(じゅぎょう)は1時から2時までです。

    課程從1點開始到2點結束。

  • +
  • 私はバスで家から会社まで行きます。

    我搭公車去公司。

  • +
+
+
文章作者: 兩盒
文章連結: http://example.com/2018/08/03/particle-in-japanese/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心
\ No newline at end of file diff --git a/2019/09/11/access-database-error/index.html b/2019/09/11/access-database-error/index.html index f54ab7a0..84d55ee6 100644 --- a/2019/09/11/access-database-error/index.html +++ b/2019/09/11/access-database-error/index.html @@ -1,32 +1,182 @@ -extends includes/layout.pug +Access Database載入錯誤 | 顥奇心 + + + + + + + + + + + + + +

Access Database載入錯誤

當出現「Microsoft.ACE.OLEDB.12.0 提供者並未登錄於本機電腦」錯誤訊息時,可參考本文以透過安裝套件來排除問題。

+ +

問題描述

+

透過VB.NET的程式上傳檔案時,發生錯誤…
+發生的程式段落為 Dim test As New OleDbDataAdapter(sqlText, connString)
+接著畫面就出現以下錯誤訊息了

+

Microsoft.ACE.OLEDB.12.0 提供者並未登錄於本機電腦

+
+

解決方法

+
    +
  1. 點選下方至微軟官網下載套件即可排除此錯誤問題

    【應用程式名稱】Microsoft Access Database Engine 2010 可轉散發套件
    +【下載連結】請點我

    +
    +
  2. +
  3. 下載並安裝 64 位元版本:VB 程式仍舊出現相同的錯誤訊息
  4. +
  5. 下載並安裝 32 位元版本:安裝程式告知已安裝過其他版本,需進行移除後方能安裝
  6. +
  7. 將 64 位元版本解除安裝
  8. +
  9. 重新安裝 32 位元版本:Done!!
  10. +
+

參考文件

+
    +
  1. [C#] 解決’Microsoft.ACE.OLEDB.12.0′ 提供者並未登錄於本機電腦…
  2. +
  3. Access Database Engine 2010:安裝 64 位元與 32 位元版本的驅動程式在同一作業系統上
  4. +
+
文章作者: 兩盒
文章連結: http://example.com/2019/09/11/access-database-error/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心
\ No newline at end of file diff --git a/2019/09/16/unrecognized-targetframework/index.html b/2019/09/16/unrecognized-targetframework/index.html index f54ab7a0..cc301fb1 100644 --- a/2019/09/16/unrecognized-targetframework/index.html +++ b/2019/09/16/unrecognized-targetframework/index.html @@ -1,32 +1,168 @@ -extends includes/layout.pug +.NET Framework 組態錯誤 | 顥奇心 + + + + + + + + + + + + +

.NET Framework 組態錯誤

出現「無法辨認的屬性 ‘targetFramework’。請注意,屬性名稱必須區分大小寫」的錯誤訊息時,可嘗試透過文中方法排除問題。

+ +

問題描述

+

剖析器錯誤訊息:
+無法辨認的屬性 ‘targetFramework’。請注意,屬性名稱必須區分大小寫。

+
+

解決方法

+

調整目標 Framework 至 .NET Framework 4 即可

+
    +
  1. 嘗試重開專案並偵錯:仍舊顯示錯誤訊息
  2. +
  3. 專案 點選右鍵更改 屬性建置目標 Framework 設定:Done!!
  4. +
+
文章作者: 兩盒
文章連結: http://example.com/2019/09/16/unrecognized-targetframework/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心
\ No newline at end of file diff --git a/2019/09/17/bad-image-format-exception-for-oracle/index.html b/2019/09/17/bad-image-format-exception-for-oracle/index.html index f54ab7a0..dfbac3c9 100644 --- a/2019/09/17/bad-image-format-exception-for-oracle/index.html +++ b/2019/09/17/bad-image-format-exception-for-oracle/index.html @@ -1,32 +1,179 @@ -extends includes/layout.pug +Oracle 用戶端程式庫載入錯誤 | 顥奇心 + + + + + + + + + + + + + +

Oracle 用戶端程式庫載入錯誤

偵錯時出現「嘗試載入 Oracle 用戶端程式庫時傳出 BadImageFormatException。當與具有 32 位元的 Oracle 用戶端元件執行 64 位元模式安裝時,會出現此問題。」錯誤訊息時,可透過文中方法排除問題。

+ +

問題描述

+

嘗試偵錯時,Log 描述中出現下列訊息

+

嘗試載入 Oracle 用戶端程式庫時傳出 BadImageFormatException。
+當與具有 32 位元的 Oracle 用戶端元件執行 64 位元模式安裝時,會出現此問題。

+
+

解決方法

+

設定程式執行在 x86 模式下即可,參考以下設定

+
    +
  1. 開啟 組態管理員 +
  2. +
  3. 點選在 使用中的方案平台 下拉清單後,按 新增 +
  4. +
  5. 輸入或選擇新平台 選擇 x86 後按 確定 +
  6. +
  7. 設定完成後,重新嘗試進行偵錯:Done!!
  8. +
+

參考文件

+
    +
  1. 出現 [嘗試載入 Oracle 用戶端程式庫時傳出 BadImageFormatException。當與具有 32 位元的 Oracle 用戶端元件執行 64 位元模式安裝時,會出現此問題。],該如何處理?
  2. +
+
文章作者: 兩盒
文章連結: http://example.com/2019/09/17/bad-image-format-exception-for-oracle/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心
\ No newline at end of file diff --git a/2019/10/05/javaScript-error-for-crystal-report/index.html b/2019/10/05/javaScript-error-for-crystal-report/index.html index f54ab7a0..08ca04ca 100644 --- a/2019/10/05/javaScript-error-for-crystal-report/index.html +++ b/2019/10/05/javaScript-error-for-crystal-report/index.html @@ -1,32 +1,180 @@ -extends includes/layout.pug +水晶報表發生 JavaScript 執行階段錯誤 | 顥奇心 + + + + + + + + + + + + + + +

水晶報表發生 JavaScript 執行階段錯誤

當 Crystal Report 在本機偵錯時,出現「JavaScript 執行階段錯誤」的錯誤訊息時,可透過文中方法排除問題。

+ +

問題描述

+

Crystal Report在本機偵錯時,可能發生此錯誤訊息,如下圖1:

+ +

解決方法

+
    +
  1. C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319 底下找到 crystalreportviewers13 這個資料夾後,複製貼上到開發中的專案資料夾中
  2. +
+ +
    +
  1. 並在欲開啟報表的網頁中(如圖1中所示的APP_0004_PR.aspx),於標籤中加入以下語法:
  2. +
+
1
<script src='<%=ResolveUrl("~/crystalreportviewers13/js/crviewer/crv.js")%>' type="text/javascript"></script>
+
    +
  1. 重新嘗試開啟報表後,即可於本機中正常顯示,Done!!
  2. +
+ +

參考文件

+
    +
  1. 解決crystal report水晶報表在瀏覽器提示bobj未定義的錯誤
  2. +
+
文章作者: 兩盒
文章連結: http://example.com/2019/10/05/javaScript-error-for-crystal-report/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心
\ No newline at end of file diff --git a/2021/04/08/cannot-open-sqlite-file-in-wsl/index.html b/2021/04/08/cannot-open-sqlite-file-in-wsl/index.html index f54ab7a0..c4dd8208 100644 --- a/2021/04/08/cannot-open-sqlite-file-in-wsl/index.html +++ b/2021/04/08/cannot-open-sqlite-file-in-wsl/index.html @@ -1,32 +1,192 @@ -extends includes/layout.pug +WSL 無法開啟 SQLite 檔案 | 顥奇心 + + + + + + + + + + + + + + +

WSL 無法開啟 SQLite 檔案

由於上課所需,開始研究如何在 WSL 中安裝 SQLite Browser,結果意外發現有問題啊!!!

+ +

安裝

+

因為龍哥說明天要用學資料庫,所以請同學們安裝 SQLite Browser ,於是便進到官網開始查安裝說明。

+

【應用程式名稱】SQLite Browser
+【官網連結】請點我

+
+

因應各家系統,所以安裝方式也非常及 MacOS 多,除了 Windows 及 macOS 可以直接下載安裝檔以外,Linux 系統也可以透過指令去下載。

+

由於課程開始時,龍哥建議使用 Windows 系統的學生們可以安裝 WSL 來作為 Ruby 開發環境。所以這邊應用程式的安裝,我就打算直接透過 Linux 的終端機來安裝,而不是直接下載 Windows 安裝檔。而我的 Linux 系統是使用 Ubuntu 20.04 LTS ,我就採用 APT 指令方式下載。

+

首先我們先更新 APT 的 cache

+
1
sudo apt-get update
+

更新完成後再繼續接著安裝應用程式本體!

+
1
sudo apt-get install sqlitebrowser
+

不過想小小吐槽一下的是 APT 指令安裝完成後,這個應用程式不會回傳安裝完成之類的訊息…
+讓人不太確定到底安裝好了沒啊😅😅😅

+

OK!沒關係,反正我嘗試開啟 SQLite 檔案就會知道有沒有安裝成功了吧!

+

下一步我們透過檔案總管的方式來找到想要開啟的 SQLite 檔案,剛好我們手邊有建立一個練習用的 Rails 專案,我們直接用裡面的 SQLite 檔案來測試看看。

+ +

看到 SQLite 檔案就給他用力地點下去!!!

+ +

⚠️⚠️⚠️ 登愣 ⚠️⚠️⚠️
+為什麼會出現錯誤訊息啦!雖然我很開心有安裝成功😭
+看了一下上頭的錯誤訊息…
+我傻眼,我什麼事情都還沒做怎麼會資料庫被鎖定啦!

+

Could not open database file.
+Reason: database is locked

+
+

好吧!看來只能求助 Google 大神了!
+最後找到一篇比較近期發問的文章,進去閱讀後才發現原來是 SQLite Browser 的 GitHub 頁面。

+

SQLite Browser fails to open a DB inside a wsl2 installation #2142

+

看完整串網友們的討論後,結論是目前沒救😭
+簡單來說目前 WSL 的關係,會導致所有儲存在其之下的 sqlite 檔案被鎖定,無法正常開啟。但開發者大大們目前似乎有想法,該如何解決這個問題,所以期待後續他們的更新改版囉!
+如果現階段真的需要開啟檔案的話,可以先將 SQLite 檔案移至 Windows 環境底下的任一位置後 (例如桌面),就可以直接點擊開啟該資料庫囉!

+
文章作者: 兩盒
文章連結: http://example.com/2021/04/08/cannot-open-sqlite-file-in-wsl/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心
\ No newline at end of file diff --git a/2021/04/25/github-notifications-in-discord/index.html b/2021/04/25/github-notifications-in-discord/index.html index f54ab7a0..7ddc6252 100644 --- a/2021/04/25/github-notifications-in-discord/index.html +++ b/2021/04/25/github-notifications-in-discord/index.html @@ -1,32 +1,202 @@ -extends includes/layout.pug +用 Discord 接收 GitHub 通知 | 顥奇心 + + + + + + + + + + + + + + +

用 Discord 接收 GitHub 通知

想知道如何在 Discord 聊天室中接收到 GitHub 的事件通知嗎?本篇將帶給你完整的手把手教學!

+ +

Discord 設定

+

首先在群組中選擇欲設定的 文字頻道 ,點擊旁邊齒輪的圖示進入到設定畫面。

+ +

接著於左側的選單中選擇 整合 ,若之前不曾建立過 Webhook 的話,應該會看到如下圖所示 建立 Webhook 的按鈕。

+ +

但如果之前有建過 Webhook 的話,則會如下圖一樣呈現出 查看 Webhook 的字樣,點進去之後點擊 新 Webhook 的按鈕亦可。

+ +

成功建立後就會出現可以編輯 Webhook 資訊的區塊,當編輯完欲命名的名稱後,就可以直接點擊 複製 Webhook 網址

+ +

看到 已複製 的訊息後,我們就可以準備開始設定 GitHub 的部分囉!

+

複製好的 webhook 網址請注意不要任意公開散布出去給他人,因為只要取得此網址後,他人即有權限可傳送訊息至該頻道中。

+
+

GitHub 設定

+

登入 GitHub 並找到你想要設定的 Repo 後,點擊 Settings 頁籤。
+然後一樣選擇左側選單中的【Webhooks】,並且找到右側 Add webhook 按鈕點下去!

+ +

系統沒意外會請你輸入 GitHub 密碼,確認你的身分。再來就可以開始設定 webhook 啦!接下來的幾個步驟非常重要,千萬要確認你填的資訊都沒有錯喔!

+ +
    +
  1. Payload URL
    +必填,請將剛剛從 Discord 上複製好的 webhook 網址貼於此格中,貼好後並於網址最後方加上 /github 的字串。
  2. +
  3. Content type
    +內容類型請選擇 application/json
  4. +
  5. Events
    +這邊有三種事件類型可被觸發,個人建議可以選擇第2項 Send me everything.,這樣就能接收到所有事件的通知。
  6. +
  7. Active
    +請勾選此欄以確保當有事件被觸發的時候,系統會發送詳細資訊到我們的 Discord 頻道中。
  8. +
+

以上都確認填寫完畢後,就可以大膽地點擊綠色的 Add webhook 按鈕啦!
+到這邊就完成我們所有的設定啦! ⁽⁽٩(๑˃̶͈̀ ᗨ ˂̶͈́)۶⁾⁾

+

測試

+

最後最後我們來簡單的測試一下,確認功能是不是正常運作!
+我們隨意編輯一個檔案 (這邊我用 README.md 測試) 後並 commit 送出。

+

說時遲那時快,Discord 立刻「叮🔔」的一聲!
+沒錯!我們成功收到 commit 的通知啦!

+ +

這麼方便的通知功能,快用在自己的專案團隊中吧!

+

參考資料

+
    +
  1. GitHub Docs-Creating webhooks
  2. +
  3. DiscordにGithubのリポジトリの変更通知を送る方法
  4. +
+
文章作者: 兩盒
文章連結: http://example.com/2021/04/25/github-notifications-in-discord/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心
\ No newline at end of file diff --git a/2022/08/23/bundler-error-for-apple-m1/index.html b/2022/08/23/bundler-error-for-apple-m1/index.html index f54ab7a0..49e32bf2 100644 --- a/2022/08/23/bundler-error-for-apple-m1/index.html +++ b/2022/08/23/bundler-error-for-apple-m1/index.html @@ -1,32 +1,196 @@ -extends includes/layout.pug +都是 M1 惹的禍?連 Bundler 也遭殃?! | 顥奇心 + + + + + + + + + + + + + + + +

都是 M1 惹的禍?連 Bundler 也遭殃?!

都是 M1 惹的禍?第二彈!本篇將帶你一起解決執行 Rails 專案時可能發現的 gem 安裝失敗問題!

+ +

前言

+

好不容易搞定了 Ruby 安裝,接下來當然就要開始起專案啦!

+

安裝過程

+

Mimemagic 安裝失敗

+

專案資料夾打開後,起手式當然是

+
1
bundle install
+ +

嗯?哈囉? 為什麼又送我紅字啊—— 😱😱😱
+稍加閱讀了終端上的紅字後,選擇先按照紅字建議去嘗試

+
1
gem install mimemagic -v '0.3.10' --source 'https://rubygems.org/'
+ +

Rake failed? 怎麼又失敗了
+只好把剛剛出現過的紅字複製後,拿去請教 Google 大神
+大神表示:

+
1
brew install shared-mime-info
+ +

執行後,如果有成功的話就會看到這樣的啤酒訊息,Safe!

+
1
🍺  /opt/homebrew/Cellar/shared-mime-info/2.2: 86 files, 4.6MB
+

Mysql2 安裝失敗

+

安裝完 Mimemagic 後,再重新 bundle 一次

+ +

真棒🙄 又出意外了呢⋯⋯
+無奈的我只好繼續拿著紅字去拜大神,
+大神開示:確認 mysqlopensslzstd 是否安裝,再安裝 mysql2

+

因為我是透過 homebrew 安裝,如果需要安裝特定版本的 mysql,要使用下方指令

+
1
brew install mysql@5.7 openssl zstd
+

緊接著再安裝 mysql2

+
1
gem install mysql2 -v '0.5.2' -- --with-mysql-config=$(brew --prefix mysql)@5.7/bin/mysql_config --with-ldflags="-L$(brew --prefix zstd)/lib -L$(brew --prefix openssl)/lib" --with-cppflags=-I$(brew --prefix openssl)/include
+

指令中的 0.5.2 可替換成需安裝的 mysql2 版本號,另外因為我安裝的 mysql 是有指定 5.7 這個版本,所以在上方指令中需加入 @5.7 ,若你沒有指定版本的話,可移除。
+最後只要再重新 bundle 一次就成功啦,可喜可賀 🎉

+

參考資料

+
    +
  1. Mimemagic Issue #162
  2. +
  3. How to install mysql2 gem on m1 Mac
  4. +
+
文章作者: 兩盒
文章連結: http://example.com/2022/08/23/bundler-error-for-apple-m1/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心
\ No newline at end of file diff --git a/2022/08/23/install-ruby-for-apple-m1/index.html b/2022/08/23/install-ruby-for-apple-m1/index.html index f54ab7a0..59f50c87 100644 --- a/2022/08/23/install-ruby-for-apple-m1/index.html +++ b/2022/08/23/install-ruby-for-apple-m1/index.html @@ -1,32 +1,193 @@ -extends includes/layout.pug +都是 M1 惹的禍?輕鬆帶你搞定 Ruby 環境安裝! | 顥奇心 + + + + + + + + + + + + + +

都是 M1 惹的禍?輕鬆帶你搞定 Ruby 環境安裝!

之前耳聞過 Mac M1 在環境安裝會遇到不少問題⋯⋯本篇將帶你一起解決安裝 Ruby 環境時的疑難雜症!

+ +

前言

+

新公司報到第一天,領到公司配發的工作機⋯⋯

+

太讚啦!居然是 M1 新機欸!嗯~真香!

+

除了認識同事外,報到不外乎要建置開發環境,想到這邊突然有種不好的預感 🤨

+

聲明

+

因本文僅適用於 Mac 環境,還請 Windows 的朋友們尋找其他篇文章協助解決環境安裝問題

+
+

安裝過程

+

安裝 RVM

+

首先我們先安裝 RVM (Ruby Version Manager,Ruby 版本管理器) ,這是為了幫助我們可以管理不同版本的 Ruby 環境。

+
1
\curl -sSL https://get.rvm.io | bash -s stable
+

上述的這個指令也可以在 RVM 首頁 找到唷!
+安裝完成後,我們可以查詢 RVM 的版本號,以確認是否成功安裝。

+
1
rvm -v
+

如果有正確安裝成功的話,輸入指令後會如下圖,得到現在的版本號。

+ +

安裝 Ruby

+

操作 RVM 的相關指令,可以在 https://rvm.io/rvm/cli 查得到,或是終端機直接輸入指令 rvm help

+
+

安裝前,我們可以查詢一下目前可安裝的 Ruby 種類及版本號有哪些。

+
1
rvm list known
+

確認好想安裝的 Ruby 版本後就可以輸入指令開始安裝!

+
1
rvm install 2.5  # rvm install [版本號]
+

依照你所想安裝的版本,可以任意替換後方版本號的數值
+跑跑跑,登愣!!!

+ +

沒想到預感成真,居然給我跑紅字出來!果不其然開始安裝不久就遇到問題 🙄
+OK Fine! 立刻有請 Google 大神~ Do Re Mi So!

+

佩服佩服,才剛膜拜完立刻得到解法!
+我們來調整一下剛剛的安裝指令

+
1
CFLAGS="-Wno-error=implicit-function-declaration" rvm install 2.5
+ +

恭喜🎉🎉🎉
+出現 Install of ruby-2.5.8 - #complete 就代表安裝完成啦!你也可以再用 ruby -v 檢查現在的 Ruby 版本號是不是對應剛剛所安裝的!

+
文章作者: 兩盒
文章連結: http://example.com/2022/08/23/install-ruby-for-apple-m1/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心
\ No newline at end of file diff --git a/2023/02/01/fly-to-singapore/index.html b/2023/02/01/fly-to-singapore/index.html index f54ab7a0..e8dd3803 100644 --- a/2023/02/01/fly-to-singapore/index.html +++ b/2023/02/01/fly-to-singapore/index.html @@ -1,32 +1,156 @@ -extends includes/layout.pug +🐰兔飛新加坡! | 顥奇心 + + + + + + + + + + + + +

🐰兔飛新加坡!

文章作者: 兩盒
文章連結: http://example.com/2023/02/01/fly-to-singapore/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心
\ No newline at end of file diff --git a/2023/02/03/osaka-justsleep/index.html b/2023/02/03/osaka-justsleep/index.html index f54ab7a0..083de993 100644 --- a/2023/02/03/osaka-justsleep/index.html +++ b/2023/02/03/osaka-justsleep/index.html @@ -1,32 +1,194 @@ -extends includes/layout.pug +日本大阪捷絲旅限時優惠 | 顥奇心 + + + + + + + + + + + + + + + +

日本大阪捷絲旅限時優惠

「捷絲旅」這個耳熟能詳的旅店品牌如今開始向海外拓展事業版圖,就讓我們來看看他們海外首站選擇在哪吧!

+ +

台灣知名旅店-捷絲旅的版圖正式進軍海外,首站插旗在國人的熱門旅遊城市-日本大阪🇯🇵

+

獨家折扣銷售快閃日期 ► 2/3 ~ 2/17
+限時優惠,錯過不再!
+可訂購的入住期間 ► 3/1 (正式開幕) ~ 11/30

+

火速手刀搶購🔥 訂房連結請點我

+
+

亮點簡介

+ +

「捷絲旅大阪心齋橋」是捷絲旅品牌進軍日本的首家據點,飯店位置緊鄰熱鬧繁華的心齋橋商圈,商圈內美食店舖林立,房客步行即可沉浸式的體驗在地潮流文化與熱情好客的風土民情。

+ +

踏入飯店大廳,映入眼簾的是充滿心齋橋美國村的設計牆面,帶領旅人彷彿走進 70 年代的時光隧道般,使人能在這忘卻旅途的辛勞。

+ +

飯店對外交通四通八達,心齋橋站、本町站、筋堺本町及長堀橋站等四大地鐵車站近在咫尺,便利性十足,絕對是旅人規劃大阪行時的住宿首選。

+
    +
  1. 飯店位置緊鄰熱鬧繁華的 心齋橋商圈
  2. +
  3. 飯店 對外交通四通八達 ,離心齋橋站、本町站、筋堺本町及長堀橋站等四大地鐵車站都超級近!
  4. +
  5. 飯店設計概念充滿大阪在地元素外,捷絲旅所使用的備品也一律嚴選以 關西在地產品 為優先考量!
  6. +
+

住宿資訊

+

日本大阪捷絲旅

+

【地址】大阪市府大阪市中央区南船場2丁目9-15
+【網站】訂房連結請點我
+【電話】+81 06-6251-3666

+
+
文章作者: 兩盒
文章連結: http://example.com/2023/02/03/osaka-justsleep/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心
\ No newline at end of file diff --git a/2023/02/04/fubon-costco/index.html b/2023/02/04/fubon-costco/index.html index f54ab7a0..d8aa140e 100644 --- a/2023/02/04/fubon-costco/index.html +++ b/2023/02/04/fubon-costco/index.html @@ -1,32 +1,469 @@ -extends includes/layout.pug +新卡上路!富邦 Costco 聯名卡懶人包 | 顥奇心 + + + + + + + + + + + + + + +

新卡上路!富邦 Costco 聯名卡懶人包

萬眾矚目的 富邦 Costco 聯名卡2023/02/01 正式發行啦!就讓我們來了解一下這張充滿話題性的卡片吧!

+ +

來來來!需要的朋友跟我來!
+辦卡連結 ☞ 點我辦卡去

+
+

聯名卡是什麼?

+

信用卡的種類有非常多,根據金融監督管理委員會的介紹[1],我們可以知道信用卡有以下幾種:

+
    +
  • 普通卡
  • +
  • 金卡
  • +
  • 白金卡
  • +
  • 商務卡、公司卡
  • +
  • 簽帳卡
  • +
  • 認同卡
  • +
  • 聯名卡
  • +
  • 附卡
  • +
  • 學生卡
  • +
+

然而在這麼多種類之中,我們今天會來討論的是打勾的部分——聯名卡。

+

聯名卡是發卡銀行和事業體合作 聯合發行 的信用卡,其功能與一般信用卡並無差別,但會較具特定的商業導向, 比一般信用卡多了事業體賦予給它的各項功能或是特殊優惠,以提供回饋給持卡人 。例如航空公司聯名卡、百貨公司聯名卡等等。

+

另外,如果有仔細觀察市面上的各種聯名卡應該就會發現,大部分的聯名卡在申辦的時候,都會告知是有年費的(少部分不用年費或是有免年費的條件),所以在辦卡前也要針對這部分三思喔!

+

Costco 聯名卡新舊爭霸戰——富邦 V.S. 國泰

+

由於國泰世華銀行並未順利取得 Costco 聯名卡的續約權,因此合約只到 2023/08/07 為止,而後續將由富邦銀行接棒為廣大的 Costco 會員卡友們服務。

+

信用卡在各家銀行的眾多商品中,相當於是一塊敲門磚,親民、容易讓人接觸及上手的一項金融商品,銀行更能夠藉此繼續向卡友們再行銷。
+所以透過推出高回饋、好用無腦的信用卡,亦或是爭取聯名合作的機會,都能幫銀行帶來龐大的客戶量及可觀的發卡量。
+尤其這次國泰 Costco 聯名卡的數量約莫 300 萬,對富邦來說更是能讓自己在信用卡戰場上躍升一大步。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
項目 / 銀行富邦國泰
Costco 店內消費👑 2%1%
Costco 店外一般消費👑 1%0.5%
Costco 加油站3%3%
Costco 線上購物👑 3%
保費消費優惠 2 擇 1👑 0.5% / 最高 12 期分期 0 利率
(不限富邦人壽)
自動扣繳會費
回饋點數折抵賣場消費 & 年費
+

為什麼需要富邦 Costco 聯名卡?

+

根據官網描述, Costco 實體賣場 & 線上購物可以接受下列付款方式:

+
    +
  • 國泰世華 COSTCO 聯名卡
  • +
  • 國泰世華 Visa 金融卡
  • +
  • 美國花旗 COSTCO 聯名卡
  • +
  • 加拿大 COSTCO 聯名卡
  • +
  • 墨西哥 COSTCO 聯名卡
  • +
  • 韓國 COSTCO 聯名卡
  • +
  • 日本 COSTCO 聯名卡
  • +
  • 中國 COSTCO 聯名卡
  • +
+ +

眼尖的你應該發現到,上面的付款方式中仍是寫著「國泰世華 Costco 聯名卡」。沒錯喔!國泰世華銀行與好市多的合約是到 2023/08/07 ,所以現在進好市多消費也還是使用國泰世華銀行 Costco 聯名卡,但是從 2023/08/08 起就會正式以「富邦 Costco 聯名卡」為獨家付款方式唷!所以喜歡到 Costco 消費的你,建議可以先辦卡辦起來,也能趁早跟上各種活動來累積好多金,之後就能用來折抵會費或是賣場消費啦~

+

另外依照上述的付款方式列表,我們也能先猜測除了「富邦 Costco 聯名卡」以外,甚至也有機會開放讓會員們以「富邦 Visa 金融卡」來消費喔!

+

早鳥辦卡享優惠 累積回饋抵年費

+

蛤?你說為什麼要這麼早就辦「富邦 Costco 聯名卡」嗎?
+那是因為我發現富邦有推出不少的高回饋活動,想讓會員們能趁現在就先透過店外消費來累積好多金。但有些活動是有名額限制的,當然想卡位就要趁早啦!

+

辦卡連結 ☞ 點我辦卡去
+以下各活動詳細內容規定請見 ☞ 產品權益網頁[2]

+

高鐵購票優惠 最高享 12% 回饋

+

活動期間:即日起 ~ 2023/12/31
+活動條件:

+
    +
  1. 前月以指定卡別新增一般消費達指定消費門檻
  2. +
  3. 當月持該卡至高鐵刷卡購票
  4. +
  5. 登錄此信用卡活動 ☞ 點我登錄此活動
  6. +
+

滿足以上條件,即可享有指定 % 數的好多金回饋!

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
購票方式適用卡別消費門檻回饋 % 數
(含原權益 1%)
回饋上限最高消費金額
+
    +
  1. 高鐵網站
  2. +
  3. 高鐵APP
  4. +
  5. 高鐵臨櫃
  6. +
  7. 高鐵自動售票機
  8. +
+
世界卡$ 15,00012%$ 550$ 5,000
鈦商卡、鈦金卡10%$ 450
+

8大精選通路最高享 5% 回饋

+

活動期間:即日起 ~ 2023/04/30 (第一波)
+活動條件:

+
    +
  1. 於8大精選通路不限金額消費
  2. +
  3. 登錄此信用卡活動 ☞ 點我登錄此活動
  4. +
+

滿足以上即可享最高 5% 好多金回饋 (含原產品權益 1%)!

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
通路類別指定店家回饋 % 數
(含原權益 1%)
回饋上限最高消費金額
海外消費地於國外實體門市之刷卡交易5%$ 3,000$ 75,000
精選旅行社
+ 航空
+

6大旅行社

+

雄獅旅遊 / 可樂旅遊 / ezTravel 易遊網

+

東南旅行社 / 山富旅遊 / 鳳凰旅遊

+

6大航空

+

長榮航空 / 中華航空 / 國泰航空

+

立榮航空 / 華信航空 / 星宇航空

+
精選節能商店 +

WeMo Scooter / TESLA充電費 / GoShare

+

Gogoro / NetworkGogoro / eMoving

+

iRent / Zipcar / Go Smart / USPACE

+
精選有機商店 +

義美食品 / 聖德科斯 / 台灣主婦聯盟

+

棉花田 / 馬可先生麵包坊 / 健康食彩

+

永豐餘生技 / 安永鮮物 / 無毒農

+

天和鮮物 / 無毒的家 / 柑仔店 / 有機緣地

+
精選健身商店 +

LES MILLS / World Gym / 健身工廠

+

迪卡儂 / 摩曼頓運動用品 / 尚智運動用品

+

萬岳體育用品 / 微笑運動用品 / 城市綠洲

+
精選保健商店 +

大樹藥局 / 佑全保健藥妝 / 躍獅藥局

+

丁丁藥局 / 啄木鳥藥局 / 杏一醫療用品 / 維康醫療用品

+
精選影音Netflix / myVideo / Disney+
精選藥妝康是美 / 屈臣氏
+

指定通路 嗶富邦 Costco 聯名卡悠遊卡功能扣款享最高 10% 回饋

+

活動期間:即日起 ~ 2023/12/31
+活動條件:

+
    +
  1. 申辦富邦 Costco 悠遊聯名卡
  2. +
  3. 以悠遊卡扣款消費
  4. +
  5. 於全台「天仁茶業」、「肯德基」、「摩斯漢堡」消費,而「天仁茶業」包括天仁茗茶天仁喫茶趣喫茶ToGoCHAFFEE
  6. +
+

總結

+

首先,這篇文章也不是什麼業配文啦!小弟我還沒有那種資格啦!🤣

+

主要是因為前陣子看到不少文章開始討論起這張信用卡,想說可以趁著這機會多搜集一些關於這張富邦 Costco 聯名卡的資料,也順手整理成現在你們看到的這篇文章,減少自己爬文的困擾~殊不知研究到後來自己也跟著辦了一張啦!

+

只是在比較的過程中,發現這張卡與先前過去發行的 Costco 聯名卡有著不少差異,評估起來感覺蠻有優勢的!
+不僅有高回饋,還有許多店外通路的使用機會,這些特色讓這張卡片不再侷限於 Costco 店內,累積好多金會更加容易!

+

然而我們家中有不少生活備品也習慣在 Costco 採購,但礙於過去會員過期失效,需要採買時總需透過親友代購,總有些不好意思。
+因此這次我就透過表嫂的連結也給它辦卡辦下去啦!常去 Costco 消費的朋友們,非常建議卡片直接辦起來!最後還是要提醒一下,由於此張聯名卡會有產生年費 & 會費,不同卡片的年費 & 會費也有所不同,大家這部分要記得留意喔!

+

其他富邦熱門信用卡

+ + + + + + + + + + + + + + + + + + + + + +
信用卡回饋內容
+ +

富邦 J 卡

+ 點我辦富邦 J 卡去 +
+
    +
  • 🇯🇵🇰🇷日韓旅遊最高 5% 回饋
  • +
  • 日本消費還抽商務艙來回機票
  • +
  • Apple Pay 綁定 J 卡加值日本 Suica 或 PASMO 交通卡享最高 10% 回饋
  • +
  • 加油最高 5%
  • +
  • 一卡通大眾運輸 2%
  • +
  • 指定共享汽機車最高 10%
  • +
  • LINE 禮物最高 25%
  • +
  • 富邦銀行臨櫃出示 J 卡提領 / 兌換日圓現鈔 💴 享優惠
  • +
+

+ 🌐 更多優惠 ☞ 點我了解 +

+
+ +

momo 卡

+ 點我辦 momo 卡去 +
+
    +
  • 2023/03/31 前 momo 通路筆筆 5% 回饋無上限,千大品牌最高還有 10% 回饋
  • +
  • 店外指定支付 / 錢包、海外消費享最高 5%
  • +
  • 指定航空 / 旅行社最高 10% 回饋
  • +
+

+ 🌐 更多優惠 ☞ 點我了解 +

+
+ +

Open Possible 聯名卡

+ 點我辦 Open Possible 聯名卡去 +
+
    +
  • 行車加油 ⛽️、影音娛樂 🎬、台灣大哥大電信費 📱 享最高 5.5%
  • +
  • 國內外 10 大旅遊交通再加碼最高 10%
  • +
  • 綁定 icash Pay 於星巴克、多拿滋、COLD STONE、聖娜、21 風味館餐飲通路享 5% 儲值金回饋
  • +
+

+ 🌐 更多優惠 ☞ 點我了解 +

+
+

參考資料

+
+
+
    +
  1. 金融監督管理委員會 金融智慧網 - 信用卡的種類 ↩︎

    +
  2. +
  3. 富邦 Costco 聯名卡 - 早早換 好事加倍多 ↩︎

    +
  4. +
+
+
文章作者: 兩盒
文章連結: http://example.com/2023/02/04/fubon-costco/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心
\ No newline at end of file diff --git a/2023/03/11/backend-engineer-with-astro-camp/index.html b/2023/03/11/backend-engineer-with-astro-camp/index.html index f54ab7a0..8c38bbe8 100644 --- a/2023/03/11/backend-engineer-with-astro-camp/index.html +++ b/2023/03/11/backend-engineer-with-astro-camp/index.html @@ -1,32 +1,162 @@ -extends includes/layout.pug +我是後端工程師,我也要轉職! | 顥奇心 + + + + + + + + + + + + + + +

我是後端工程師,我也要轉職!

在補習班的九十多個日子裡,不乏被同學們或是身旁的親朋好友們詢問:「你已經是工程師了,為什麼要來“轉職”?」

+

為什麼轉職?

+

自我進修

+

由於家庭因素,我不得已離開原先的工作崗位一段時間,雖然前前後後

+
文章作者: 兩盒
文章連結: http://example.com/2023/03/11/backend-engineer-with-astro-camp/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心
\ No newline at end of file diff --git a/2023/11/01/ai-workshop-review/index.html b/2023/11/01/ai-workshop-review/index.html index f54ab7a0..c5e4d25d 100644 --- a/2023/11/01/ai-workshop-review/index.html +++ b/2023/11/01/ai-workshop-review/index.html @@ -1,32 +1,197 @@ -extends includes/layout.pug +AI 工作坊 – 課後心得 | 顥奇心 + + + + + + + + + + + + + + + +

AI 工作坊 – 課後心得

自從 ChatGPT 爆紅後,人們開始更加關注 AI 接下來的發展與應用,甚至 2023 年更被譽為「生成式 AI 元年」。各領域也不斷地尋找 AI 適用的應用情境,思考著能如何用來提升工作效率及增加利潤。然而,身為工程師的我們當面對這樣的新技術誕生時,更不該因為害怕被新技術取代而拒絕去認識它;反之,我們更該嘗試認識它,看能藉由何種方式來幫助提升自我的價值。

+ +

課程資訊

+

大語言模型 LLM 應用開發工作坊

+

【講師】張文鈿(ihower)
+【時間】2023/10/15 (日) 10:00 ~ 17:00
+【地點】五倍紅寶石
+【簡介】請點我

+
+

麻瓜的有勇無謀

+

在開始上課前,我想我對於 AI 的認識就和普羅大眾差不多吧!

+

透過 ChatGPT[1] 、 Google Bard[2] 等工具協助我們寫文章、找答案,幾乎都快成了 24 小時 On Call 、不須下班的私人家教;在 DALL·E2[3] 、 Midjourney[4] 的畫布上用提示詞揮灑出屬於我們的創作,誤以為自己是 21 世紀的畢卡索再世。一晃眼間,許多的 AI 應用網站推陳出新,便已令眾人愛不釋手、陶醉其中。

+

而比較深入一些的認識,應該就是開始了解「何謂提示詞」了吧!

+

畢竟在網路上各式各樣的咒語心得文唾手可得,像是教會你如何「成為宮崎駿第二人」、「快速解開程式難題」等等。這類型的分享文章好似咒語百科般數之不盡,多到不禁讓人幻想著是否自己信手捻來便能像哈利波特一樣與「那個人」交戰。網友們口中所謂的「咒語」正是生成式 AI 使用到的「提示詞(Prompt)」,但我們像麻瓜般的有勇無謀,只是一味的使出咒語來自娛娛人,卻不知其中潛藏的危險性。

+

符咒學,上課了!

+

起初,講者先是帶著我們認識何謂提示詞。我們都知道使用咒語需要手持魔杖、專心一志並且大聲唸出咒語,而工程師想使用 LLM 也只需要透過呼叫 API 並且帶入所需參數及提示詞後便能完成。例如,在相同的提示詞(咒語)之下,若帶入的「溫度(temperature)」數值越接近 1 時,API 的回應及隨機性會更富有創造力;反之,越接近 0 的回覆則更接近機器人般的制式回答。原來只是簡單調整其中這麼一項參數,就能使 AI 的回答更加人性化!

+
1
2
3
4
5
6
7
8
9
10
11
user_message = "小明愛吃什麼? "

messages = [
{
"role": "user",
"content": user_message
}
]

response = get_completion(messages, temperature=0.9) # 可以改看看溫度
print(response) # 我不知道小明喜歡吃什麼,因為我不認識他。每個人都有自己喜歡的食物偏好,只有小明自己知道他愛吃什麼。
+

大腦高速運轉後的收穫

+

講者帶來的內容著實豐富,從基礎到進階、玲琅滿目。隨著課程進度來到進階篇章時,大腦也早已處於高速運轉的狀態中。講師在介紹完「提示詞工程」後,便帶領我們認識 LLM 的幾種常見應用,像是:ChatBot 對話應用、摘要轉錄、QA 應用等等。

+ +

而大家最感到興趣的莫過於從早上就開始敲碗的應用主題--「語意搜尋 + QA 應用」,簡單來說就是先使用程式去搜尋各種相關內容後,再將收集到的資訊及問題拿去問 LLM ,最後就可以得到所需的答案了!整個問答流程前後完全不需要耗費太多時間,也難怪在 ChatGPT 剛問世不久時就已經有客服人員開始擔心自己會不會面臨失業的困境。

+

在認識完幾種常見應用後,該如何將 LLM 妥善運用至各種情境中,讓其成為一大助力,我想這便是軟體工程師的價值其一所在吧!

+

結語

+

這堂課確實為我打開 AI 世界大門,儘管尚未能完全掌握課程的全部精華,但至少在我的心中已經埋下一顆對於 AI 好奇心的種子。課程結束不是終點,學海無涯,唯勤是岸,期許自己將講師的豐富教材仔細著墨後,能促使自己躍上另一境界!如果對於 AI 這門學問也甚是好奇,不妨藉由這堂課程帶領你一探箇中奧妙,相信定有所獲的!

+

參考來源

+
+
+
    +
  1. 對話式 AI 工具 – ChatGPT by OpenAI ↩︎

    +
  2. +
  3. 對話式 AI 工具 – Bard by Google ↩︎

    +
  4. +
  5. 生成式 AI 繪圖工具 – DALL·E 2 by OpenAI ↩︎

    +
  6. +
  7. 生成式 AI 繪圖工具 – Midjourney by Midjourney ↩︎

    +
  8. +
+
+
文章作者: 兩盒
文章連結: http://example.com/2023/11/01/ai-workshop-review/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心
\ No newline at end of file diff --git a/archives/2018/08/index.html b/archives/2018/08/index.html index 913dedcd..17573927 100644 --- a/archives/2018/08/index.html +++ b/archives/2018/08/index.html @@ -1,8 +1,151 @@ -extends includes/layout.pug +八月 2018 | 顥奇心 + + + + + + + +
文章總覽 - 1
2018
日文助詞整理
日文助詞整理
\ No newline at end of file diff --git a/archives/2018/index.html b/archives/2018/index.html index 913dedcd..06b45bc8 100644 --- a/archives/2018/index.html +++ b/archives/2018/index.html @@ -1,8 +1,151 @@ -extends includes/layout.pug +2018 | 顥奇心 + + + + + + + +
文章總覽 - 1
2018
日文助詞整理
日文助詞整理
\ No newline at end of file diff --git a/archives/2019/09/index.html b/archives/2019/09/index.html index 913dedcd..42fec3d4 100644 --- a/archives/2019/09/index.html +++ b/archives/2019/09/index.html @@ -1,8 +1,151 @@ -extends includes/layout.pug +九月 2019 | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git a/archives/2019/10/index.html b/archives/2019/10/index.html index 913dedcd..485e47e0 100644 --- a/archives/2019/10/index.html +++ b/archives/2019/10/index.html @@ -1,8 +1,151 @@ -extends includes/layout.pug +十月 2019 | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git a/archives/2019/index.html b/archives/2019/index.html index 913dedcd..e817e95f 100644 --- a/archives/2019/index.html +++ b/archives/2019/index.html @@ -1,8 +1,151 @@ -extends includes/layout.pug +2019 | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git a/archives/2021/04/index.html b/archives/2021/04/index.html index 913dedcd..420e38d9 100644 --- a/archives/2021/04/index.html +++ b/archives/2021/04/index.html @@ -1,8 +1,151 @@ -extends includes/layout.pug +四月 2021 | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git a/archives/2021/index.html b/archives/2021/index.html index 913dedcd..e5a53a23 100644 --- a/archives/2021/index.html +++ b/archives/2021/index.html @@ -1,8 +1,151 @@ -extends includes/layout.pug +2021 | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git a/archives/2022/08/index.html b/archives/2022/08/index.html index 913dedcd..dd90ac0f 100644 --- a/archives/2022/08/index.html +++ b/archives/2022/08/index.html @@ -1,8 +1,151 @@ -extends includes/layout.pug +八月 2022 | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git a/archives/2022/index.html b/archives/2022/index.html index 913dedcd..c8df388e 100644 --- a/archives/2022/index.html +++ b/archives/2022/index.html @@ -1,8 +1,151 @@ -extends includes/layout.pug +2022 | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git a/archives/2023/02/index.html b/archives/2023/02/index.html index 913dedcd..1c818cca 100644 --- a/archives/2023/02/index.html +++ b/archives/2023/02/index.html @@ -1,8 +1,151 @@ -extends includes/layout.pug +二月 2023 | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git a/archives/2023/11/index.html b/archives/2023/11/index.html index 913dedcd..b4c11f4e 100644 --- a/archives/2023/11/index.html +++ b/archives/2023/11/index.html @@ -1,8 +1,151 @@ -extends includes/layout.pug +十一月 2023 | 顥奇心 + + + + + + + +
文章總覽 - 1
2023
AI 工作坊 – 課後心得
\ No newline at end of file diff --git a/archives/2023/index.html b/archives/2023/index.html index 913dedcd..81769b2d 100644 --- a/archives/2023/index.html +++ b/archives/2023/index.html @@ -1,8 +1,151 @@ -extends includes/layout.pug +2023 | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git a/archives/index.html b/archives/index.html index 913dedcd..a1f679ac 100644 --- a/archives/index.html +++ b/archives/index.html @@ -1,8 +1,151 @@ -extends includes/layout.pug +歸檔 | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git a/archives/page/2/index.html b/archives/page/2/index.html index 913dedcd..fe3aab99 100644 --- a/archives/page/2/index.html +++ b/archives/page/2/index.html @@ -1,8 +1,151 @@ -extends includes/layout.pug +歸檔 | 顥奇心 + + + + + + + +
文章總覽 - 12
2019
Access Database載入錯誤
Access Database載入錯誤
2018
日文助詞整理
日文助詞整理
\ No newline at end of file diff --git "a/categories/\345\204\252\346\203\240\346\212\230\346\211\243/KLOOK\345\204\252\346\203\240\346\212\230\346\211\243\345\277\253\345\240\261/index.html" "b/categories/\345\204\252\346\203\240\346\212\230\346\211\243/KLOOK\345\204\252\346\203\240\346\212\230\346\211\243\345\277\253\345\240\261/index.html" index 234a0af6..698db6f5 100644 --- "a/categories/\345\204\252\346\203\240\346\212\230\346\211\243/KLOOK\345\204\252\346\203\240\346\212\230\346\211\243\345\277\253\345\240\261/index.html" +++ "b/categories/\345\204\252\346\203\240\346\212\230\346\211\243/KLOOK\345\204\252\346\203\240\346\212\230\346\211\243\345\277\253\345\240\261/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +分類: KLOOK優惠折扣快報 | 顥奇心 + + + + + + + +
分類 - KLOOK優惠折扣快報
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
\ No newline at end of file diff --git "a/categories/\345\204\252\346\203\240\346\212\230\346\211\243/index.html" "b/categories/\345\204\252\346\203\240\346\212\230\346\211\243/index.html" index 234a0af6..2ca544d1 100644 --- "a/categories/\345\204\252\346\203\240\346\212\230\346\211\243/index.html" +++ "b/categories/\345\204\252\346\203\240\346\212\230\346\211\243/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +分類: 優惠折扣 | 顥奇心 + + + + + + + +
分類 - 優惠折扣
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
\ No newline at end of file diff --git "a/categories/\346\212\200\350\241\223\347\255\206\350\250\230/index.html" "b/categories/\346\212\200\350\241\223\347\255\206\350\250\230/index.html" index 234a0af6..11a7faca 100644 --- "a/categories/\346\212\200\350\241\223\347\255\206\350\250\230/index.html" +++ "b/categories/\346\212\200\350\241\223\347\255\206\350\250\230/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +分類: 技術筆記 | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git "a/categories/\346\212\200\350\241\223\347\255\206\350\250\230/\351\203\275\346\230\257M1\346\203\271\347\232\204\347\246\215\357\274\237/index.html" "b/categories/\346\212\200\350\241\223\347\255\206\350\250\230/\351\203\275\346\230\257M1\346\203\271\347\232\204\347\246\215\357\274\237/index.html" index 234a0af6..beaca4d8 100644 --- "a/categories/\346\212\200\350\241\223\347\255\206\350\250\230/\351\203\275\346\230\257M1\346\203\271\347\232\204\347\246\215\357\274\237/index.html" +++ "b/categories/\346\212\200\350\241\223\347\255\206\350\250\230/\351\203\275\346\230\257M1\346\203\271\347\232\204\347\246\215\357\274\237/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +分類: 都是M1惹的禍? | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git "a/categories/\346\212\200\350\241\223\347\255\206\350\250\230/\351\214\257\350\252\244\346\216\222\351\231\244/index.html" "b/categories/\346\212\200\350\241\223\347\255\206\350\250\230/\351\214\257\350\252\244\346\216\222\351\231\244/index.html" index 234a0af6..436c86c4 100644 --- "a/categories/\346\212\200\350\241\223\347\255\206\350\250\230/\351\214\257\350\252\244\346\216\222\351\231\244/index.html" +++ "b/categories/\346\212\200\350\241\223\347\255\206\350\250\230/\351\214\257\350\252\244\346\216\222\351\231\244/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +分類: 錯誤排除 | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git "a/categories/\346\212\225\350\263\207\347\220\206\350\262\241/index.html" "b/categories/\346\212\225\350\263\207\347\220\206\350\262\241/index.html" index 234a0af6..3786bfc5 100644 --- "a/categories/\346\212\225\350\263\207\347\220\206\350\262\241/index.html" +++ "b/categories/\346\212\225\350\263\207\347\220\206\350\262\241/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +分類: 投資理財 | 顥奇心 + + + + + + + +
分類 - 投資理財
2023
新卡上路!富邦 Costco 聯名卡懶人包
新卡上路!富邦 Costco 聯名卡懶人包
\ No newline at end of file diff --git a/index.html b/index.html index 2655cb4b..d57581fd 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,328 @@ -extends includes/layout.pug +顥奇心 + + + + + + + +
新卡上路!富邦 Costco 聯名卡懶人包
日本大阪捷絲旅限時優惠
都是 M1 惹的禍?連 Bundler 也遭殃?!
都是 M1 惹的禍?輕鬆帶你搞定 Ruby 環境安裝!
用 Discord 接收 GitHub 通知
WSL 無法開啟 SQLite 檔案
水晶報表發生 JavaScript 執行階段錯誤
Oracle 用戶端程式庫載入錯誤
.NET Framework 組態錯誤
\ No newline at end of file diff --git a/page/2/index.html b/page/2/index.html index 2655cb4b..05fe9421 100644 --- a/page/2/index.html +++ b/page/2/index.html @@ -1,7 +1,217 @@ -extends includes/layout.pug +顥奇心 + + + + + + + +
Access Database載入錯誤
日文助詞整理
\ No newline at end of file diff --git a/tags/AI/index.html b/tags/AI/index.html index 9f99658d..613ff999 100644 --- a/tags/AI/index.html +++ b/tags/AI/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: AI | 顥奇心 + + + + + + + +
標籤 - AI
2023
AI 工作坊 – 課後心得
\ No newline at end of file diff --git a/tags/Access-Database/index.html b/tags/Access-Database/index.html index 9f99658d..ca835a53 100644 --- a/tags/Access-Database/index.html +++ b/tags/Access-Database/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: Access Database | 顥奇心 + + + + + + + +
標籤 - Access Database
2019
Access Database載入錯誤
Access Database載入錯誤
\ No newline at end of file diff --git a/tags/Crystal-Report/index.html b/tags/Crystal-Report/index.html index 9f99658d..2ce3bb31 100644 --- a/tags/Crystal-Report/index.html +++ b/tags/Crystal-Report/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: Crystal Report | 顥奇心 + + + + + + + +
標籤 - Crystal Report
2019
水晶報表發生 JavaScript 執行階段錯誤
水晶報表發生 JavaScript 執行階段錯誤
\ No newline at end of file diff --git a/tags/Discord/index.html b/tags/Discord/index.html index 9f99658d..ffd7c1c1 100644 --- a/tags/Discord/index.html +++ b/tags/Discord/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: Discord | 顥奇心 + + + + + + + +
標籤 - Discord
2021
用 Discord 接收 GitHub 通知
用 Discord 接收 GitHub 通知
\ No newline at end of file diff --git a/tags/GitHub/index.html b/tags/GitHub/index.html index 9f99658d..7df09364 100644 --- a/tags/GitHub/index.html +++ b/tags/GitHub/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: GitHub | 顥奇心 + + + + + + + +
標籤 - GitHub
2021
用 Discord 接收 GitHub 通知
用 Discord 接收 GitHub 通知
\ No newline at end of file diff --git a/tags/Javascript/index.html b/tags/Javascript/index.html index 9f99658d..69033c7c 100644 --- a/tags/Javascript/index.html +++ b/tags/Javascript/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: Javascript | 顥奇心 + + + + + + + +
標籤 - Javascript
2019
水晶報表發生 JavaScript 執行階段錯誤
水晶報表發生 JavaScript 執行階段錯誤
\ No newline at end of file diff --git a/tags/KLOOK/index.html b/tags/KLOOK/index.html index 9f99658d..7e91d758 100644 --- a/tags/KLOOK/index.html +++ b/tags/KLOOK/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: KLOOK | 顥奇心 + + + + + + + +
標籤 - KLOOK
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
\ No newline at end of file diff --git a/tags/LLM/index.html b/tags/LLM/index.html index 9f99658d..06f4e5d3 100644 --- a/tags/LLM/index.html +++ b/tags/LLM/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: LLM | 顥奇心 + + + + + + + +
標籤 - LLM
2023
AI 工作坊 – 課後心得
\ No newline at end of file diff --git a/tags/Mac-M1/index.html b/tags/Mac-M1/index.html index 9f99658d..25cf0026 100644 --- a/tags/Mac-M1/index.html +++ b/tags/Mac-M1/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: Mac M1 | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git a/tags/Mimemagic/index.html b/tags/Mimemagic/index.html index 9f99658d..54df0e7b 100644 --- a/tags/Mimemagic/index.html +++ b/tags/Mimemagic/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: Mimemagic | 顥奇心 + + + + + + + +
標籤 - Mimemagic
2022
都是 M1 惹的禍?連 Bundler 也遭殃?!
都是 M1 惹的禍?連 Bundler 也遭殃?!
\ No newline at end of file diff --git a/tags/Mysql2/index.html b/tags/Mysql2/index.html index 9f99658d..b592b095 100644 --- a/tags/Mysql2/index.html +++ b/tags/Mysql2/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: Mysql2 | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git a/tags/Oracle/index.html b/tags/Oracle/index.html index 9f99658d..9f2ae08e 100644 --- a/tags/Oracle/index.html +++ b/tags/Oracle/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: Oracle | 顥奇心 + + + + + + + +
標籤 - Oracle
2019
Oracle 用戶端程式庫載入錯誤
Oracle 用戶端程式庫載入錯誤
\ No newline at end of file diff --git a/tags/Ruby-on-Rails/index.html b/tags/Ruby-on-Rails/index.html index 9f99658d..cc264e6e 100644 --- a/tags/Ruby-on-Rails/index.html +++ b/tags/Ruby-on-Rails/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: Ruby on Rails | 顥奇心 + + + + + + + +
標籤 - Ruby on Rails
2022
都是 M1 惹的禍?連 Bundler 也遭殃?!
都是 M1 惹的禍?連 Bundler 也遭殃?!
\ No newline at end of file diff --git a/tags/Ruby/index.html b/tags/Ruby/index.html index 9f99658d..589a797c 100644 --- a/tags/Ruby/index.html +++ b/tags/Ruby/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: Ruby | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git a/tags/SQLite/index.html b/tags/SQLite/index.html index 9f99658d..c349634b 100644 --- a/tags/SQLite/index.html +++ b/tags/SQLite/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: SQLite | 顥奇心 + + + + + + + +
標籤 - SQLite
2021
WSL 無法開啟 SQLite 檔案
WSL 無法開啟 SQLite 檔案
\ No newline at end of file diff --git a/tags/VB-NET/index.html b/tags/VB-NET/index.html index 9f99658d..0988399c 100644 --- a/tags/VB-NET/index.html +++ b/tags/VB-NET/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: VB.NET | 顥奇心 + + + + + + + +
\ No newline at end of file diff --git a/tags/WSL/index.html b/tags/WSL/index.html index 9f99658d..04292d2b 100644 --- a/tags/WSL/index.html +++ b/tags/WSL/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: WSL | 顥奇心 + + + + + + + +
標籤 - WSL
2021
WSL 無法開啟 SQLite 檔案
WSL 無法開啟 SQLite 檔案
\ No newline at end of file diff --git a/tags/Webhook/index.html b/tags/Webhook/index.html index 9f99658d..19edbed9 100644 --- a/tags/Webhook/index.html +++ b/tags/Webhook/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: Webhook | 顥奇心 + + + + + + + +
標籤 - Webhook
2021
用 Discord 接收 GitHub 通知
用 Discord 接收 GitHub 通知
\ No newline at end of file diff --git a/tags/Windows-PC/index.html b/tags/Windows-PC/index.html index 9f99658d..7aa18b97 100644 --- a/tags/Windows-PC/index.html +++ b/tags/Windows-PC/index.html @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: Windows PC | 顥奇心 + + + + + + + +
標籤 - Windows PC
2021
WSL 無法開啟 SQLite 檔案
WSL 無法開啟 SQLite 檔案
\ No newline at end of file diff --git "a/tags/\344\272\224\345\200\215\345\255\270\351\231\242/index.html" "b/tags/\344\272\224\345\200\215\345\255\270\351\231\242/index.html" index 9f99658d..6df72197 100644 --- "a/tags/\344\272\224\345\200\215\345\255\270\351\231\242/index.html" +++ "b/tags/\344\272\224\345\200\215\345\255\270\351\231\242/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: 五倍學院 | 顥奇心 + + + + + + + +
標籤 - 五倍學院
2023
AI 工作坊 – 課後心得
\ No newline at end of file diff --git "a/tags/\344\277\241\347\224\250\345\215\241/index.html" "b/tags/\344\277\241\347\224\250\345\215\241/index.html" index 9f99658d..4deb1ce7 100644 --- "a/tags/\344\277\241\347\224\250\345\215\241/index.html" +++ "b/tags/\344\277\241\347\224\250\345\215\241/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: 信用卡 | 顥奇心 + + + + + + + +
標籤 - 信用卡
2023
新卡上路!富邦 Costco 聯名卡懶人包
新卡上路!富邦 Costco 聯名卡懶人包
\ No newline at end of file diff --git "a/tags/\345\204\252\346\203\240/index.html" "b/tags/\345\204\252\346\203\240/index.html" index 9f99658d..d8019baf 100644 --- "a/tags/\345\204\252\346\203\240/index.html" +++ "b/tags/\345\204\252\346\203\240/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: 優惠 | 顥奇心 + + + + + + + +
標籤 - 優惠
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
\ No newline at end of file diff --git "a/tags/\345\244\226\350\252\236\345\255\270\347\277\222/index.html" "b/tags/\345\244\226\350\252\236\345\255\270\347\277\222/index.html" index 9f99658d..910e9f88 100644 --- "a/tags/\345\244\226\350\252\236\345\255\270\347\277\222/index.html" +++ "b/tags/\345\244\226\350\252\236\345\255\270\347\277\222/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: 外語學習 | 顥奇心 + + + + + + + +
標籤 - 外語學習
2018
日文助詞整理
日文助詞整理
\ No newline at end of file diff --git "a/tags/\345\267\245\344\275\234\345\235\212/index.html" "b/tags/\345\267\245\344\275\234\345\235\212/index.html" index 9f99658d..6d31debb 100644 --- "a/tags/\345\267\245\344\275\234\345\235\212/index.html" +++ "b/tags/\345\267\245\344\275\234\345\235\212/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: 工作坊 | 顥奇心 + + + + + + + +
標籤 - 工作坊
2023
AI 工作坊 – 課後心得
\ No newline at end of file diff --git "a/tags/\346\212\230\346\211\243/index.html" "b/tags/\346\212\230\346\211\243/index.html" index 9f99658d..84227cec 100644 --- "a/tags/\346\212\230\346\211\243/index.html" +++ "b/tags/\346\212\230\346\211\243/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: 折扣 | 顥奇心 + + + + + + + +
標籤 - 折扣
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
\ No newline at end of file diff --git "a/tags/\346\226\260\345\215\241\344\270\212\350\267\257/index.html" "b/tags/\346\226\260\345\215\241\344\270\212\350\267\257/index.html" index 9f99658d..edc28502 100644 --- "a/tags/\346\226\260\345\215\241\344\270\212\350\267\257/index.html" +++ "b/tags/\346\226\260\345\215\241\344\270\212\350\267\257/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: 新卡上路 | 顥奇心 + + + + + + + +
標籤 - 新卡上路
2023
新卡上路!富邦 Costco 聯名卡懶人包
新卡上路!富邦 Costco 聯名卡懶人包
\ No newline at end of file diff --git "a/tags/\346\227\205\351\201\212/index.html" "b/tags/\346\227\205\351\201\212/index.html" index 9f99658d..058445ee 100644 --- "a/tags/\346\227\205\351\201\212/index.html" +++ "b/tags/\346\227\205\351\201\212/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: 旅遊 | 顥奇心 + + + + + + + +
標籤 - 旅遊
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
\ No newline at end of file diff --git "a/tags/\346\227\245\346\226\207\345\212\251\350\251\236/index.html" "b/tags/\346\227\245\346\226\207\345\212\251\350\251\236/index.html" index 9f99658d..51db1bb2 100644 --- "a/tags/\346\227\245\346\226\207\345\212\251\350\251\236/index.html" +++ "b/tags/\346\227\245\346\226\207\345\212\251\350\251\236/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: 日文助詞 | 顥奇心 + + + + + + + +
標籤 - 日文助詞
2018
日文助詞整理
日文助詞整理
\ No newline at end of file diff --git "a/tags/\346\227\245\350\252\236/index.html" "b/tags/\346\227\245\350\252\236/index.html" index 9f99658d..ad759542 100644 --- "a/tags/\346\227\245\350\252\236/index.html" +++ "b/tags/\346\227\245\350\252\236/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: 日語 | 顥奇心 + + + + + + + +
標籤 - 日語
2018
日文助詞整理
日文助詞整理
\ No newline at end of file diff --git "a/tags/\347\220\206\350\262\241/index.html" "b/tags/\347\220\206\350\262\241/index.html" index 9f99658d..f25002e5 100644 --- "a/tags/\347\220\206\350\262\241/index.html" +++ "b/tags/\347\220\206\350\262\241/index.html" @@ -1,14 +1,151 @@ -extends includes/layout.pug +標籤: 理財 | 顥奇心 + + + + + + + +
\ No newline at end of file