network
含有「network」共 2 篇內容
全部內容
發佈日期由新至舊
小黑與程式的邂逅
2023/12/12
[Flutter]Image
方法 asset:載入此APP指定資料夾內的資源圖片。 Image.asset('assets/images/logo.png') file:載入手機指定路徑位置圖片。 Image.file('your_image_path') network:載入網路指定網址圖片。 Image
#
flutter
#
asset
#
file
2
留言
林登(Lyndon)的沙龍
2020/06/06
RSTP 介紹與應用 (上) 為什麼要有redundant protocol?
本次要介紹Rapid Spanning Tree Protocol (RSTP) 這個protocol的重點與核心,後續將說明應用上的topology。 首先介紹protocol的目的 : 最大的目的就是redundant 簡單講就是Topology(拓樸)中,一些重要的path想做到backup
#
RSTP
#
redundancyprotocol
#
網路協定
4
1
jack Kao
喜歡
寫的很棒,很有收穫的一篇文章,希望能趕快看到下集~