-
APL函數(shù)代碼開放場景-導(dǎo)入 導(dǎo)入預(yù)處理APL代碼作用: 主要是用于在導(dǎo)入前分批批量預(yù)加載所有的導(dǎo)入數(shù)據(jù),做數(shù)據(jù)的預(yù)處理。1.導(dǎo)入預(yù)處理APL代碼在導(dǎo)入前驗證APL代碼前先執(zhí)行2 導(dǎo)入預(yù)處理時數(shù)據(jù)是分批執(zhí)行的,一批20條,放在context.dataList中3 一些復(fù)雜的導(dǎo)入校驗邏輯可以在導(dǎo)入預(yù)處理APL代碼做好相關(guān)計算并寫入緩存中4 到導(dǎo)入前驗證APL代碼執(zhí)行的時候開發(fā)者手冊 42
-
APL函數(shù)代碼開放場景-計劃任務(wù)Java接口說明 packagefx.custom.apl.example.scheduledtask;importcom.fxiaoke.functions.FunctionContext;importcom.fxiaoke.functions.Fx;importcom.fxiaoke.functions.client.DebugHelper;importcom.fxiaoke.functions.model.APIResult;importcom.fxiaoke.functions.template.ISchedul開發(fā)者手冊 51