小型压刨:什么是链接?

来源:百度文库 编辑:神马品牌网 时间:2024/05/02 06:37:46

链接是网络时代的产物,是报刊出版物借用网络专业术语及其理念而创建的一种全新的检索系统。
链接也是一种可以有效帮助读者检索有关背景材料等相关资料、进一步了解有关情况的好方法。链接这种检索方法对于年鉴的编纂很有帮助,它至少可以让一些不宜编入条目但对读者了解全面情况又有一定帮助的材料有一个适当的处所。近年来,不少年鉴已在使用“链接”功能,运用得很得体。当内文提及某种情况需要进一步提供材料时,及时安排一个链接,免却读者另行费时查找的麻烦。或者介绍完知识后链接一个范例(或范文),对读者加深理解和应用提供帮助。比如《西部矿业年鉴》,当内文提到“青藏铁路”、“西电东送”、“西气东输”、“南水北调”时,就在同一个版面加插一个“青藏铁路”、“西电东送”、“西气东输”、“南水北调”的“链接”,详细介绍这几项国家重点工程。
除索引、目录、文摘、参见、链接、大事记等6种检索系统外,年鉴还有一些辅助的检索方法,比如眉题、名录、附录、便览,以及广告目录等。
有关联的东西,例如程序,网页等等.指根这个文件.网页或者程序有关联的.在网页中非常常见.以上这个例子便可说明:网页中可以点击,或者兰色字体的,有下划线的就叫链接.
defaultlib "library" conflicts with use of other libs; use /NODEFAULTLIB:library

You are trying to link with incompatible libraries.

Important The run-time libraries now contain directives to prevent mixing different types. You’ll receive this warning if you try to use different types or debug and non-debug versions of the run-time library in the same program. For example, if you compiled one file to use one kind of run-time library and another file to use another kind (for example, single-threaded versus multithreaded) and tried to link them, you’ll get this warning. You should compile all source files to use the same run-time library. See the Use Run-Time Library (MD, /ML, /MT, /LD) compiler options for more information.

You can use the linker’s /VERBOSE:LIB switch to determine which libraries the linker is searching. If you receive LNK4098 and want to create an executable file that uses, for example, the single-threaded, non-debug run-time libraries, use the /VERBOSE:LIB option to find out which libraries the linker is searching. The linker should print LIBC.LIB and not LIBCMT.LIB, MSVCRT.LIB, LIBCD.LIB, LIBCMTD.LIB, or MSVCRTD.LIB as the libraries searched. You can tell the linker to ignore the the incorrect run-time libraries by typing the incorrect libraries in the Ignore Libraries text box on the Link tab of the Settings dialog box in Developer’s Studio or by using the /NODEFAULTLIB:library option with LINK for each library you want to ignore. See the Ignore Libraries (/NODEFAULTLIB) linker option for more information.

The table below shows which libraries should be ignored depending on which run-time library you want to use.

To use this run-time library Ignore these libraries
Single-threaded (libc.lib) libcmt.lib, msvcrt.lib, libcd.lib, libcmtd.lib, msvcrtd.lib
Multithreaded (libcmt.lib) libc.lib, msvcrt.lib, libcd.lib, libcmtd.lib, msvcrtd.lib
Multithreaded using DLL (msvcrt.lib) libc.lib, libcmt.lib, libcd.lib, libcmtd.lib, msvcrtd.lib
Debug Single-threaded (libcd.lib) libc.lib, libcmt.lib, msvcrt.lib, libcmtd.lib, msvcrtd.lib
Debug Multithreaded (libcmtd.lib) libc.lib, libcmt.lib, msvcrt.lib, libcd.lib, msvcrtd.lib
Debug Multithreaded using DLL (msvcrtd.lib) libc.lib, libcmt.lib, msvcrt.lib, libcd.lib, libcmtd.lib

For example, if you received this warning and you want to create an executable file that uses the non-debug, single-threaded version of the run-time libraries, you could use the following options with the linker:

/NODEFAULTLIB:libcmt.lib /NODEFAULTLIB:msvcrt.lib /NODEFAULTLIB:libcd.lib /NODEFAULTLIB:libcmtd.lib /NODEFAULTLIB:msvcrtd.lib

在网页上,可以点击的另外页面的地址。

有关联的东西,例如程序,网页等等.指根这个文件.网页或者程序有关联的.在网页中非常常见.以上这个例子便可说明:网页中可以点击,或者兰色字体的,有下划线的就叫链接.