在示例应用程序中,您只需要加载类型属性包;例如,autoparts . properties。
In the sample application, you only want to load bundles of type properties; for example, autoparts.properties.
元数据api使客户端(如编译器)可以生成或访问组件的元数据,而无需公共语言运行时(CLR)加载类型。
The metadata API enables a client, such as a compiler, to generate or access a component's metadata without the types being loaded by the common language runtime (CLR).
未能从程序集“%2”加载类型“%1”,原因是对象在偏移量%3处重叠,并且该程序集必须是可验证的。
Could not load type '% 1' from assembly '% 2' because objects overlapped at offset % 3 and the assembly must be verifiable.
然后,该页面动作方法利用请求url,以判断数据类型和数据标识符,加载数据,然后导航到适当的模板。
The page action method then mines the request URL to determine the type of data and the data identifier, loads that data, and then navigates to the appropriate template.
这种类型的更改的目的是支持不同的配置文件,同时避免加载资源受限的不需要的部分引擎,例如手持设备。
The purpose of that type of change is to support different profiles, avoiding the loading of parts of the engine that are not required where resources are limited, such as on handheld devices.
执行加载操作时,这取决于目标表的类型和其他几个属性。
It depends on the type and a few other properties of the target table while performing the loading operation.
使用URI机制指定新媒体类型的能力可以允许接收应用程序为新媒体类型加载处理程序。
The ability to specify new media types using URI mechanism may allow receiving applications to load handlers for new media types.
比如,加载处理没有使用的文件类型的插件是没有意义的。
For example, it's useless to load a plug-in to process file types that are not in use.
请注意文档类型声明,它用于加载一个DTD,其中包含所有应进行本地化的字符串(基本上包括呈现给用户的所有自然语言字符串)。
Notice the document type declaration, which is used to load a DTD, which contains any strings that should be localized (basically any natural language strings presented to the user).
提示:以下命令将提供一个列表,其中包含ServiceRegistry中加载的所有配置文件,文件类型为sacl。
Hint: the following command provides you with a list of all the configuration files loaded in Service Registry, the file type is sacl.
管理命令应该扩展AbstractAdminCommand,并且应该为其提供程序提供两种类型的构造器,以创建和加载命令。
An admin command should extend AbstractAdminCommand, and should provide two types of constructors for its provider to create and load the command.
此外,您还探索了DataStage如何将这些转换的数据加载到两个表中,一个具有传统SQL数据类型,一个同时具有关系和xml列。
In addition, you explored how DataStage can load this transformed data into two tables, one with traditional SQL data types and one that features both relational and XML columns.
强类型资源类还将嵌入的XML文件转换为能够轻松加载到 XmlDocument对象中的字符串。
The strongly typed resource class also converts the embedded XML file into a string that can be easily loaded into an XmlDocument object.
您可以看到,强类型资源类自动将.png文件转换为能够直接加载到PictureBox中的Image对象。
You can observe that the strongly typed resource class automatically converts a.png file into an Image object that can be directly loaded into a PictureBox.
使用load方法并传递需要加载的类类型以及记录的标识符值。
You use the load method and pass it the class type you want to load, as well as the identity value for the entry you want.
加载包含portlet的页面,并单击Submit按钮,查看日志文件是否输出了ContentManager服务器上定义的实体类型。
Load the page that has the portlet and click the Submit button to see if the log file prints out the types of entities defined on the Content Manager server.
_ loaditemset函数从项目集中加载值并应用编辑器,然后返回包含具有正确数据类型的项目的JSON对象。
The _loaditemset function loads values from the item set and applies the editors, and then returns a JSON object that contains the items with correct data types.
对于类型和布局有些设计者仍然想要100%的控制,他们希望自由使用图片、Flash和其他加载很慢的元素来实现这一点。
Some designers still want 100% control over type and layout, and they want the freedom to use images, Flash and other slow-loading elements to achieve it.
分布数据的加载和分布图的创建类似于销售数据和销售图的创建,唯一不同的是使用了Pie类型的图,如清单7 所示。
The loading of the distribution data and the creation of the distribution chart are similar to those of the sales data and chart, except that the plot type Pie is used, as shown in Listing 7.
这些特殊类型已进行建模,当将这其中某种特殊类型的文档加载到Registry andRepository 中时,则会将其分解为更细粒度的内容模型。
These special types are modeled, and when one of these special types of document is loaded into Registry and Repository, it is shredded into a finer-grained content model.
在加载文档之后,Service Registry把XML模式文档解析为各个逻辑部分:复杂类型、简单类型、元素和属性。
Upon loading, it parses the XML schema document into its logical parts: complex types, simple types, elements, and attributes.
修改后的方法可以加载许多类型不同的对象,因为他们需要在同一个会话中加载,保证了对象的标识加载了不止一次。
The revised method can load as many different types of objects as it needs to in the same session, which guarantees the identity of objects loaded more than once
因此,ClojureScript缺少eval和其他类型的运行时代码加载能力。
As a consequence ClojureScript lacks eval or other types of runtime code loading.
比如,给定一个DTD(文档类型定义,Document Type Definition)的系统标识符和公共标识符,实体目录(entity catalog)可用于规定XML处理程序从哪里加载dtd。
For example, you can use an entity catalog to specify the location from which an XML processor loads a Document Type Definition (DTD), given the system and public identifiers for that DTD.
当然,其他类型的数据可以很容易地显示在一个线程的方式加载。
Of course, other types of data could just as easily be displayed and loaded in a threaded manner.
实现or g. relaxng .datatype . DatatypeLibrary接口的类:给定类型的本地名之后该类负责加载适当的数据类型类。
A class that implements the org.relaxng.datatype.DatatypeLibrary interface: This class is responsible for loading the right datatype class given the type's local name.
实现or g . relaxng .datatype . DatatypeLibraryFactory接口的工厂类:给定类型库的名称空间uri后,该类负责加载适当的数据类型库。
A factory class that implements the org.relaxng.datatype.DatatypeLibraryFactory interface: This class is responsible for loading the right datatype library given the library's namespace URI.
这段代码将把initrd映像提取到initrd文件中;然后将使用ext2文件系统类型加载这个文件,以加载temp。
This will extract your initrd image to a file initrd; then you mount this file with the ext2 file system type to mount point temp.
当在PortletWAR文件中对自定义有效负载类型打包时,通常就会出现这种序列化情况,因为每个Web模块是在各自的类加载器中进行部署的。
This serialization is commonly the case when custom payload types are packaged in the portlet WAR file because each Web module is deployed in its own class loader.
PAM服务模块是一组动态可加载对象,PAM -SPI (PAM - serviceproviderinterface)可以调用它来提供某种类型的用户验证。
The PAM service modules are a set of dynamically loadable objects invoked by the PAM-SPI (PAM-service provider interface) to provide a particular type of user authentication.
应用推荐