.NET组件程序设计0721
续
P19(3)在运行时,JIT编译器会链接访问组件入口点的客户端。
原文:.At runtime, the JIT compiler links the client calls to the component entry points.
建议:在运行时,JIT编译器将客户端的调用连接到组件的入口点。
P21(1).NET提供了一个重新开始的记录,相对于C++而言,实质上是降低了进入的门槛,在.NET中没有无形的最高限度:.
原文:.NET offered a clean slate, substantially lowering the entry barrier compared with C++, and there was no glass ceiling in .NET:
A clean slate. And it just means a fresh beginning.
The assembly is the basic packaging unit in .NET. It's called an assembly because it assembles multiple physical files into a single logical unit. An assembly can be a class library (DLL) or a standalone application (EXE) and can contain multiple physical modules, each with multiple components.
The physical DLLs in an assembly are also referred to as modules.
In the mobile phone market, Pay as you go refers to a type of mobile phone service where instead of paying every month flat fee for a specific number of minutes and with additional fees for anything over you included minutes, you prepay for only the minutes you want. You add more minutes later as needed.
http://en.wikipedia.org/wiki/Pay_as_you_go_(phone)
浙公网安备 33010602011771号