2023 iThome 鐵人賽
帶我們前進的 是想證明自己的力量
Cloud Native
選手 25 文章 561
Day 29
2023-10-02
513
0
昨天把環境架好,那我們來試看看吧。今天先來分析講解怎麼建一個k8s的資源,就從Pod開始吧 Pod 為k8s最小的部屬單位,想對container操作的話,最基...
Day 13
2023-09-28
508
0
Creating your character is the first step in every D&D adventure for the pl...
Day 4
2023-09-19
507
0
Knowledge is like money: to be of value it must circulate, and in circulating i...
Day 23
2023-10-08
507
0
docker 系列
昨天我們討論了 Control Plane 中各個元件的職責,今天我們要來講 Worker 中有哪些元件,分別又有那些功能。 同樣地,我們先看架構圖:圖片中主要...
Day 4
2023-09-19
506
0
今天的部分則來談談component元件,其包含:HTML(template)、綁定資料(data)、方法(methods)、監聽 (watch)...等不同屬...
Day 4
2023-09-19
506
0
以下使用python的套件首先安裝paho pip install paho-mqtt 主程式碼如下 import paho.mqtt.client as m...