diff --git a/2018/08/03/particle-in-japanese/index.html b/2018/08/03/particle-in-japanese/index.html index 3f081ad7..660238cc 100644 --- a/2018/08/03/particle-in-japanese/index.html +++ b/2018/08/03/particle-in-japanese/index.html @@ -343,7 +343,7 @@

から~まで

-
文章作者: 兩盒
文章連結: https://curihaosity.xyz/2018/08/03/particle-in-japanese/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心

評論
avatar
兩盒
追蹤我
最新文章

🐰兔飛新加坡!

文章作者: 兩盒
文章連結: https://curihaosity.xyz/2023/02/01/fly-to-singapore/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心

評論
最新文章

🐰兔飛新加坡!

文章作者: 兩盒
文章連結: https://curihaosity.xyz/2023/02/01/fly-to-singapore/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心

評論
最新文章

無法在 Ubuntu 20 上部署?!撞牆筆記全記錄

文章作者: 兩盒
文章連結: https://curihaosity.xyz/2024/03/22/deploy-failed-on-ubuntu-20/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心

評論
最新文章

升級成 Ubuntu 20 後網站開不了?!撞牆筆記全記錄

AWS EC2 的主機從原本的 Ubuntu 18 升級到 20,但卻遇到無法成功部署的問題。如果你也有相同困擾,不妨參考我的作法試試看吧!

+ +

起因

+

某天晚上,在 Teams 上收到主管的訊息說:我好像不小心玩壞測試機了⋯⋯

+

隔天仔細一問,原來是因為主管在檢查各個專案的 EC2 主機是否有資安疑慮。
+然後在主機上要下指令更新套件時,不小心去更新到主機系統,導致主機從原先的 Ubuntu 18 更新到 20 了!
+但我們也都很納悶為什麼這樣升級完之後,Rails 程式無法順利被啟動,只好開始研究怎麼救活它了。

+

過程

+

起初,我們發現原因似乎是主機上的 Puma server 沒有順利運作啟用。
+因此我們嘗試透過 Capistrano 重新部署程式,想看能不能藉此重新啟用它。
+但經過幾次嘗試都失敗,只好再想看看其他解法。

+

接著主管想到,如果複製其他台主機來作為新的主機環境來讓我們能重新部署程式,應該可以吧?
+我們測試環境的主機配置為:

+
    +
  1. 一台主機 (A) 處理網頁連線
  2. +
  3. 兩台主機 (B、C) 處理 Sidekiq 排程
  4. +
+

由於被玩壞掉的是 A 主機,所以主管幫忙複製 B 主機產生出 D 主機。
+不過我猜測這樣複製出來的 D 主機配置,會與原先 A 主機的不同,進而導致部署可能失敗。
+經過測試後,的確重新部署到 D 主機的環境也仍然失敗,看來還是先暫停採用這個解法好了。

+

就在下午休息放空的時候突然想到,這類型的問題應該不會只有我們遇到過才對吧?
+會不會網路上有不少求救文章能幫助我解決 A 主機無法順利連線的問題?

+

產生這樣的想法後,便開始在 Stack Overflow 上爬文。
+一查才發現,的確有人遇過這類型的問題[1],雖然提問者不是用 Ruby 環境而是 Python。
+但看了文章內容後覺得挺有參考價值的,不妨試試看文章中的正解⋯⋯

+

咦?!居然成功了!🥳

+

總結

+

文章中的答案提到因為升級成 Ubuntu 20 時,系統的內建套件 libffi6 也一併升級成 libffi7 ,但原本安裝的 Python 設定仍然是會去找 libffi6

+

所以綜合大家所回覆的解法,建議將 Python 重新安裝一次,讓它能去吃到系統中新的 libffi7 就沒問題。
+同理,我們也只要重新安裝 Ruby 即可!

+

參考資料

+
+
+
    +
  1. Ubuntu 20.04 upgrade, Python missing libffi.so.6 ↩︎

    +
  2. +
+
+
文章作者: 兩盒
文章連結: https://curihaosity.xyz/2024/03/22/deploy-failed-on-ubuntu-20/
版權聲明: 本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 顥奇心

