2025 iThome 鐵人賽
沒在獨自升級的 一起來
所有主題
選手 902 文章 19831
Day 23
2025-10-07
166
0
概念 : Top-k:檢索回傳前 k 筆候選(k 越大 recall 越高但可能 precision 降低);常試 k=1、3、5 相似度分數(score):...
Day 7
2025-09-21
166
0
#06
System Services 與 ServiceManager 架構 introduction 在 Android 系統中,App 並不會直接與底層硬體或內核...
Day 29
2025-10-13
166
0
昨天先用 docker run 玩了一圈,今天真的把我的 TS + Express + Prisma 專案打包進容器。目標很明確:用 node:18-alpin...
Day 23
2025-10-07
166
0
前言 在飲料魔法學院裡,每一個元件(Component)都不是靜止的存在。它們誕生於魔法師的召喚(onMounted),在運行中感受能量波動(watch / w...
Day 7
2025-09-21
166
0
Day 1專案規劃與環境建置 申請 API KeyGoogle Gemini API :https://makersuite.google.com/OpenAI...
Day 14
2025-09-28
166
0
leetcode 系列
題目:Write a function to find the longest common prefix string amongst an array of...