Forem

codemee profile picture

codemee

An engineer who's interested in explaining technology.

Work

Application Engineer at Flag Technology

Five Year Club
Four Year Club
Writing Debut
Three Year Club
1 Week Community Wellness Streak
Two Year Club
8 Week Writing Streak
One Year Club
4 Week Writing Streak
遠端使用 ollama 的方法

遠端使用 ollama 的方法

1
Comments
4 min read

Want to connect with codemee?

Create an account to connect with codemee. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
用 Inkscape 批次幫 SVG 檔文字轉外框

用 Inkscape 批次幫 SVG 檔文字轉外框

1
Comments
1 min read
macOS 上 #! 的寫法

macOS 上 #! 的寫法

1
Comments
1 min read
讓 MicroPython 輸入中文

讓 MicroPython 輸入中文

Comments
1 min read
IPython 的奇特 feature
Cover image for IPython 的奇特 feature

IPython 的奇特 feature

Comments
2 min read
Python csv 模組的檔案開檔時為什麼要指定 newline 參數為 ''?

Python csv 模組的檔案開檔時為什麼要指定 newline 參數為 ''?

Comments
4 min read
Apps Script Web Apps 回應文字內容的轉址問題

Apps Script Web Apps 回應文字內容的轉址問題

Comments
4 min read
subprocess.run 的眉眉角角

subprocess.run 的眉眉角角

Comments
4 min read
parameter 與 argument

parameter 與 argument

Comments
1 min read
Little or Big endian 順序

Little or Big endian 順序

Comments
1 min read
VSCode 中讓 Python script 在所屬資料夾中執行程式

VSCode 中讓 Python script 在所屬資料夾中執行程式

Comments
1 min read
Dev-C++ 4.9.9.2 版的問題
Cover image for Dev-C++ 4.9.9.2 版的問題

Dev-C++ 4.9.9.2 版的問題

4
Comments
1 min read
Windows 上 VSCode 的 C/C++ 延伸模組處理編碼的問題
Cover image for Windows 上 VSCode 的 C/C++ 延伸模組處理編碼的問題

Windows 上 VSCode 的 C/C++ 延伸模組處理編碼的問題

Comments
3 min read
PowerShell 的文字編碼
Cover image for PowerShell 的文字編碼

PowerShell 的文字編碼

Comments
6 min read
使用 uv 管理 Python 環境
Cover image for 使用 uv 管理 Python 環境

使用 uv 管理 Python 環境

117
Comments
13 min read
Broadcom APDS 系列晶片
Cover image for Broadcom APDS 系列晶片

Broadcom APDS 系列晶片

Comments
2 min read
IRRemote 程式庫搭配 Adafruit_NeoPoxel 程式庫的問題
Cover image for IRRemote 程式庫搭配 Adafruit_NeoPoxel 程式庫的問題

IRRemote 程式庫搭配 Adafruit_NeoPoxel 程式庫的問題

Comments
2 min read
為什麼 member function 不叫做 function member?
Cover image for 為什麼 member function 不叫做 function member?

為什麼 member function 不叫做 function member?

Comments
1 min read
MicroPython 1.24.0 的 requests 重新導向的問題
Cover image for MicroPython 1.24.0 的 requests 重新導向的問題

MicroPython 1.24.0 的 requests 重新導向的問題

Comments
1 min read
使用 selenium 讀取需要登入會員的網頁
Cover image for 使用 selenium 讀取需要登入會員的網頁

使用 selenium 讀取需要登入會員的網頁

Comments
1 min read
HTML meta 標籤中 viewport 的設定
Cover image for HTML meta 標籤中 viewport 的設定

HTML meta 標籤中 viewport 的設定

2
Comments
4 min read
Arduino Serial.parseInt 函式的運作方式
Cover image for Arduino Serial.parseInt 函式的運作方式

Arduino Serial.parseInt 函式的運作方式

Comments
2 min read
用程式控制 Arduino UNO R4 WiFi 的 TX/RX 指示燈

用程式控制 Arduino UNO R4 WiFi 的 TX/RX 指示燈

1
Comments
1 min read
C++ 為什麼要有 delete 和 delete[]
Cover image for C++ 為什麼要有 delete 和 delete[]

C++ 為什麼要有 delete 和 delete[]

Comments
1 min read
傳給 std:sort 的比較函式注意事項
Cover image for 傳給 std:sort 的比較函式注意事項

傳給 std:sort 的比較函式注意事項

Comments
1 min read
在 VSCode 中幫需要命令行引數的 Python 程式除錯
Cover image for 在 VSCode 中幫需要命令行引數的 Python 程式除錯

在 VSCode 中幫需要命令行引數的 Python 程式除錯

Comments
1 min read
Word VBA 刪除所有圖形
Cover image for Word VBA 刪除所有圖形

Word VBA 刪除所有圖形

Comments
1 min read
TLS Fingerprint 保護的網站
Cover image for TLS Fingerprint 保護的網站

TLS Fingerprint 保護的網站

Comments
1 min read
Visual Studio Code 的工作區 (workspace)
Cover image for Visual Studio Code 的工作區 (workspace)

Visual Studio Code 的工作區 (workspace)

7
Comments 1
1 min read
C++ 指向類別成員的指位器的實作細節
Cover image for C++ 指向類別成員的指位器的實作細節

C++ 指向類別成員的指位器的實作細節

