學習筆記 day1mtqq
mqtt協議特點
mqtt內容
last will 最後遺願
mqtt應用領域主要在物聯網領域
mqtt與mq的區別
學習筆記 day2emqx安裝發布
使用emqx dashboard
***:
部署訪問
測試
dagdag:有向無環圖 directed acyclic graph
特點:tlv資料格式
tlv:tag 資料型別,langth 資料長度,value 資料內容
tag:76543210
langth:定長方式,不定長方式
value:原始資料格式,tlv資料格式
arp協議-網路層協議(ip,arp)
所以還有rarp協議
學習筆記1
struct test test int x void fun class test1 test1 int x void fun int main void test1 a 行1 a.fun 行2 test1 b 行3 b.fun 行4 test c 行5 c.fun 行6 test d 行7 d....
學習筆記1
1 字串原地逆序 使用臨時變數 void reverse string s 5 求平均值 避免溢位 int f int x,int y 6 楊氏矩陣 bool young int a m n int x return false 7 十進位制轉十六進製制 string decimaltohexade...
學習筆記1
第二單元 linux的基本操作 1.改變使用者的密碼 passwd命令 注 a.只有root使用者可以修改其他使用者的密碼。普通使用者只能修改自己的密碼,且密碼必須設定地較為複雜,否則修改不成功 b.若執行passwd命令時後面不加使用者名稱,表示的是修改當前使用者的密碼。2.系統使用者的分類 注 ...