評論
文章總覽 - 1
2018
日文助詞整理
日文助詞整理
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
文章總覽 - 1
2018
日文助詞整理
日文助詞整理
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/archives/2018/index.html b/archives/2018/index.html index ae54f37d..6d5ab43e 100644 --- a/archives/2018/index.html +++ b/archives/2018/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
文章總覽 - 1
2018
日文助詞整理
日文助詞整理
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
文章總覽 - 1
2018
日文助詞整理
日文助詞整理
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/archives/2019/09/index.html b/archives/2019/09/index.html index 2c2926c2..54e26b95 100644 --- a/archives/2019/09/index.html +++ b/archives/2019/09/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/archives/2019/10/index.html b/archives/2019/10/index.html index 170b7243..f88f7554 100644 --- a/archives/2019/10/index.html +++ b/archives/2019/10/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/archives/2019/index.html b/archives/2019/index.html index 0ae0f66b..9452e961 100644 --- a/archives/2019/index.html +++ b/archives/2019/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/archives/2021/04/index.html b/archives/2021/04/index.html index e0147d5c..0f2ec140 100644 --- a/archives/2021/04/index.html +++ b/archives/2021/04/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/archives/2021/index.html b/archives/2021/index.html index d47e3978..8f25b697 100644 --- a/archives/2021/index.html +++ b/archives/2021/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/archives/2022/08/index.html b/archives/2022/08/index.html index 431e1824..c9e231c7 100644 --- a/archives/2022/08/index.html +++ b/archives/2022/08/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/archives/2022/index.html b/archives/2022/index.html index 155b14b3..e46d8b9f 100644 --- a/archives/2022/index.html +++ b/archives/2022/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/archives/2023/02/index.html b/archives/2023/02/index.html index b745ee66..5950405d 100644 --- a/archives/2023/02/index.html +++ b/archives/2023/02/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/archives/2023/11/index.html b/archives/2023/11/index.html index e99ca2e7..6ddc3d5a 100644 --- a/archives/2023/11/index.html +++ b/archives/2023/11/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/archives/2023/index.html b/archives/2023/index.html index 9f88e918..24356192 100644 --- a/archives/2023/index.html +++ b/archives/2023/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/archives/2024/02/index.html b/archives/2024/02/index.html index 5ec1657a..b7e5938b 100644 --- a/archives/2024/02/index.html +++ b/archives/2024/02/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/archives/2024/03/index.html b/archives/2024/03/index.html index abe99bbc..912aa186 100644 --- a/archives/2024/03/index.html +++ b/archives/2024/03/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/archives/2024/index.html b/archives/2024/index.html index 02fafd14..98449c32 100644 --- a/archives/2024/index.html +++ b/archives/2024/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/archives/index.html b/archives/index.html index a01d6108..42027785 100644 --- a/archives/index.html +++ b/archives/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
\ No newline at end of file + })(window)
\ No newline at end of file diff --git a/archives/page/2/index.html b/archives/page/2/index.html index fad765a0..3f10c440 100644 --- a/archives/page/2/index.html +++ b/archives/page/2/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/categories/index.html b/categories/index.html index 1aedcdbe..6f734690 100644 --- a/categories/index.html +++ b/categories/index.html @@ -164,7 +164,7 @@ } } detectApple() - })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
分類 - KLOOK優惠折扣快報
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
分類 - KLOOK優惠折扣快報
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 b0f034fe..2f918f42 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" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
分類 - 優惠折扣
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
分類 - 優惠折扣
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 dabcf68b..68cb0154 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" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
\ No newline at end of file + })(window)
\ No newline at end of file diff --git "a/categories/\346\212\200\350\241\223\347\255\206\350\250\230/page/2/index.html" "b/categories/\346\212\200\350\241\223\347\255\206\350\250\230/page/2/index.html" index 528c2a48..fc059872 100644 --- "a/categories/\346\212\200\350\241\223\347\255\206\350\250\230/page/2/index.html" +++ "b/categories/\346\212\200\350\241\223\347\255\206\350\250\230/page/2/index.html" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
分類 - 技術筆記
2019
.NET Framework 組態錯誤
.NET Framework 組態錯誤
Access Database載入錯誤
Access Database載入錯誤
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
分類 - 技術筆記
2019
.NET Framework 組態錯誤
.NET Framework 組態錯誤
Access Database載入錯誤
Access Database載入錯誤
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 70988dd2..02aa949e 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" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 2c4f83f9..36ccb897 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" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 f1bc3476..d43ab213 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" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
分類 - 投資理財
2023
新卡上路!富邦 Costco 聯名卡懶人包
新卡上路!富邦 Costco 聯名卡懶人包
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
分類 - 投資理財
2023
新卡上路!富邦 Costco 聯名卡懶人包
新卡上路!富邦 Costco 聯名卡懶人包
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/images/post/tech.webp b/images/post/tech.webp new file mode 100644 index 00000000..00fc40f5 Binary files /dev/null and b/images/post/tech.webp differ diff --git a/index.html b/index.html index a0a0b868..a3beb544 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@ isHome: true, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
無法在 Ubuntu 20 上部署?!撞牆筆記全記錄
部署平台新寵兒!教你快速上手 Fly.io !
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/page/2/index.html b/page/2/index.html index 492ed201..2958fefd 100644 --- a/page/2/index.html +++ b/page/2/index.html @@ -59,7 +59,7 @@ isHome: true, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + ...
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/search.xml b/search.xml index 5381be25..710e2e21 100644 --- a/search.xml +++ b/search.xml @@ -4,11 +4,11 @@ - 無法在 Ubuntu 20 上部署?!撞牆筆記全記錄 + 升級成 Ubuntu 20 後網站開不了?!撞牆筆記全記錄 /2024/03/22/deploy-failed-on-ubuntu-20/ - + AWS EC2 的主機從原本的 Ubuntu 18 升級到 20,但卻遇到無法成功部署的問題。如果你也有相同困擾,不妨參考我的作法試試看吧!

