单词 | shared library | ||||||||||||||||
释义 | shared library
更多释义 收起释义 例句释义: 共享库,共享链接库,共享函式库 1. You need to leave iPhoto open for users to see your shared library and albums on other computers. 要让用户在其他电脑上看到您的共享图库和相簿,您必须打开iPhoto。 docs.info.apple.com 2. Before you use the shared library in a Streams application, you will try it out on a standalone C application. 在Streams应用程序中使用共享库之前,先在一个独立C 应用程序中试用它。 www.ibm.com 3. The native code for a JNI application is compiled into a shared library or executable that's loaded into the process address space. JNI应用程序的本机代码编译成加载到进程地址空间中的共享库或可执行程序。 www.ibm.com 4. Set the scope of the shared library; it's one of a Cell, a Node, and a Server. 设置共享库的范围;可以是计算单元、节点和服务器中的一个。 www.ibm.com 5. If this shared library cannot be loaded, KAIO is disabled and a message is logged to the database server message log file. 如果不能装载这个共享库,那么KAIO将被禁用,并且在数据库服务器的消息日志文件中会记下一条消息。 www.ibm.com 6. It has 14 private universities, one shared library and a handful of fast-food restaurants to feed tens of thousands of students. 该大学城拥有14所私立大学,一座共享的图书馆以及一些为上万学子提供食物的快餐店。 www.bing.com 7. (Remember, in Linux the shared library we built for the Calculator service is called libcalculator. so rather than Calculator. dll). (请记住,在Linux中,我们为计算器(Calculator)服务构建的共享库称为libcalculator.so而不是Calculator.dll)。 www.ibm.com 8. If you are implementing searches that are nontrivial, it's a good practice to promote the code for doing this task into a shared library. 如果要实现特殊搜索,则把执行此任务的代码提取到共享库中是一项不错的实践。 www.ibm.com 9. Emulation packages are often likely not to have every last shared library installed. 模拟环境软件包通常不会安装所有最新的共享程序库。 www.ibm.com 10. The traditional way to share anything between applications is to place code in a shared library and link to it from the application binary. 在应用程序之间共享任何事物的传统方法是将代码放在一个共享库中并从应用程序二进制码与之链接。 www.ibm.com 1. Now all that is left to do is to create the mediation scripts and add them to the scripts shared library. 现在,需要做的工作只剩下创建中介脚本并将其添加到脚本共享库中了。 www.ibm.com 2. The -shared option indicates that the output file is supposed to be a shared library. shared选项表明输出的文件被认为是共享的库。 www.ibm.com 3. Then you subtract the space used for program text and shared library text. 然后减去程序文本和共享的库文本使用的空间。 www.ibm.com 4. The auxiliary C functions are compiled and linked into a separate shared library called libtutorial. 辅助的C函数被编译并链接到一个名为libtutorial的单独共享库中。 www.ibm.com 5. This application must be packaged as an EAR file, and it might also include a JAR file for the shared library, if used. 此应用程序必须打包为EAR文件,而且其中还可能包括共享库(如果使用)的JAR文件。 www.ibm.com 6. The path to a new shared library needs to be appended to the LD_LIBRARY_PATH variable. 指向一个新的共享库的路径需要追加到LD_LIBRARY_PATH变量末尾。 www.ibm.com 7. When building a "native" component, the component loader looks for an exported symbol from the components shared library. 当构建一个“本地”的组件时,组件加载器从组件共享库中查找一个被导出的符号。 developer.mozilla.org 8. A substitute for this program, in case you are not building an RPM, is to simply compile each jar file in your program to a shared library. 假如你没有在构建RPM,那么一个替代方案就是直接将程序中的jar文件编译到共享库中。 www.infoq.com 9. This source file implements a simple shared library that implements a native method that returns a string to the VM application. 这个源文件实现了一个简单的共享库,实现了一个本机方法为虚拟机应用程序返回一个字符串。 blog.sina.com.cn 10. Use a JAR file placed in a WebSphere shared library associated with the channel and gateway enterprise applications. 使用与渠道和网关企业应用程序关联的WebSphere共享库里的JAR文件。 www.ibm.com 1. At this point our shared library is complete. 此时,我们的共享库就已完成了。 www.ibm.com 2. Within the application server directory, add a dependency to the shared library in the deployment plan. 在应用服务器目录中,向部署计划添加对共享库的依赖关系。 www.ibm.com 3. An environment variable, LD_LIBRARY_PATH, has to be set to point to the path in which the shared library resides. 这个环境变量LD_LIBRARY_PATH必须要设置指向共享库所在位置的路径。 www.ibm.com 4. The kernel can keep a single copy of a shared library in memory, sharing it among multiple applications. 内核可以在内存中保持某个共享程序库的一个惟一副本,并在多个应用程序间共享这个副本。 www-128.ibm.com 5. Libusb itself consists of a shared library and two sample applications. Libusb自身由两个简单的应用程序和一个共享库构成。 blog.sina.com.cn 6. If your product is mostly distributed as a shared library object, it probably can't be loaded on other platforms. 如果您的产品大部分是以共享程序库对象的形式发行的,那么这些产品可能不会被加载到其他平台上。 www.ibm.com 7. The most common event of interest is loading or unloading of a new shared library. 最常见的事件是载入和卸载一个动态链接库。 wiki.chinaunix.net 8. Add a mediation script with the same name as the destination into the scripts-shared library. 将一个具有与目的地相同的名称的中介脚本添加到脚本共享库中。 www.ibm.com 9. As shown in Figure 5, click on the Shared library references link in the References section. 如图5所示,单击References区域的Sharedlibraryreferences。 www.ibm.com 10. Be sure to build each C source file with the -fpic option, which generates position-independent code suitable for a shared library. 请务必用-fpic选项构建每个C源文件,因该选项可以生成独立于位置的代码,这非常适合于共享库。 www.ibm.com 1. To run the application, you need to add a platform-specific SWT shared library or DLL to your path. 为了运行该应用程序,您需要添加一个平台特定的SWT共享库或者DLL到您的路径。 www.ibm.com 2. However, shared library text and data may also be stored in this segment. 但是,共享的库文本和数据也可能存储在这个段中。 www.ibm.com 3. Normally, on Linux, a shared library will have major and minor version numbers, with symbolic links to more general names. 通常,在Linux上共享库都有主版本号和次版本号,还有一些符号链接指向更通用的名字。 www.ibm.com 4. Answer: The bld script is used to compile splogger as a stand-alone program instead of a shared library, for testing. 解答:bld脚本用来将splogger编译成一个单独的程序,而不是一个共享库,这样做的目的是为了进行测试。 www.ibm.com 5. First, assign this component the DateProvider interface from the shared library, and set the binding for the component to an SCA Binding. 首先,从共享库中为该组件分配DateProvider接口,并将组件的绑定设置为SCABinding。 www.ibm.com 6. For configuration details about a shared library, refer to this technote. 要了解关于共享库的配置细节,请参阅这份技术札记。 www.ibm.com 7. The shared library does not have execute permissions for group or other. 共享库没有组或其他角色的执行权限。 www.ibm.com 8. Note that the symbols in the shared library are not visible until the shared library is loaded. 请注意,共享库中的符号在加载共享库之前不可见。 www.ibm.com 9. A shared library is potentially mapped to a new memory address every time it gets loaded. 在每次加载一个共享库时,可以将其潜在地映射为一个新的内存地址。 www.ibm.com 10. An MFC DLL is a binary file that acts as a shared library of functions that can be used simultaneously by multiple applications. MFCDLL是作为可由多个应用程序同时使用的共享函数库的二进制文件。 msdn2.microsoft.com 1. This will also provide consistency of having interfaces in a shared library. 这样还会提供共享库中接口的一致性。 www.ibm.com 2. To do that, register the Java libraries as a shared library on the server. 要达到此目的,请在服务器上将Java库注册为共享库。 www.ibm.com 3. Finally, you created a sample shared library for an application. 最后,为应用程序创建了示例共享库。 www.ibm.com 4. This will cause the process that you use for testing to load and map your shared-library privately. 这将导致您用于测试的进程单独地加载和映射您的共享库。 www.ibm.com 5. If the custom binders are used by more than one application, configure a shared library for those applications to reference. 如果定制绑定被不止一个库使用,将这些引用的库配置为共享库。 www.ibm.com 6. This searches for jar files and compiles each to a shared library, using gcj. 它会搜索jar文件并且使用gcj将他们编译到共享库中。 www.infoq.com 7. The last segment (0xF) is used for pre-process shared library data. 最后一段(0xF)用于每个进程共享的库数据。 www.ibm.com 8. For more information on shared library versioning, see this developerWorks Linux zone article on shared library versions. 有关共享库版本的更多信息,请参看developerWorksLinux专区中有关共享库版本的文章。 www.ibm.com 9. Attribute on the assembly scope of a shared library. 属性放置在共享库的程序集范围内。 msdn2.microsoft.com 10. The client application might also need to include a JAR file for a shared library, if used. 客户机应用程序可能还需要包括共享库(如果使用)的JAR文件。 www.ibm.com 1. This linking process merges code from separately compiled source files, along with shared library code, to form an executable program. 这一链接过程将来自独立编译好的各个源文件的代码和共享库代码合并起来,从而形成了一个可执行程序。 www-128.ibm.com 2. Answer: You can make the Java classes accessible to all portlet applications by putting them as jar files into a shared library. 答:通过将Java类作为jar文件放入共享库中,就可以让所有的Portlet应用程序访问这些Java类。 www.ibm.com 3. So, you don't need to specify a PIC option when compiling code for a shared library or module. 因此,在编译共享库或模块的时候,你不需要指定PIC选项。 www.finkproject.org 4. Wl, -Bsymbolic tells the linker to bind references within the shared library, when possible. WI和-Bsymbolic告诉链接器在可能的情况下绑定共享库中的引用。 www.infoq.com 5. Restarting the computer is needed because Safe Web uses a shared library with other F-Secure products. 重启机器是必要的,因为SafeWeb与其他F-Secure产品使用共同的数据库。 bbs.kafan.cn 6. Add the shared library you created in the preceding steps to the libraries section. The following figure shows this step. 将上一步创建的共享库添加到libraries中,如下图所示。 www.ibm.com 7. You might notice that the data sections are also loaded to the same segment: the shared library segment 0xf. 您可能注意到数据部分也加载到同一段中:共享库段0xf。 www.ibm.com 8. If mode is off, symbols must be loaded manually, using the shared library command. 如果mode设置为off,符号必须被手动载入,使用sharedlibrary命令。 codex.wordpress.org.cn 9. To reduce the deploy time, you can set up the shared library on the server. 为减少部署时间,可以在服务器上建立共享库。 www.ibm.com 10. Its extensible design allows for easy development of native applications as shared-library plugins. 它的扩展设计考虑到本机应用程序的平缓开发当共享类库插件。 dictsearch.appspot.com 1. Address to symbol name mapping is then performed by the a2n shared library, with the help of the jprof tool for Java code. 在用于Java代码的jprof工具的帮助下,a2n共享库可以完成地址到符号名的映射。 www.ibm.com 2. However, shared library text and data are also used in this segment (0x2). 但是,共享的库文本和数据也使用这个段(0x2)。 www.ibm.com 3. The shared library in this demonstration implements a print method. 该演示中的共享库实现一个打印方法。 www.ibm.com 4. So you must replace these in every package that you want to build as a shared library. 所以如果你需要构建共享库的时候,你要把每个软件包里面的这两个文件替换掉。 www.finkproject.org 5. Now we're all set to compile and execute the client that uses the shared library we've just built. 现在完成了编译所需要的设置以及执行客户所用的刚构建的共享库。 www.ibm.com 6. In the FlatFileLib shared library, create an interface to the generic delimited data handler. 在FlatFileLib共享库中,创建到带分隔符数据的通用处理程序的接口。 www.ibm.com 7. From the dropdown list, select the Shared Library you just created, and then OK or Apply. 从下拉框中,选择刚刚创建的共享类库,然后单击OK或Apply。 www.ibm.com 8. The application loads the JDBC driver, and the driver uses the shared library to communicate with the DB2 server. 应用程序加载JDBC驱动程序之后,该驱动程序用共享库与DB2服务器进行通信。 www.ibm.com 9. The above error message indicates that you might need to extract the shared object bsashr10. o from the shared library libTDPinf. a. 以上错误消息表明,您可能需要从共享库libTDPinf.a中提取共享对象bsashr10.o。 www.ibm.com 10. However, you can load and unload a shared library on a mainframe. 不过在大型机上可以加载或卸载共享库。 www.ibm.com 1. To selectively export symbols from a shared library, use the g attribute mechanism. 为了从一个共享库中有选择地导出符号,可以使用g 属性机制。 www.ibm.com 2. Show stop-on-solib-events Show whether GDB stops and gives you control when shared library events happen. 显示当共享库事件发生时,是否GDB停止并把控制权交给你。 blog.csdn.net 3. How do I convert my USRDLL to a regular DLL that uses the MFC shared library? 如何将USRDLL转换为使用MFC共享库的规则DLL? msdn2.microsoft.com 4. One useful tool for debugging shared library problems is. 是调试共享程序库问题的一个实用工具。 www-128.ibm.com 5. Any function from any shared library will serve this purpose. 来自所有共享库的任何方法都可以满足这一目的。 www-128.ibm.com 6. One useful tool for debugging shared library problems is ldd. ldd是调试共享程序库问题的一个实用工具。 www.ibm.com 7. You will use the MATLAB compiler to create a C shared library that will contain the matrix inversion function. 您将使用MATLAB编译器创建一个C 共享库,该库将包含矩阵求逆函数。 www.ibm.com 8. Can I replace objects in a shared library? 我能更改一个动态连接库里的目标吗? blog.sina.com.cn 9. To build a shared library, you invoke the compiler driver with the -dynamiclib option. 要构建一个共享库,你要使用-dynamiclib选项调用编译器。 www.finkproject.org 10. There is less risk of typing errors, and the shared library provides a single point to update for changes and bug fixes. 键入错误的风险会减少,并且共享库将为更新修改和bug修复提供单一入口点。 www.ibm.com 1. This tutorial shows you how to compile and run your VTI UDR as a shared library. 本教程向您展示如何编译并将您的VTIUDR作为共享库运行。 www.ibm.com 2. When creating a shared library, you can specify a name to be used when searching for the library at run time. 当创建一个共享库时,你可以指定一个在运行时搜索函数库所用的名字。 www.finkproject.org 3. Segment fourteen (0xD) is reserved for shared library text. 第14段(0xD)为共享的库文本保留。 www.ibm.com 4. In UNIX-like systems, such as Solaris, the LD_LIBRARY_PATH environment variable specifies the shared library search order. 在类UNIX系统中,如Solaris,LD_LIBRARY_PATH环境变量可以指定共享库搜索顺序。 www.ibm.com 5. Version numbers to the rescue -- a shared library will have a version. 版本号可以解决这个问题——共享的程序库将拥有一个版本号。 www.ibm.com 6. To use the logging methods, include the splogger shared library in your project. 要使用这些日志方法,则需要将splogger共享库包含到自己的项目中。 www.ibm.com 7. Compile the C UDR and create a shared library. 编译CUDR并创建一个共享库。 www.ibm.com 8. Create a native function in SPL that wraps the C shared library. 在SPL中创建一个本机函数来封装C 共享库。 www.ibm.com 9. Create a new Classloader by clicking New and adding the newly created shared library iwwcm_20. 通过单击New并添加新创建的共享库iwwcm_20,来创建新的Classloader。 www.ibm.com 10. It can be of three-type kernel code, user code, and shared library code. 它可以有三种类型:内核代码、用户代码和共享的库代码。 www-128.ibm.com 1. Use MATLAB compiler to create a C shared library. 使用MATLAB编译器创建一个C 共享库。 www.ibm.com 2. Once the Shared Library is configured, you will need to configure a classloader for each application server that is running the WSGW. 一旦共享类库配置完毕,需要为每台运行WSGW的应用服务器配置一个类库加载器。 www.ibm.com 3. As of version 1. 1, Geronimo supports a shared library directory. 从版本1.1开始,Geronimo支持共享库目录。 www.ibm.com 4. libMatlab_inv. so: This is the shared library that contains the C function implementations generated from the MATLAB code. libMatlab_inv.so:这是共享库,包含从MATLAB代码生成的C 函数实现。 www.ibm.com 5. Or, you can make it more widely available by creating a shared library so that any module using that shared library can see it. 或者,您也可以通过创建共享库来扩大其使用范围,以使任何使用共享库的模块都能进行使用。 www.ibm.com 6. Xerces-C is a validating XML parser that is provided as a shared library. Xerces-C 是一个作为共享库提供的XML验证解析器。 www.ibm.com 7. We'll see the shared-library code segments all have the same Vsid, while the shared-library data segments all have distinct Vsids. 我们将看到共享库的代码段都具有相同的Vsid,而共享库的数据段都具有不同的Vsid。 www.ibm.com 8. In this case I defined a variable called wps. home to point to the shared library directory for the local WebSphere Portal installation 在本例中,我定义了一个名为wps.home的变量,让它指向本地WebSpherePortal安装的共享库目录 www.ibm.com 9. There are a few conditions that force a shared library to be mapped privately on 32-bit AIX 有几种条件会强制共享库独立映射到32位AIX上 www.ibm.com 10. Each code module in your shared library should define the GOT as an external symbol 每个在你的共享库中的代码模块都应当把GOT定义为一个标志符 www.programfan.com 1. To control the automatic loading of shared library symbols, use the commands 控制是否自动载入共享库的符号,使用下面的命令 blog.csdn.net 2. Now you need to configure Service Registry with the previously configured shared library as follows 现在,您需要使用先前配置的共享库配置ServiceRegistry,如下所示 www.ibm.com 3. Try out the shared library in a standalone C application 在一个独立C 应用程序中试用共享库 www.ibm.com 4. Now assign the shared library to the portal classloader 现在将共享库分配到门户类加载程序 www.ibm.com 5. Step 6b: Configure Service Registry with the new shared library containing the plug-in 步骤6b:使用包含插件的新共享库配置ServiceRegistry。 www.ibm.com 6. The shared library and two instances of client executable are built as follows 共享库和客户机可执行文件的两个实例的编译方法如下 www-128.ibm.com 7. Step 6a: Configure Application Server with the shared library 步骤6a:使用共享库配置应用服务器。 www.ibm.com 8. Design of network deception system based on Linux shared library injection 基于Linux共享库注射技术的网络诱骗系统设计 www.ilib.cn 9. clientlib and server lib value specifies the full path and name of the GSSCSM shared library clientlib和serverlib值指定GSSCSM共享库的完整路径和名称 www.ibm.com 10. ELIBEXEC Cannot exec a shared library directly 不可直接执行一个共享库 jdxy.bjpeu.edu.cn 1. Handle to the shared library file 到共享库文件的句柄 www-128.ibm.com 2. ELIBACC Cannot access a needed shared library 要求共享的库不能被访问 jdxy.bjpeu.edu.cn 3. The shared library, libcalculator. so, you build using the command in Listing 7. The libcalculator. so 您可以使用清单7中的命令来构建共享库libcalculator.so。 www.ibm.com 4. Get to know your shared library 初识共享程序库 www-128.ibm.com 5. Sometimes, after running slibclean, you may still be prohibited from copying a shared library. For example 有时,在运行slibclean后,您可能仍然无法复制共享库。 www.ibm.com |
||||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。