Comments 2
4 min read
用 cout 顯示函式的位址
Cover image for 用 cout 顯示函式的位址

用 cout 顯示函式的位址

1
Comments
1 min read
C++ 是怎麼找到虛擬函式?
Cover image for C++ 是怎麼找到虛擬函式?

C++ 是怎麼找到虛擬函式?

Comments
5 min read
C++ using 用法
Cover image for C++ using 用法

C++ using 用法

2
Comments
3 min read
VSCode C++ extension 執行程式時的工作路徑
Cover image for VSCode C++ extension 執行程式時的工作路徑

VSCode C++ extension 執行程式時的工作路徑

1
Comments
1 min read
變數的有效範圍 (scope) 與生命週期 (life time)
Cover image for 變數的有效範圍 (scope) 與生命週期 (life time)

變數的有效範圍 (scope) 與生命週期 (life time)

Comments
1 min read
考古--operator 為什麼翻譯為『運算子』
Cover image for 考古--operator 為什麼翻譯為『運算子』

考古--operator 為什麼翻譯為『運算子』

Comments
1 min read
C++ 的 string 物件到底佔幾個位元組?
Cover image for C++ 的 string 物件到底佔幾個位元組?

C++ 的 string 物件到底佔幾個位元組?

2
Comments 1
2 min read
這兩個 C++ 結構為什麼大小不一樣?
Cover image for 這兩個 C++ 結構為什麼大小不一樣?

這兩個 C++ 結構為什麼大小不一樣?

1
Comments
1 min read
C++ 中呼叫不具參數的建構函式為什麼不能加圓括號?
Cover image for C++ 中呼叫不具參數的建構函式為什麼不能加圓括號?

C++ 中呼叫不具參數的建構函式為什麼不能加圓括號?

Comments
1 min read
Arduino IDE 2 上傳檔案到 ESP32/ESP8266 的外掛
Cover image for Arduino IDE 2 上傳檔案到 ESP32/ESP8266 的外掛

Arduino IDE 2 上傳檔案到 ESP32/ESP8266 的外掛

3
Comments
3 min read
Arduino IDE 1.8.19 ESP32 編譯當掉
Cover image for Arduino IDE 1.8.19 ESP32 編譯當掉

Arduino IDE 1.8.19 ESP32 編譯當掉

Comments
1 min read
自訂 VSCode 延伸套件與設定檔儲存資料夾

自訂 VSCode 延伸套件與設定檔儲存資料夾

Comments
1 min read
Windows 上利用 VBScript 取得 junction point 的真實路徑
Cover image for Windows 上利用 VBScript 取得 junction point 的真實路徑

Windows 上利用 VBScript 取得 junction point 的真實路徑

Comments
3 min read
使用 PlatformIO CLI 協助工作流程
Cover image for 使用 PlatformIO CLI 協助工作流程

使用 PlatformIO CLI 協助工作流程

Comments
1 min read
讓 MicroPython 完全釋放 ESP32-S3 N16R8 的威力
Cover image for 讓 MicroPython 完全釋放 ESP32-S3 N16R8 的威力

讓 MicroPython 完全釋放 ESP32-S3 N16R8 的威力

6
Comments
1 min read
讓 Arduino IDE 2.X 版使用其它配色主題
Cover image for 讓 Arduino IDE 2.X 版使用其它配色主題

讓 Arduino IDE 2.X 版使用其它配色主題

Comments
1 min read
取得指向類別成員函式的指位器
Cover image for 取得指向類別成員函式的指位器

取得指向類別成員函式的指位器

1
Comments
2 min read
Python 物件導向背後的魔法--描述器 (descriptor)
Cover image for Python 物件導向背後的魔法--描述器 (descriptor)

Python 物件導向背後的魔法--描述器 (descriptor)

7
Comments
4 min read
讓 pipenv 在 powershell 下開啟 shell 時顯示專案資料夾

讓 pipenv 在 powershell 下開啟 shell 時顯示專案資料夾

Comments
1 min read
SetEnv 工具程式

SetEnv 工具程式

1
Comments
2 min read
設定 Python Launcher 預設的 Python 版本

設定 Python Launcher 預設的 Python 版本

Comments
3 min read
擷取 Windows 使用者帳戶控制畫面

擷取 Windows 使用者帳戶控制畫面

Comments
1 min read
C/C++ 算符/字符的替代表示法

C/C++ 算符/字符的替代表示法

1
Comments 1
1 min read
PyQuery 2.0 與 1.X 的差異

PyQuery 2.0 與 1.X 的差異

Comments
1 min read
Embeddings 向量相似度之亂

Embeddings 向量相似度之亂

1
Comments
2 min read
Python 參數中的 '/' 與 '*'
Cover image for Python 參數中的 '/' 與 '*'

Python 參數中的 '/' 與 '*'

Comments
1 min read
生成器函式和傳回生成器的函式到底有什麼不一樣?

生成器函式和傳回生成器的函式到底有什麼不一樣?

Comments
1 min read
為什麼 [::-1] 可以反轉序列 (sequence)?

為什麼 [::-1] 可以反轉序列 (sequence)?

1
Comments
2 min read
shell 變數與環境變數

shell 變數與環境變數

2
Comments
2 min read
解決 Replit 猜錯套件安裝的問題

解決 Replit 猜錯套件安裝的問題

2
Comments
1 min read
loading...