autoloader 中文意思是什麼

autoloader 解釋
汽車式裝載機
  1. Autosplit will place any functions defined here into the special autoloader files

    Autosplit會將在此處定義的所有函數放到特殊的autoloader文件中。
  2. The solution is to use autoloader, which acts a bit like a dynamic loader for perl modules

    解決方案是使用autoloader ,其作用類似於perl模塊的動態加載程序。
  3. I ve saved as much as two seconds just by converting one of my applications to use the autoloader system in place of preloading

    只是在程序中使用autoloader系統來代替預加載,就可以節省2秒鐘的時間。
  4. It s only when you call a function contained within the module that the autoloader steps in and then loads and compiles the code only for that function

    只有在調用autoloader加載的模塊中包含的函數、然後為該函數加載並編譯代碼時,才會執行這項操作。
  5. Note that you don t need to use exporter any more ; autoloader handles the loading of individual functions automatically without you have to explicitly list them

    注意,並不需要再使用exporter ; autoloader會自動處理加載單個函數的過程,而不用您顯式地將其列出。
分享友人