起因

某天晚上,在 Teams 上收到主管的訊息說:我好像不小心玩壞測試機了⋯⋯

隔天仔細一問,原來是因為主管在檢查各個專案的 EC2 主機是否有資安疑慮。
然後在主機上要下指令更新套件時,不小心去更新到主機系統,導致主機從原先的 Ubuntu 18 更新到 20 了!
但我們也都很納悶為什麼這樣升級完之後,Rails 程式無法順利被啟動,只好開始研究怎麼救活它了。

過程

起初,我們發現原因似乎是主機上的 Puma server 沒有順利運作啟用。
因此我們嘗試透過 Capistrano 重新部署程式,想看能不能藉此重新啟用它。
但經過幾次嘗試都失敗,只好再想看看其他解法。

接著主管想到,如果複製其他台主機來作為新的主機環境來讓我們能重新部署程式,應該可以吧?
我們測試環境的主機配置為:

  1. 一台主機 (A) 處理網頁連線
  2. 兩台主機 (B、C) 處理 Sidekiq 排程

由於被玩壞掉的是 A 主機,所以主管幫忙複製 B 主機產生出 D 主機。
不過我猜測這樣複製出來的 D 主機配置,會與原先 A 主機的不同,進而導致部署可能失敗。
經過測試後,的確重新部署到 D 主機的環境也仍然失敗,看來還是先暫停採用這個解法好了。

就在下午休息放空的時候突然想到,這類型的問題應該不會只有我們遇到過才對吧?
會不會網路上有不少求救文章能幫助我解決 A 主機無法順利連線的問題?

產生這樣的想法後,便開始在 Stack Overflow 上爬文。
一查才發現,的確有人遇過這類型的問題[1],雖然提問者不是用 Ruby 環境而是 Python。
但看了文章內容後覺得挺有參考價值的,不妨試試看文章中的正解⋯⋯

咦?!居然成功了!🥳

總結

文章中的答案提到因為升級成 Ubuntu 20 時,系統的內建套件 libffi6 也一併升級成 libffi7 ,但原本安裝的 Python 設定仍然是會去找 libffi6

所以綜合大家所回覆的解法,建議將 Python 重新安裝一次,讓它能去吃到系統中新的 libffi7 就沒問題。
同理,我們也只要重新安裝 Ruby 即可!

