单词 | class libraries | ||||||||
释义 | class libraries
更多释义 收起释义 例句释义: 类库,类别库,物件类别程式库 1. Because Java makes threads so easy to use, the Java class libraries require their use in a number of places. 因为Java让线程变得易于使用,Java的类库也在好几处用上了线程。 www.bing.com 2. Because there is no configuration file model for class libraries, application settings do not apply for Class Library projects. 由于没有类库的配置文件模型,应用程序设置不适用于类库项目。 msdn2.microsoft.com 3. Demands are usually used in class libraries to help protect resources. 要求通常在类库中用来帮助保护资源。 msdn2.microsoft.com 4. If you design class libraries, you need to understand code access security and be careful to secure your class library. 如果设计类库,则需要了解代码访问安全性,并仔细地保护您的类库。 msdn2.microsoft.com 5. What are the differences between the native method interface in the External Class Libraries Framework and the KNI? 外部类库框架中的nativemethod接口跟KNI有什么区别? www.aplixcorp.com 6. Application Designer does not support the design or direct representation of class libraries on the application diagram. 应用程序设计器不支持在应用程序关系图上设计或直接表示类库。 msdn2.microsoft.com 7. Class libraries cannot be added to a project in Visual Web Developer. 不能在VisualWebDeveloper中将类库添加到项目。 msdn2.microsoft.com 8. Server runtime is made up of the class libraries and their access rules for a specific type and version of server. 服务器运行时由类库及其对特定类型和版本的服务器的访问规则。 www.ibm.com 9. For applications that have no user interface, such as class libraries or console applications, this step is not necessary. 对于没有用户界面的应用程序而言(如类库或控制台应用程序),则不需要这个步骤。 msdn2.microsoft.com 10. Minimize code in application assemblies ( EXE client assemblies ). Use class libraries instead to contain business logic. 尽量减少应用程序集(客户端EXE程序集)的代码。采用类库而不要包含业务逻辑层代码。 www.mimi163.net 1. Like many class libraries, the STL includes container classes: classes whose purpose is to contain other objects. STL就像很多其他类库一样包含容器类:类是用来容纳其他对象的。 www.cnblogs.com 2. WebSphere Message Broker V6 ships with a number of sample message flows that demonstrate the use of different class libraries. WebSphereMessageBrokerV6附带了大量的示例消息流,演示了如何使用不同的类库。 www.ibm.com 3. Contains topics about referencing class libraries from applications on the application diagram. 包含有关从应用程序关系图上的应用程序引用类库的主题。 msdn2.microsoft.com 4. Class libraries do not require a Main procedure. 类库不需要Main过程。 msdn2.microsoft.com 5. Please note that these instructions are primarily for class libraries, console, and Windows applications. 注意,这些说明主要是面向类库、控制台以及Windows应用。 www.infoq.com 6. This topic provides guidelines for implementing common design patterns in class libraries. 本主题提供在类库中实现通用设计模式的准则。 msdn2.microsoft.com 7. Describes security considerations for class libraries. 描述类库的安全注意事项。 msdn2.microsoft.com 8. This makes team development easier by enabling better management of the class libraries you create in your projects. 这样就可以更好地管理在项目中创建的类库,从而更易于进行团队开发。 msdn2.microsoft.com 9. I've already talked about two examples where backward compatibility limited the generification of the class libraries. 我已经讨论了两个例子,其中向后兼容性限制了类库的泛化。 www.ibm.com 10. Using secure class libraries: Your class libraries use code access security to specify the permissions they require in order to be accessed. 使用安全类库:类库使用代码访问安全性来指定访问类库所需权限。 msdn2.microsoft.com 1. Because class libraries do not have an entry point, their only option for this property is (None). 因为类库没有入口点,所以对于它们此属性的唯一选项是“(无)”。 msdn2.microsoft.com 2. The new language features make building reliable and maintaining class libraries much easier. 新语言特性使构建可靠的类库和维护类库更加容易。 www.ibm.com 3. This makes it possible to represent the interaction between these class libraries and other applications on the application diagram. 这样便可以在应用程序关系图上表示这些类库与其他应用程序之间的交互。 msdn2.microsoft.com 4. A good class library designer creates class libraries that use a vocabulary derived from the problem domain. 一个好的类库设计者创立类库,使用的词汇来源于成绩域。 www.kfc4008823823.com 5. He has a broad range of programming experience, having worked on development tools, class libraries, and operating systems. 他有着广泛的编程经验,曾致力于开发工具、类库和操作系统的相关工作。 www-128.ibm.com 6. You then encapsulate that potentially reusable code in class libraries by generating DLL files. 然后,通过生成DLL文件将潜在可重用的代码封装到类库中。 msdn2.microsoft.com 7. The best way to tune a detector is to run it on a large code base, such as the JDK class libraries (rt. jar), Eclipse, or JBoss. 优化检测器的最佳方法是在JDK类库(rt.jar)、Eclipse或JBoss之类的大型代码基址上运行它。 www.ibm.com 8. Listing 7 begins by loading the Zend class libraries, and then initializing an instance of the Zend_Gdata service class. 清单7首先加载Zend类库,然后初始化Zend_Gdata服务类的一个实例。 www.ibm.com 9. On the Project Explorer tab, right-click the NewAtomFeed project and select Properties to add class libraries to the build path. 在ProjectExplorer选项卡中,右键单击NewAtomFeed项目并选择Properties,将类库添加到构建路径。 www.ibm.com 10. ASP. NET Web services can be used as facades for business functions written in class libraries. ASP.NETWeb服务可用作在类库中编写的业务函数的外观。 msdn2.microsoft.com 1. Class libraries are reusable, but with the caveat that they be bounded by the language runtimes. 类库是可以重新使用的,但他们可能被限制于语言运行时环境。 www.cnblogs.com 2. First Listing 2 loads the Zend class libraries, and then initializes an instance of the Zend_Gdata service class. 首先,清单2加载Zend类库,然后初始化Zend_Gdata服务类的一个实例。 www.ibm.com 3. Many C class libraries provide object oriented wrappers for the functions provided by these APIs. 很多C 类库又在这些基础库之上完成了面向对象封装。 book.51cto.com 4. Listing 3 first loads the Zend class libraries and then initializes an instance of the Zend_Gdata service class. 清单3首先加载Zend类库,然后初始化Zend_Gdata服务类的一个实例。 www.ibm.com 5. Describes guidelines for naming types and members in class libraries. 描述命名类库中的类型和成员的准则。 msdn2.microsoft.com 6. Listing 2 first loads the Zend class libraries, and then initializes an instance of the Zend_Http_Client class. 清单2首先加载Zend类库,然后初始化Zend_Http_Client类的一个实例。 www.ibm.com 7. IKVM. OpenJDK. *. dll: This is the "compiled version of the Java class libraries, plus some additional IKVM. NET specific code. " dll:这是“Java程序库编译后的版本,外加一些IKVM.NET特有的代码”。 www.infoq.com 8. Includes documentation on Mono class libraries. 包括关于Mono类库的文档。 www-128.ibm.com 9. To resolve this condition, you will need to update all the Web references in the affected class libraries. 若要解决此问题,需要更新受影响类库中的所有Web引用。 msdn2.microsoft.com 10. The CLR covers only basics equivalent to the Java core class libraries. CLR只包含了与Java核心类库等价的基本内容。 www-128.ibm.com 1. The Framework class libraries streamline the development process and provide access to essential system functions. Framework类库可以简化开发过程并提供对必要系统资源的访问。 msdn2.microsoft.com 2. We're also working on some core improvements to gcj: updating the compiler, runtime, and class libraries to Java 5. 我们也在为gcj的核心改进而努力工作着:将编译器,运行时和类库更新到Java5。 www.infoq.com 3. Listing 3 begins by loading the necessary class libraries and defining the user's account credentials. 清单3首先载入必要的类库并定义帐户凭据。 www.ibm.com 4. In addition, a wide variety of third-party class libraries are available on the Internet. 此外,在Internet上还提供了多种第三方类库。 www.ibm.com 5. Web applications are deployed as class libraries. 作为类库部署Web应用程序。 msdn2.microsoft.com 6. Listing 5 first loads the Zend Framework class libraries and sets up an authenticated HTTP client. 在清单5中,首先载入ZendFramework类库,并且设置一个已通过验证的HTTP客户机。 www.ibm.com 7. Flash 8 further extended ActionScript 2 by adding new class libraries with APIs for controlling bitmap data at runtime and file upload. Flash8进一步扩展了ActionScript2,添加了新的类库以及用于在运行时控制位图数据和文件上传的API。 www.ibm.com 8. In using the common language runtime and class libraries, you probably will need to use attributes at some point. 在使用公共语言运行库和类库时,有时可能需要使用属性。 msdn2.microsoft.com 9. The use of naming patterns to group related types into namespaces is a very useful way to build and document class libraries. 利用命名模式将相关类型分组为命名空间是生成和记录类库的一种非常有用的方式。 msdn2.microsoft.com 10. Always put remote objects in class libraries. 总是将远程对象放在类库里。 cnc.cnchm.com 1. They also use classes from the Java runtime class libraries (such as java. lang. String) and may use third-party libraries. 它们还使用Java运行时类库中的类(比如java.lang.String),并且可以使用第三方库。 www.ibm.com 2. The Universal Server is written using the CameronFIX class libraries. 通用服务器由CameronFIX类库编写。 cameronsystems.com 3. These are fully object-oriented languages with complete and powerful class libraries. 它们是完全面向对象的语言,带有完整而强大的类库。 www-128.ibm.com 4. Internally, the Java class libraries make use of them. Java类库在内部使用它们。 www.ibm.com 5. It doesn't require any custom templating engines or class libraries. 它不需要任何已定义的模板引擎或者类库。 www.infoq.com 6. Download these samples to learn more about the. NET Framework Base Class Libraries. 下载这些示例以进一步了解.NETFramework基类库。 msdn2.microsoft.com 7. The framework unifies these disparate models and gives Visual Basic and JScript programmers access to class libraries as well. 该框架统一了这些完全不同的模型,还为VisualBasic和JScript程序员提供了对类库的访问。 msdn2.microsoft.com 8. For example, implementation of core class libraries might require cross-package calls or the need to bypass other Java security checks. 举例来说,核心类库的实现可能需要跨包调用或者需要绕过其他Java安全性检查。 www.ibm.com 9. Referencing Class Libraries from Applications on Application Diagrams 在应用程序关系图中从应用程序引用类库 msdn2.microsoft.com 10. When creating class libraries for a component, use the following namespace format 创建组件的类库时,使用以下命名空间格式 msdn2.microsoft.com 1. Construction of object-oriented compilation class libraries 面向对象编译类库构造 service.ilib.cn 2. The Flex Framework - the predefined class libraries and application services Flex框架——预定义类库和应用服务 www.bing.com 3. Consider the following guidelines when designing class libraries for multithreading 在为多线程设计类库时,请考虑以下准则 msdn2.microsoft.com 4. This topic contains the following sections, which provide considerations on preparing to debug class libraries 此主题包含以下几部分,这些部分提供有关准备调试类库的注意事项 msdn2.microsoft.com 5. Design Guidelines for Developing Class Libraries 开发类库的设计指南 www.ichacha.net 6. Reverse-Engineering Web References in Class Libraries 反向工程处理类库中的Web引用 msdn2.microsoft.com 7. Web References and Custom Web Service Client Proxy Classes in Class Libraries 类库中的Web引用和自定义Web服务客户端代理类 msdn2.microsoft.com 8. TN_1105: Why Class Libraries are not shown on an Application Diagram TN_1105:为何应用程序图上不显示类库 msdn2.microsoft.com 9. VM size and class libraries have been reduced to a standard of 50 to 80 KB of object code VM的大小和类库已减小为50到80KB目标代码的标准 www.ibm.com 10. Describes the recommended design pattern to implement in class libraries to clean up unmanaged resources using the 描述推荐设计模式,该模式要在类库中实现以使用 msdn2.microsoft.com 1. This topic contains the following sections, which provide considerations about how to prepare to debug class libraries 此主题包含以下几节,这几节提供了有关如何准备调试类库的注意事项 msdn2.microsoft.com 2. How to: Reference Class Libraries from Applications on Application Diagrams 如何:从应用程序关系图上的应用程序引用类库 msdn2.microsoft.com 3. TN_1108: Connecting Applications to Web Services via Class Libraries TN_1108:通过类库将应用程序连接到Web服务 msdn2.microsoft.com 4. Effects of Using Class Libraries 使用类库的影响 blog.cnbie.com 5. Improvement of Java Class Libraries Based on Design Patterns 应用设计模式改进Java类库 www.ilib.cn 6. For information about how to perform specific tasks using the class libraries, see 有关如何使用类库执行特定任务的信息,请参见 msdn2.microsoft.com 7. Upgrade Issues in JDK Level 1. 1. 4 Class Libraries JDK1.1.4级类库中的升级问题 msdn2.microsoft.com |
||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。