Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
つまり、実際にロードされるものです。ロジックまたはクラスファイル、またはファイルに関連するメタデータ。
これは通常、クラスのロジックとプロパティが読み込まれたことを意味しますが、コンテキストによっては、他のことも意味する場合があります。
クラス ローダーの実装の観点からは、ClassLoader.defineClass(...) を呼び出した時点でクラスのロードが完了しています。つまり、クラスが JVM に認識されたときです。
I'm using ExpressJS and have been trying to get PassportJS working. In my express.js config, I have the following:
express.js
app.configure(function () { // dyna