7年經(jīng)驗怎么問?溝通能力不錯但結(jié)果令人遺憾!

Spring Boot ZooKeeper Dubbo MySQL Redis
丟包沾包拆包
https://blog.csdn.net/yanpeng0823/article/details/88256265
開幾個接口,參數(shù)是什么
串行還是并行
有一些分片可能有問題
MD5
沒有必要用MQ,不用異步,同步也行——過度設(shè)計一例。
死信隊列,重復(fù)消費
樂觀鎖,分布式鎖
元數(shù)據(jù)鎖
DDL執(zhí)行時,【讀】會阻塞嗎?
https://www.mysqltutorial.org/mysql-table-locking/
TRUNCATE is faster than DELETE?, as it doesn't scan every record before removing it. TRUNCATE TABLE locks the whole table to remove data from a table; thus, this command also uses less transaction space than DELETE . Unlike DELETE , TRUNCATE does not return the number of rows deleted from the table.
泛型被加入Java語法中,還有一個最大的原因:解決容器的類型安全,使用泛型后,能讓編譯器在編譯的時候借助傳入的類型參數(shù)檢查對容器的插入,獲取操作是否合法,從而將 運行時 ClassCastException 轉(zhuǎn)移到編譯時。
為什么需要泛型?泛型是JDK1.5后增加的屬性,主要的目的是解決ClassCastException的問題。
阿里云對象存儲分片上傳文檔
https://help.aliyun.com/document_detail/31850.html