
netty系列之:netty對http2消息的封裝
- 2021 年 10 月 25 日
- 筆記
目錄 簡介 http2消息的結構 netty對http2的封裝 Http2Stream Http2Frame 總結 簡介 …
Continue Reading目錄 簡介 http2消息的結構 netty對http2的封裝 Http2Stream Http2Frame 總結 簡介 …
Continue Reading目錄 簡介 AVL的特性 AVL的構建 AVL的搜索 AVL的插入 AVL的刪除 簡介 平衡二叉搜索樹是一種特殊的二叉搜 …
Continue Reading目錄 簡介 start一個Thread 不要使用ThreadGroup 不要使用stop()方法 wait 和 awai …
Continue Reading目錄 簡介 SQL注入 java中的SQL注入 使用PreparedStatement XML中的SQL注入 XML注入 …
Continue Reading目錄 簡介 使用private final object來作為lock對象 不要synchronize可被重用的對象 不 …
Continue Reading目錄 簡介 不要在構造函數中調用可以被重寫的方法 不要在clone()方法中調用可重寫的方法 重寫equals()方法 …
Continue Reading目錄 簡介 異常簡介 不要忽略checked exceptions 不要在異常中暴露敏感資訊 在處理捕獲的異常時,需要恢 …
Continue Reading目錄 簡介 一個簡單的SensitiveObject SensitiveObject的限制 對SensitiveObje …
Continue Reading目錄 簡介 不可變對象的可見性 保證共享變數的複合操作的原子性 保證多個Atomic原子類操作的原子性 保證方法調用鏈的 …
Continue Reading目錄 簡介 在字元串標準化之後進行校驗 注意不可信字元串的格式化 小心使用Runtime.exec() 正則表達式的匹配 …
Continue Reading