:::

白色背景變透明,但是保留物件的白色 / Remove White Background but Keep the White Color on the Object

布丁布丁吃布丁

白色背景變透明,但是保留物件的白色 / Remove White Background but Keep the White Color on the Object

2023-0212-150503.png

如果要把圖片的白色背景變成透明,但是要保留物件上的白色,以前都要打開影像編輯軟體,用魔術棒選色移除,但有沒有更快的做法呢?

(more...)

全站式雙向資料綁定MVC框架:DerbyJS / Full-stack MVC Framework: DerbyJS

布丁布丁吃布丁

全站式雙向資料綁定MVC框架:DerbyJS / Full-stack MVC Framework: DerbyJS

2023-0211-030311.png

前端的MVC大家都很熟了,但如果要讓前端跟後端一起同步,通常大家還是要借助多個框架才能整合。有沒有一口氣整合前後端的MVC框架呢?

(more...)

在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...)