2024 iThome 鐵人賽
Share More Gain More
Software Development
選手 87 文章 1807
Day 27
2024-10-11
354
0
當一個新的 Node 加入 cluster,會自動與所有的機器連上。譬如說, node3 connect 到 node1,node2 也 conect 到 no...
Day 28
2024-10-12
352
0
https://cwiki.apache.org/confluence/display/KAFKA/KIP-714%3A+Client+metrics+and+...
Day 7
2024-09-20
352
0
multi property multi property是一個容易被忽略的功能,可以視為以EdgeDBSet為容器來收集各種primitive。 考慮sche...
Day 10
2024-09-24
351
0
前言 前幾天我們花了一些時間分別講Synchronous和Asynchronous: 運作流程 優缺點 應用場景 有用實際的例子讓大家瞭解。今天我們整理成表...
Day 12
2024-09-23
351
0
INVEST technique https://www.linkedin.com/pulse/what-scrum-invest-criteria-ryan...
Day 17
2024-10-01
351
0
Supervisor 的監督的對象必須要有實踐 child_spec/1 函數來告訴 supervisor 如何啟動它。 好消息是,如果要監督的對象是 GenS...