Skip to main content

Recently Updated Pages

基本指令操作

Docker

常用指令 # List running containers docker ps # ssh into the container docker exec -it <containe...

Updated 3 months ago by Admin

Learning Git

Git

Git 檔案狀態 狀態 2 與 3 的檔案已經由 Git 控管內容變更。  Modified/Untracked: 檔案已修改,尚未執行 git add  Staged: 檔案已經 g...

Updated 3 months ago by Admin

AI Applications

Gen AI

Cherry Studio Cherry Studio is a desktop client that supports for multiple LLM providers, availa...

Updated 3 months ago by Admin

Docker Management

Docker

Portainer https://www.portainer.io/  A centralized service delivery platform for containerized ...

Updated 3 months ago by Admin

Pull request

Git

拉取請求可讓您通知其他貢獻者有關 Git 分支的變更。 拉取請求時,您可以先討論並評估建議的變更,然後再將變更執行到主分支。 您最終可以透過建立拉取請求,將變更合併回主儲存庫 (或 repo)...

Updated 3 months ago by Admin

Cloudflare Tunnel

VPN

Cloudflare Tunnel 是一款內網穿透的隧道軟體,也是 Argo Tunnel 前身分出來做為免費版使用,它可以快速建立安全地加密到任何服務的流量,可以保護您的伺務器免受直接攻擊,就...

Updated 3 months ago by Admin

Code review

Git

程式碼審閱 (Code Review) 也稱為同儕程式碼審閱 (peer code review),是指有目的、有條理地聚集其他程式設計師,以檢查彼此的程式碼是否有錯誤。與其他技術不同,程式碼審...

Updated 3 months ago by Admin

AI Dev

Gen AI

AI Develop Framework LangChain (python + node.js) LlamaIndex (python) Haystack (python) Phi...

Updated 3 months ago by Admin

Git 進階使用

Git

使用 rev-parse # Getting the top-level directory git rev-parse --show-toplevel # Find your way...

Updated 3 months ago by Admin

Merge

Git

Git merge 區分兩種類型: Fast-forward merge: 兩分支的所有 commit 紀錄沒有分歧 Three-way merge: 兩分支的 commit 紀錄有分歧...

Updated 3 months ago by Admin

Remote repository

Git

Git repository 除了本機以外,還可以是遠端 repository ,例如雲端 GitHub、Gitlab、Bitbucket,或者自架的 Git Server。 作為版本控制用途...

Updated 3 months ago by Admin

Git Tips

Git

Tutorials 50+ Useful Git Commands for Everyone 全域設定檔 # Using git to edit the configuration...

Updated 3 months ago by Admin

Functions

Python

參數類型定義範例 def _gpt_parse_images( image_infos: List[Tuple[str, List[str]]], prom...

Updated 3 months ago by Admin

實例流程

Git

多人協作基本 人員A push 更新至遠端庫時發生錯誤:  ! [rejected] master -> master (fetch first) error: faile...

Updated 3 months ago by Admin

Branch

Git

Tips Branch : 指向特定 commit 的指標,代表專案中獨立的開發流程 HEAD: 指向目前的分支 main (master): 新專案建立時的預設分支,通常用於主版本 ...

Updated 3 months ago by Admin

AI Cloud Providers

Gen AI

LLM API Fireworks.ai - Fast, Affordable, Customizable Gen AI Platform Blog: https://blog.fi...

Updated 3 months ago by Admin

patch & diff

Linux Administration

單一檔案 # 建立更新檔 diff -uN my_original.code my_fixed.code > my.patch # 套用更新至指定檔 patch my.code < ...

Updated 3 months ago by Admin

Learning AI

Gen AI

AI 常見專用名詞 Gen AI (生成式 AI) 人工智慧 (AI) 藉由使用機器學習與環境互動並執行工作來模擬人類行為,而不需明確指示輸出的內容。 生成式 AI 是人工智慧的分支,可根...

Updated 3 months ago by Admin

Linkedin

Learning English

Connect with someone Hi, Tim. I recently completed the Google Cybersecurity Certificate program,...

Updated 4 months ago by Admin

Glossary terms

Learning English

Technical debt: The pending work that accumulates when a quick-and-easy solution is applied ins...

Updated 4 months ago by Admin