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