2023月10日31日星期二。
網頁
▼
2023/10/31
2023/10/30
2023/10/29
2023/10/28
2023/10/25
2023/10/23
Jenkins nvm: command not found
Jenkins在建置前端專案時,在執行Execute shell script中的nvm指令時,出現nvm: command not found
錯誤。
2023/10/22
Git clone unable to access SSL certificate problem: unable to get local issuer certificate
使用git clone
將專案從私有的GitLab抓取專案時,出現錯誤fatal: unable to access 'https://<gitlab_domain>/<project>.git/': SSL certificate problem: unable to get local issuer certificate
。
2023/10/20
2023/10/19
2023/10/18
2023/10/17
Golang Functional Options Pattern簡介
在Golang的套件中常看一種稱為Functional Option Pattern的寫法,好處為建構物件時可彈性的設定需要的屬性。
2023/10/15
2023/10/14
2023/10/13
2023/10/11
2023/10/10
2023/10/8
2023/10/7
2023/10/5
Chrome ERR_CONNECTION_REFUSED 307 Internal Redirect Non-Authoritative-Reason HSTS 無法連線HTTP網站
最近同事用Chrome連線公司內的開發網站時,例如http://abc.dev
,發生ERR_CONNECTION_REFUSED
無法連線的錯誤。