參考資料


  1. Ubuntu 20.04 upgrade, Python missing libffi.so.6 ↩︎

]]>
diff --git a/sitemap.xml b/sitemap.xml index f158d7e8..2ae9ddc4 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -4,7 +4,7 @@ https://curihaosity.xyz/2024/03/22/deploy-failed-on-ubuntu-20/ - 2024-03-22 + 2024-04-12 monthly 0.6 @@ -157,7 +157,7 @@ https://curihaosity.xyz/ - 2024-03-29 + 2024-04-12 daily 1.0 @@ -165,336 +165,336 @@ https://curihaosity.xyz/tags/%E5%A4%96%E8%AA%9E%E5%AD%B8%E7%BF%92/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/%E6%97%A5%E8%AA%9E/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/%E6%97%A5%E6%96%87%E5%8A%A9%E8%A9%9E/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/VB-NET/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/Access-Database/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/Oracle/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/Crystal-Report/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/Javascript/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/Windows-PC/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/WSL/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/SQLite/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/GitHub/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/Discord/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/Webhook/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/Ruby/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/Rails/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/Mimemagic/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/Mysql2/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/Mac-M1/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/%E6%96%B0%E5%8A%A0%E5%9D%A1/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/%E5%9C%8B%E5%A4%96%E6%97%85%E9%81%8A/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/%E9%81%8E%E5%B9%B4%E5%81%87%E6%9C%9F/ - 2024-03-29 + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/%E7%90%86%E8%B2%A1/ - 2024-03-29 + https://curihaosity.xyz/tags/KLOOK/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/%E4%BF%A1%E7%94%A8%E5%8D%A1/ - 2024-03-29 + https://curihaosity.xyz/tags/%E6%97%85%E9%81%8A/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/%E6%96%B0%E5%8D%A1%E4%B8%8A%E8%B7%AF/ - 2024-03-29 + https://curihaosity.xyz/tags/%E5%84%AA%E6%83%A0/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/KLOOK/ - 2024-03-29 + https://curihaosity.xyz/tags/%E6%8A%98%E6%89%A3/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/%E6%97%85%E9%81%8A/ - 2024-03-29 + https://curihaosity.xyz/tags/%E7%90%86%E8%B2%A1/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/%E5%84%AA%E6%83%A0/ - 2024-03-29 + https://curihaosity.xyz/tags/%E4%BF%A1%E7%94%A8%E5%8D%A1/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/%E6%8A%98%E6%89%A3/ - 2024-03-29 + https://curihaosity.xyz/tags/%E6%96%B0%E5%8D%A1%E4%B8%8A%E8%B7%AF/ + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/ASTRO-Camp/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/%E8%BD%89%E8%81%B7%E5%B7%A5%E7%A8%8B%E5%B8%AB/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/%E4%BA%94%E5%80%8D%E7%B4%85%E5%AF%B6%E7%9F%B3/ - 2024-03-29 + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/%E9%8C%AF%E8%AA%A4%E8%99%95%E7%90%86/ - 2024-03-29 + https://curihaosity.xyz/tags/AI/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/Yarn/ - 2024-03-29 + https://curihaosity.xyz/tags/%E7%94%9F%E6%88%90%E5%BC%8F-AI/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/cssbundling-rails/ - 2024-03-29 + https://curihaosity.xyz/tags/LLM/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/jsbundling-rails/ - 2024-03-29 + https://curihaosity.xyz/tags/%E5%A4%A7%E8%AA%9E%E8%A8%80%E6%A8%A1%E5%9E%8B/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/AI/ - 2024-03-29 + https://curihaosity.xyz/tags/%E4%BA%94%E5%80%8D%E5%AD%B8%E9%99%A2/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/%E7%94%9F%E6%88%90%E5%BC%8F-AI/ - 2024-03-29 + https://curihaosity.xyz/tags/%E5%B7%A5%E4%BD%9C%E5%9D%8A/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/LLM/ - 2024-03-29 + https://curihaosity.xyz/tags/%E5%BF%83%E5%BE%97%E5%88%86%E4%BA%AB/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/%E5%A4%A7%E8%AA%9E%E8%A8%80%E6%A8%A1%E5%9E%8B/ - 2024-03-29 + https://curihaosity.xyz/tags/%E9%8C%AF%E8%AA%A4%E8%99%95%E7%90%86/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/%E4%BA%94%E5%80%8D%E5%AD%B8%E9%99%A2/ - 2024-03-29 + https://curihaosity.xyz/tags/Yarn/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/%E5%B7%A5%E4%BD%9C%E5%9D%8A/ - 2024-03-29 + https://curihaosity.xyz/tags/cssbundling-rails/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/tags/%E5%BF%83%E5%BE%97%E5%88%86%E4%BA%AB/ - 2024-03-29 + https://curihaosity.xyz/tags/jsbundling-rails/ + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/%E9%83%A8%E7%BD%B2%E5%B9%B3%E5%8F%B0/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/Fly-io/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/%E9%83%A8%E7%BD%B2/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/AWS-EC2/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/tags/Ubuntu/ - 2024-03-29 + 2024-04-12 weekly 0.2 @@ -503,70 +503,70 @@ https://curihaosity.xyz/categories/%E6%8A%80%E8%A1%93%E7%AD%86%E8%A8%98/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/categories/%E6%8A%80%E8%A1%93%E7%AD%86%E8%A8%98/%E9%8C%AF%E8%AA%A4%E6%8E%92%E9%99%A4/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/categories/%E6%8A%80%E8%A1%93%E7%AD%86%E8%A8%98/%E9%83%BD%E6%98%AFM1%E6%83%B9%E7%9A%84%E7%A6%8D%EF%BC%9F/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/categories/%E6%97%85%E9%81%8A%E7%B4%80%E9%8C%84/ - 2024-03-29 + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/categories/%E6%8A%95%E8%B3%87%E7%90%86%E8%B2%A1/ - 2024-03-29 + https://curihaosity.xyz/categories/%E5%84%AA%E6%83%A0%E6%8A%98%E6%89%A3/ + 2024-04-12 weekly 0.2 - https://curihaosity.xyz/categories/%E5%84%AA%E6%83%A0%E6%8A%98%E6%89%A3/ - 2024-03-29 + https://curihaosity.xyz/categories/%E6%8A%95%E8%B3%87%E7%90%86%E8%B2%A1/ + 2024-04-12 weekly 0.2 https://curihaosity.xyz/categories/%E6%97%A5%E5%B8%B8%E7%94%9F%E6%B4%BB/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/categories/%E6%97%85%E9%81%8A%E7%B4%80%E9%8C%84/%F0%9F%90%B0%E5%85%94%E9%A3%9B%E6%96%B0%E5%8A%A0%E5%9D%A1/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/categories/%E5%84%AA%E6%83%A0%E6%8A%98%E6%89%A3/KLOOK%E5%84%AA%E6%83%A0%E6%8A%98%E6%89%A3%E5%BF%AB%E5%A0%B1/ - 2024-03-29 + 2024-04-12 weekly 0.2 https://curihaosity.xyz/categories/%E6%97%A5%E5%B8%B8%E7%94%9F%E6%B4%BB/%E9%80%B2%E4%BF%AE%E5%AD%B8%E7%BF%92/ - 2024-03-29 + 2024-04-12 weekly 0.2 diff --git a/tags/AI/index.html b/tags/AI/index.html index 2464adae..ad514973 100644 --- a/tags/AI/index.html +++ b/tags/AI/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/AWS-EC2/index.html b/tags/AWS-EC2/index.html index c8f8c27e..023dcac9 100644 --- a/tags/AWS-EC2/index.html +++ b/tags/AWS-EC2/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/Access-Database/index.html b/tags/Access-Database/index.html index a5626f73..cd7a7105 100644 --- a/tags/Access-Database/index.html +++ b/tags/Access-Database/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - Access Database
2019
Access Database載入錯誤
Access Database載入錯誤
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - Access Database
2019
Access Database載入錯誤
Access Database載入錯誤
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/Crystal-Report/index.html b/tags/Crystal-Report/index.html index 5e270fb0..ccf769e4 100644 --- a/tags/Crystal-Report/index.html +++ b/tags/Crystal-Report/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - Crystal Report
2019
水晶報表發生 JavaScript 執行階段錯誤
水晶報表發生 JavaScript 執行階段錯誤
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - Crystal Report
2019
水晶報表發生 JavaScript 執行階段錯誤
水晶報表發生 JavaScript 執行階段錯誤
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/Discord/index.html b/tags/Discord/index.html index e22f2d76..2d98bdd0 100644 --- a/tags/Discord/index.html +++ b/tags/Discord/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - Discord
2021
用 Discord 接收 GitHub 通知
用 Discord 接收 GitHub 通知
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - Discord
2021
用 Discord 接收 GitHub 通知
用 Discord 接收 GitHub 通知
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/Fly-io/index.html b/tags/Fly-io/index.html index 3d966853..8710f002 100644 --- a/tags/Fly-io/index.html +++ b/tags/Fly-io/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/GitHub/index.html b/tags/GitHub/index.html index 1a36bc5d..8b2fe443 100644 --- a/tags/GitHub/index.html +++ b/tags/GitHub/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - GitHub
2021
用 Discord 接收 GitHub 通知
用 Discord 接收 GitHub 通知
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - GitHub
2021
用 Discord 接收 GitHub 通知
用 Discord 接收 GitHub 通知
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/Javascript/index.html b/tags/Javascript/index.html index b125b31b..5cbe4c9c 100644 --- a/tags/Javascript/index.html +++ b/tags/Javascript/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - Javascript
2019
水晶報表發生 JavaScript 執行階段錯誤
水晶報表發生 JavaScript 執行階段錯誤
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - Javascript
2019
水晶報表發生 JavaScript 執行階段錯誤
水晶報表發生 JavaScript 執行階段錯誤
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/KLOOK/index.html b/tags/KLOOK/index.html index b494d1ed..9de88744 100644 --- a/tags/KLOOK/index.html +++ b/tags/KLOOK/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - KLOOK
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - KLOOK
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/LLM/index.html b/tags/LLM/index.html index cbd2f758..7b4ac135 100644 --- a/tags/LLM/index.html +++ b/tags/LLM/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/Mac-M1/index.html b/tags/Mac-M1/index.html index 1161fb36..6ed81926 100644 --- a/tags/Mac-M1/index.html +++ b/tags/Mac-M1/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/Mimemagic/index.html b/tags/Mimemagic/index.html index 8b95fc53..38dc382d 100644 --- a/tags/Mimemagic/index.html +++ b/tags/Mimemagic/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - Mimemagic
2022
都是 M1 惹的禍?連 Bundler 也遭殃?!
都是 M1 惹的禍?連 Bundler 也遭殃?!
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - Mimemagic
2022
都是 M1 惹的禍?連 Bundler 也遭殃?!
都是 M1 惹的禍?連 Bundler 也遭殃?!
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/Mysql2/index.html b/tags/Mysql2/index.html index 44d61e95..dd25e61a 100644 --- a/tags/Mysql2/index.html +++ b/tags/Mysql2/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/Oracle/index.html b/tags/Oracle/index.html index d28c4d28..b95a4003 100644 --- a/tags/Oracle/index.html +++ b/tags/Oracle/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - Oracle
2019
Oracle 用戶端程式庫載入錯誤
Oracle 用戶端程式庫載入錯誤
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - Oracle
2019
Oracle 用戶端程式庫載入錯誤
Oracle 用戶端程式庫載入錯誤
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/Rails/index.html b/tags/Rails/index.html index 2b078ea5..486c6efa 100644 --- a/tags/Rails/index.html +++ b/tags/Rails/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/Ruby/index.html b/tags/Ruby/index.html index a47b5d31..9c58e30e 100644 --- a/tags/Ruby/index.html +++ b/tags/Ruby/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/SQLite/index.html b/tags/SQLite/index.html index a67285e2..0cdd048f 100644 --- a/tags/SQLite/index.html +++ b/tags/SQLite/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - SQLite
2021
WSL 無法開啟 SQLite 檔案
WSL 無法開啟 SQLite 檔案
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - SQLite
2021
WSL 無法開啟 SQLite 檔案
WSL 無法開啟 SQLite 檔案
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/Ubuntu/index.html b/tags/Ubuntu/index.html index 2e3e6a28..afe708ee 100644 --- a/tags/Ubuntu/index.html +++ b/tags/Ubuntu/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/VB-NET/index.html b/tags/VB-NET/index.html index 1c1eb798..0807a88f 100644 --- a/tags/VB-NET/index.html +++ b/tags/VB-NET/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/WSL/index.html b/tags/WSL/index.html index b9183528..90fc9680 100644 --- a/tags/WSL/index.html +++ b/tags/WSL/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - WSL
2021
WSL 無法開啟 SQLite 檔案
WSL 無法開啟 SQLite 檔案
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - WSL
2021
WSL 無法開啟 SQLite 檔案
WSL 無法開啟 SQLite 檔案
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/Webhook/index.html b/tags/Webhook/index.html index 829fa238..bd64370e 100644 --- a/tags/Webhook/index.html +++ b/tags/Webhook/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - Webhook
2021
用 Discord 接收 GitHub 通知
用 Discord 接收 GitHub 通知
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - Webhook
2021
用 Discord 接收 GitHub 通知
用 Discord 接收 GitHub 通知
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/Windows-PC/index.html b/tags/Windows-PC/index.html index 70096c3f..e018aeae 100644 --- a/tags/Windows-PC/index.html +++ b/tags/Windows-PC/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - Windows PC
2021
WSL 無法開啟 SQLite 檔案
WSL 無法開啟 SQLite 檔案
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - Windows PC
2021
WSL 無法開啟 SQLite 檔案
WSL 無法開啟 SQLite 檔案
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/Yarn/index.html b/tags/Yarn/index.html index 4f80c06e..a6f668cf 100644 --- a/tags/Yarn/index.html +++ b/tags/Yarn/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - Yarn
2024
Yarn 指令建置失敗!
Yarn 指令建置失敗!
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - Yarn
2024
Yarn 指令建置失敗!
Yarn 指令建置失敗!
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/cssbundling-rails/index.html b/tags/cssbundling-rails/index.html index 022e167c..48965cf4 100644 --- a/tags/cssbundling-rails/index.html +++ b/tags/cssbundling-rails/index.html @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - cssbundling-rails
2024
Yarn 指令建置失敗!
Yarn 指令建置失敗!
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - cssbundling-rails
2024
Yarn 指令建置失敗!
Yarn 指令建置失敗!
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git a/tags/index.html b/tags/index.html index 7c358fd0..2203fd28 100644 --- a/tags/index.html +++ b/tags/index.html @@ -164,7 +164,7 @@ } } detectApple() - })(window)
標籤 - jsbundling-rails
2024
Yarn 指令建置失敗!
Yarn 指令建置失敗!
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - jsbundling-rails
2024
Yarn 指令建置失敗!
Yarn 指令建置失敗!
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 abdd5f49..4b77aad7 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" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 9eb70ebd..a9963b83 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" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - 信用卡
2023
新卡上路!富邦 Costco 聯名卡懶人包
新卡上路!富邦 Costco 聯名卡懶人包
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - 信用卡
2023
新卡上路!富邦 Costco 聯名卡懶人包
新卡上路!富邦 Costco 聯名卡懶人包
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 ba910411..cbc0fb15 100644 --- "a/tags/\345\204\252\346\203\240/index.html" +++ "b/tags/\345\204\252\346\203\240/index.html" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - 優惠
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - 優惠
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 c4e56550..f6e91dbf 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" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - 外語學習
2018
日文助詞整理
日文助詞整理
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - 外語學習
2018
日文助詞整理
日文助詞整理
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git "a/tags/\345\244\247\350\252\236\350\250\200\346\250\241\345\236\213/index.html" "b/tags/\345\244\247\350\252\236\350\250\200\346\250\241\345\236\213/index.html" index e6e95693..102d982b 100644 --- "a/tags/\345\244\247\350\252\236\350\250\200\346\250\241\345\236\213/index.html" +++ "b/tags/\345\244\247\350\252\236\350\250\200\346\250\241\345\236\213/index.html" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - 大語言模型
2023
與 AI 對話! LLM 應用開發工作坊心得分享!
與 AI 對話! LLM 應用開發工作坊心得分享!
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - 大語言模型
2023
與 AI 對話! LLM 應用開發工作坊心得分享!
與 AI 對話! LLM 應用開發工作坊心得分享!
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 87a3cfaf..f198d84b 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" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git "a/tags/\345\277\203\345\276\227\345\210\206\344\272\253/index.html" "b/tags/\345\277\203\345\276\227\345\210\206\344\272\253/index.html" index 5475dcfe..dad27862 100644 --- "a/tags/\345\277\203\345\276\227\345\210\206\344\272\253/index.html" +++ "b/tags/\345\277\203\345\276\227\345\210\206\344\272\253/index.html" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 5011e007..8b76cac6 100644 --- "a/tags/\346\212\230\346\211\243/index.html" +++ "b/tags/\346\212\230\346\211\243/index.html" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - 折扣
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - 折扣
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 8d900ac9..c86799e5 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" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - 新卡上路
2023
新卡上路!富邦 Costco 聯名卡懶人包
新卡上路!富邦 Costco 聯名卡懶人包
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - 新卡上路
2023
新卡上路!富邦 Costco 聯名卡懶人包
新卡上路!富邦 Costco 聯名卡懶人包
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 da3942cd..14582c2a 100644 --- "a/tags/\346\227\205\351\201\212/index.html" +++ "b/tags/\346\227\205\351\201\212/index.html" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - 旅遊
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - 旅遊
2023
日本大阪捷絲旅限時優惠
日本大阪捷絲旅限時優惠
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 4b4dbf52..33615df7 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" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - 日文助詞
2018
日文助詞整理
日文助詞整理
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - 日文助詞
2018
日文助詞整理
日文助詞整理
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 0b0dd746..f8454c35 100644 --- "a/tags/\346\227\245\350\252\236/index.html" +++ "b/tags/\346\227\245\350\252\236/index.html" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - 日語
2018
日文助詞整理
日文助詞整理
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - 日語
2018
日文助詞整理
日文助詞整理
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ 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 dc4d5eb4..6a6335d4 100644 --- "a/tags/\347\220\206\350\262\241/index.html" +++ "b/tags/\347\220\206\350\262\241/index.html" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git "a/tags/\347\224\237\346\210\220\345\274\217-AI/index.html" "b/tags/\347\224\237\346\210\220\345\274\217-AI/index.html" index 303dc6b4..4b91d04b 100644 --- "a/tags/\347\224\237\346\210\220\345\274\217-AI/index.html" +++ "b/tags/\347\224\237\346\210\220\345\274\217-AI/index.html" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git "a/tags/\351\203\250\347\275\262/index.html" "b/tags/\351\203\250\347\275\262/index.html" index c0394be7..0e6bf5a3 100644 --- "a/tags/\351\203\250\347\275\262/index.html" +++ "b/tags/\351\203\250\347\275\262/index.html" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git "a/tags/\351\203\250\347\275\262\345\271\263\345\217\260/index.html" "b/tags/\351\203\250\347\275\262\345\271\263\345\217\260/index.html" index f7f4b698..ec8be1bc 100644 --- "a/tags/\351\203\250\347\275\262\345\271\263\345\217\260/index.html" +++ "b/tags/\351\203\250\347\275\262\345\271\263\345\217\260/index.html" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
標籤 - 部署平台
2024
部署平台新寵兒!教你快速上手 Fly.io !
部署平台新寵兒!教你快速上手 Fly.io !
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
標籤 - 部署平台
2024
部署平台新寵兒!教你快速上手 Fly.io !
部署平台新寵兒!教你快速上手 Fly.io !
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file diff --git "a/tags/\351\214\257\350\252\244\350\231\225\347\220\206/index.html" "b/tags/\351\214\257\350\252\244\350\231\225\347\220\206/index.html" index 2ea82db0..48022292 100644 --- "a/tags/\351\214\257\350\252\244\350\231\225\347\220\206/index.html" +++ "b/tags/\351\214\257\350\252\244\350\231\225\347\220\206/index.html" @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-29 10:52:00' + postUpdate: '2024-04-12 15:38:39' }
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file + })(window)
最新文章
網站資訊
文章數目 :
15
本站訪客數 :
本站總訪問量 :
最後更新時間 :
\ No newline at end of file