委託的基本用法(回顧)

2021-05-21 22:48:38 字數 365 閱讀 7078

using system;

using system.collections.generic;

using system.linq;

using system.text;

namespace aaa

;food4 += delegate(string food) ;

food4 += delegate(string food) ;

food4("西瓜");

}/* static void zseat(string food)

static void lseat(string food)

static void wweat(string food)*/}

}

iOS委託的基本用法

委託就是委託其他類去幫自己做某些事情,委託本身定義一系列的方法,但並不去實現這些方法,這些方法由實現了委託的類去實現,下面的例子就是委託viewcontroller類去實現testdelegate方法 testblock.h import protocol testblockdelegate voi...

hadoop基本用法回顧

研一時,跟著老師寫完了乙個大資料專案,現在不怎麼寫了,發現很多東西都忘了,還要從網上找資料,從今天起,開始多寫部落格,每天更新一篇作為記錄 今天覆習hadoop的基本用法 配置ubuntu啟動環境說明,本人的hadoop ubuntu虛擬機器已經配置好了 hdfs site.xml,core sit...

hadoop基本用法回顧(MapFile)

mapfile的實現 mapfile是排序後的sequencefile mapfile訪問檔案時,會首先把index載入到記憶體中,然後在根據index快速定位到檔案所在位置,比起sequencefile要快得多。mapfile寫過程 建立configure物件 獲取到filesystem物件 設定...