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

程式狂想筆記

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

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

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

使用 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 (影像監視) ,看介紹感覺都符合我要使用的。