:::

在GitHub Actions的工作流加入時間變數 / Formatted Time Variables in the Workflow of GitHub Actions

布丁布丁吃布丁

在GitHub Actions的工作流加入時間變數 / Formatted Time Variables in the Workflow of GitHub Actions

2023-0208-015217.png

如果要讓工作流產生的檔案(artifact)用時間命名的話,要怎麼做呢?

(more...)

修復踏步機無法計數的問題 / Fixing the Counter of Stepper

布丁布丁吃布丁

修復踏步機無法計數的問題 / Fixing the Counter of Stepper

2023-0208-012716.png

這臺踏步機的記步器沒有反應了,不會計時也不會計步,要怎麼修復它呢?

(more...)

用GitHub Actions的Windows虛擬機器來編譯AutoIT / Compile AutoIT on the Windows Runer in GitHub Actions

布丁布丁吃布丁

用GitHub Actions的Windows虛擬機器來編譯AutoIT / Compile AutoIT on the Windows Runer in GitHub Actions

2023-0208-011006.png

GitHub Actions能跑Ubuntu,那能用它來跑其他的作業系統嗎?答案是肯定的。

(more...)

使用GitHub做定期爬蟲、保存與提供資料 / Building a Scheduled Crawler and Storing as Accessible Data by GitHub Action and Pages

布丁布丁吃布丁

使用GitHub做定期爬蟲、保存與提供資料 / Building a Scheduled Crawler and Storing as Accessible Data by GitHub Action and Pages

2023-0207-213215.png

網路爬蟲的教學很多,但要怎麼定期執行爬蟲、又要把爬完的資料保存後供人取用,則是一個大問題。

(more...)

GitHub改用Personal Access Token登入 / Using GitHub with Personal Access Token Instead of Password

布丁布丁吃布丁

GitHub改用Personal Access Token登入 / Using GitHub with Personal Access Token Instead of Password

2023-0207-151415.png

開始要用GitHub Workflow的時候,我才捨棄帳號與密碼的登入,認命改用GitHub的Personal Access Token。

(more...)

關鍵字萃取的API:APILayer / APILayer: Keyword Extraction API

關鍵字萃取的API:APILayer / APILayer: Keyword Extraction API

2023-0206-223002.png

如果想要在系統工具中整合關鍵字萃取功能的話,有沒有免費的API可以使用呢?

(more...)

在KDE中讓視窗固定顯示在每個虛擬桌面 / Keep Display the Window on All Virtual Desktop in KDE

布丁布丁吃布丁

在KDE中讓視窗固定顯示在每個虛擬桌面 / Keep Display the Window on All Virtual Desktop in KDE

2023-0206-214656.png

KDE的虛擬桌面可以讓你把不同任務放在不同桌面,分組進行不同的工作,使用上很方便。不過如果某個視窗同時間只能開啟一個,那要怎麼讓它在多個不同的虛擬桌面都能顯示呢?

(more...)

Windows的查詢指令:where與fc / Windows' Commands: where & fc

布丁布丁吃布丁

Windows的查詢指令:where與fc / Windows' Commands: where & fc

2023-0120-042242.png

最近在寫Windows小工具的時候發現了很多奇妙的好用指令。

以下來介紹where跟fc這兩個好幫手。

(more...)

文字轉換成語音: gTTS / gTTS: A Google Text-to-Speech Wrapper

布丁布丁吃布丁

文字轉換成語音: gTTS / gTTS: A Google Text-to-Speech Wrapper

2023-0206-204344.png

自己不敢講話的話怎麼辦呢?不妨請Google小姐幫你唸稿吧。

(more...)

CSS的Style Queries / CSS Style Queries

布丁布丁吃布丁

CSS的Style Queries / CSS Style Queries

2023-0129-122255.png

為了RWD設計CSS時總是著迷他的media query功能,但它只能查詢現在視窗尺寸大小,總讓人覺得綁手綁腳。現在CSS即將推出的style queries可能是解套方案?

(more...)

JavaScript的字串排序 / String Sorting in JavaScript

布丁布丁吃布丁

JavaScript的字串排序 / String Sorting in JavaScript

2023-0120-195002.png

要讓JavaScript排序做得好,其實並不簡單。

(more...)

Docker網路問題 / Network Issue in Docker

布丁布丁吃布丁

Docker網路問題 / Network Issue in Docker

2023-0124-071428.png

執行Docker的時候出現了「ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network」錯誤訊息,該怎麼處理好呢?

(more...)

Google試算表的小技巧 / Tips for Google Sheet

布丁布丁吃布丁

Google試算表的小技巧 / Tips for Google Sheet

2023-0120-184242.png

最近我改用Google Sheet整理大量資料。但每次打開Google Sheet要新增資料時,都必須捲到最後一列,才能慢慢地新增資料。真的是太麻煩了。

不知道有沒有快速跳到最後一列的方法呢?

(more...)