https://avatars.githubusercontent.com/u/6058558

程式狂想筆記

Java Jackson/GSON 處理 JSON 搭配 ArrayList 泛型

ArrayList 做泛型必須要做特別動作,平常不常做,遇到這個問題需要特別處理。

Jackson 的 JSON 的ObjectMapper 做.getMapper().getTypeFactory().constructCollectionType可以解決這個問題。 這個目前套件Jackson 可以做到,GSON好像也能,但這邊就不深入。

Vue Component 沒有 Render 出來

最近setup寫太順,身為新手的我還是先用一般寫法寫。結果遇到怪事, components 竟然叫不出來,結果我用回setup又就可以用了…

https://i.imgur.com/t5xKozp.png

Chrome 莫名其妙 localhost 會導到 HTTPS

上次在本機裝 mkcert 搭配使用 vite,Vite 使用 https 憑證服務方法(搭 mkcert ) | 程式狂想筆記,有做到架起 localhost HTTPS 服務,但後來 Vite 關閉 https 發現還是會導頁至 https,後來我就直接開無痕視窗解決這個問題。今天受不了,網路上找答案。

使用 Docker 架設 Motioneye 試用小記

原本想研究MieszkoMakuch/pi-security-camera: University project: Smart security camera on raspberry pi with email notifications and web interface,來當做監視器,但前置作業就要先搞好 OpenCV,最近看到 HomeLab.001 樹莓派ARM架構升級版 ODROID N2 搭建多功能服務器 這篇提到 Motioneye (影像監視) ,看介紹感覺都符合我要使用的。