启用运行时动态链接需要三步。
到外部Web服务的动态链接。
如果使用动态链接,就得不到这样的保证。
然后动态链接器开始进行所有有趣的工作。
该错误可能是因为缺少动态链接库而造成的。
This error could be the result of a missing dynamically linked library.
不过,动态链接的可能优势之一在于修正缺陷。
One of the potential advantages of dynamic linking, however, is in fixing bugs.
修改动态链接器的搜索路径。
对于动态链接,多个库定义相同的符号没有问题。
With dynamic linking, it's not a problem to have multiple libraries that define the same symbol.
如何创建一个动态链接吗?
在运行期间,应用程序将加载动态链接器。
这个过程在静态链接系统中比在动态链接系统中更简单。
It is a simpler process in a static linking system than in a dynamically linked system.
您可以将库用作到Web服务应用程序的动态链接。
You could use the repository as a dynamic linkage to a Web services application.
动态链接让您构建的程序能够在更大范围内的系统上运行。
Dynamic linking allows you to build a program that will run on a much broader variety of systems.
隐式链接有时称为静态加载或加载时动态链接。
Implicit linking is sometimes referred to as static load or load-time dynamic linking.
显式链接有时称为动态加载或运行时动态链接。
Explicit linking is sometimes referred to as dynamic load or run-time dynamic linking.
下面所示的用户退出代码被编译成动态链接库(如dll)。
The user exit code shown below is compiled as a dynamic linking library (for example: DLL).
动态链接将链接过程推迟至程序开始运行之时。
Dynamic linking defers much of the linking process until a program starts running.
有兴趣深入了解Linux中的动态链接的用户有很多选择。
Users interested in learning more about dynamic linking on Linux have a broad field of options.
Linux将缓存动态链接的程序的位置信息,以提高性能。
Linux caches library location information for dynamically linked programs to improve performance.
动态链接在数据库不再支持的条件下,变成死链接。
Dynamic link is no longer supported in the database under the conditions become dead links.
通过动态链接装入器,将动态库映射进应用程序的可执行内存中。
The dynamic libraries are mapped into the application execution memory by the dynamic linking loader.
动态链接可以帮助把一个大问题分割成许多简单的小问题。
Dynamic linkage has helped to divide a problem into many very simple functions.
就像前面所述的那样,一个程序可以通过动态链接很方便的实现模块化。
As described in previous sections, the overall modularity of a program can benefit from dynamic linking.
它本身可以在内核中,也可以在静态或动态链接到内核的设备驱动例程中。
It could be in the kernel core per se, or in a device driver that is linked into the kernel either statically or dynamically.
使用相同的动态链接装入器在应用程序运行之后将dll映射进应用程序的内存。
The same dynamic linking loader is used to map a DLL into the application's memory after it is running.
要将其链接到可执行程序中,需要启用编译时链接器和运行时动态链接器来定位它。
To link this into executables, you need to enable both the compile-time linker and the run-time dynamic linker to find it.
通过拖拽方式支持可复用的迅速集成过程的最佳实践的动态链接过程模式。
Supports reusable dynamically-linked process patterns of best practices for rapid process assembly via drag-and-drop.
例如,如果动态链接器不能找到某个给定的程序库,那么它将停止加载程序。
For example, if the dynamic linker can't find a given library, it will abort loading the program.
例如,如果动态链接器不能找到某个给定的程序库,那么它将停止加载程序。
For example, if the dynamic linker can't find a given library, it will abort loading the program.
应用推荐