之前在講 sanitization 的時候,有提醒大家不要輕易嘗試自己實作,而是去找一些 library 來用,因為這個水很深,坑很多。
那這些 library...
Airflow DAG 是啥?
DAG 定義
Airflow 的核心之一,一定是 DAG (Directed Acyclic Graph,有向無環圖)。如果說其...
前言
在前面的章節我們介紹了關於一個人臉的 2D 資訊--ex. Face detection & Facial landmark,也介紹了關於 3D...
Docker的網路-macvlan
參考文章:https://godleon.github.io/blog/Docker/docker-network-macv...
RequestMapping
@RequestMapping、@GetMapping 和 @PostMapping 都是 Spring 框架 Controlle...
死鎖(Deadlock):死鎖是所有併發進程(concurrent process)都在彼此等待的狀態。在這種情況下,如果沒有外部干預,程式將永遠不會恢復。
如...