在这里的上下文中,this在一个String的链接表达式(使用加号)的右边,this . toString被隐式地调用了。
In this context, where this is the right-hand side of a String concatenation expression (using the plus sign), this.toString is invoked implicitly.
没有什么设置。据我所知,在P3上,URL并不隐定,文档链接方式还可以。
No special setting. To my understanding, on P3, URL is not stable, file link format is OK.
将调用应用程序加载后立即需要的所有函数放在一个DLL 中,并使调用应用程序隐式链接到该 DLL。
Put all the functions that the calling application needs immediately after loading into one DLL and have the calling application implicitly link to that DLL.
大部分应用程序使用隐式链接,因为这是最易于使用的链接方法。
Most applications use implicit linking because it is the easiest linking method to use.
有两种类型的链接:隐式链接和显式链接。
There are two types of linking: implicit linking and explicit linking.
为提高启动性能,应用程序可隐式链接到那些加载后立即需要的DLL,并等到在需要时显式链接到其他DLL。
To improve startup performance, an application can implicitly link to those DLLs needed immediately after loading and wait to explicitly link to the other DLLs when they are needed.
隐式链接有时称为静态加载或加载时动态链接。
Implicit linking is sometimes referred to as static load or load-time dynamic linking.
隐式链接有时称为静态加载或加载时动态链接。
Implicit linking is sometimes referred to as static load or load-time dynamic linking.
应用推荐