REST Client
https://zhuanlan.zhihu.com/p/48039838
你這顆的 DWPD 只有 0.3, 每天只能寫入 37GB 的資料, 很快就會爆了….Ceph 如果維運技術不夠好的話, 有時會不小心觸發 PG 移動, 每次移動 PG 就是上百 GB 的資料在寫入….
給 Ceph 用的 SSD, 建議 DWPD 至少要 3 起跳, 最好是 10…
Map<String, dynamic> all = <String, dynamic>{
‘n1’: {‘name’: ‘大豆’, ‘img’: ‘c11_list_img’},
‘n2’: {‘name’: ‘纖維’, ‘img’: ‘c12_list_img.jpg’},
‘n3’: {‘name’: ‘天然蔬果’, ‘img’: ‘c13_list_img.jpg’},
};
Install two part:
OpenFortiGUI
OpenFortiGUI-runner
Port set maybe:
443
8443
10443
.bashrc
last line:
export PATH="/usr/local/go/bin:$PATH"
showSearch(context: context, delegate: DataSearch());
When you click item to other page, this is mean use listView & listTitle
onTap: () {
Navigator.push(
context,
new MaterialPageRoute(
builder: (BuildContext context) => new PcPage(item),
)
);
},
Then back to SearchDelegate
Search bar can input !
Demo No problem because only change buildResults. So show on same page is OK.
But usually show to other details page.