Listing 19 shows how to add the Location class to the admin tool.
清单19展示了如何将location类添加到这个管理工具中。
You can put all of them in a single class or interface (to centralize all of your message definitions in a single location), or you can place these constants in the classes where they are used.
可以将它们放在单独的类或接口中(将所有消息定义集中到一个地点),也可以放在使用到它们的类中。
The service class simply writes out the values as a small XML file in a temporary location.
这个服务类只是在一个临时位置中以一个XML小文件的形式写出一些值。
In earlier steps, you provided the information required for the ZRM, including data source class name, database location, and access information for the database.
在前面的步骤中,您已经提供了ZRM所需的信息,包括数据资源类名、数据库位置和数据库的访问信息。
A module name or location change is conceptually similar to a class name change but must be handled quite differently.
在概念上,模块的名称或位置的改变类似于类名称的改变,但处理方式却完全不同。
So when you want to rename a method or class, it's easy for the environment to find every use of it by pinpointing the location in the AST.
因此,当需要重新命名一个方法或者类的时候,开发环境很容易通过在 AST 中精确定位找到方法或类被引用的每个地方。
Once you understand the class loaders involved in the loading of the library, you can resolve these types of problems by placing the library in an appropriate location.
一旦理解了库装入过程所涉及的类装入器,就可以通过把库放在合适位置来解决这类问题。
To fix this, either move the class into a directory or JAR file specified in the classpath, or add the location where the class is stored to the classpath.
要修复这个问题,可以把类移动到类路径中指定的目录或JAR文件中,或者把类所在的位置添加到类路径中。
Other versions (newer and older) may work, but the location of the required class file within it may have changed.
其他版本(更新版本和更旧版本)也可以运行,但它所需的各类文件的位置会发生改变。
Once the class has been resolved, the original code location is modified in a thread-safe way to access the static field's address directly because that address is then known.
类一旦被解析,就会以一种线程安全的方式修改原始代码位置以便直接访问静态字段的地址,因为此时已获知该地址。
For example, one JVM instance might load a class from a particular location from disk, and a subsequent instance might load that class from a different location or even over the network.
例如,一个JVM实例可能从磁盘的某个特定位置加载类,而后面一个实例可能从不同的位置甚至网络加载该类。
EXTERNAL NAME: This parameter determines the location of the class file or JAR file and the method inside the file for the particular stored procedure.
EXTERNALNAME:这个参数决定某个存储过程的类文件或JAR文件的位置以及文件内的方法。
A permissions class with a static initializer provides a single location for declaring and configuring available application permissions.
带有静态初始化器的permissions类为声明和配置可用的应用程序权限提供单一位置。
It is an optional attribute, which you use if your application requires loading class definitions by reading their location from ApacheDS.
这是个可选属性,如果应用程序需要从ApacheDS读取类的位置以便装入类定义的时候才用这个属性。
Refer to the vendor documentation for detailed information, including the URL format, the driver class name, and the name and location of the driver jar files.
有关详细信息,请参阅厂商文档,包括url格式、驱动器类名、驱动器jar文件的名称和位置。
The completions offered at the given location are therefore in the context of the Point class instead of that of the defining aspect.
在图示的位置上,代码补全功能提供的是在Point类的上下文中,而非所在aspect的上下文中。
There is no need to further specify the Marshaller interface because we will get prompted to specify the location of this class by the wizard when the pattern is applied.
没有必要去进一步指定Marshaller接口,因为应用模式时向导会提示我们指定这个类的位置。
The context configuration location now points to the AppContext configuration class.
上下文配置位置现在指向AppContext配置类。
TurboGears quickstart provides a project with a controllers.py module that is the location of the Root controller class.
TurboGearsquickstart提供了一个具有 controllers.py模块的项目,该模块是Root控制器类所在的位置。
EAz implements a permissions class as a single standard location for an EAz application to declare its permissions and actions.
EAz实现permissions类的方式使其成为EAz应用程序声明其权限和操作的单一标准位置。
Because the classpath of cl1 is regarded as a directory, that class loader is able to find class Z in that location and is able to load it.
因为cl1的类路径被当作目录,所以这个类装入器能够找到在这个位置的类z,并能够装入它。
Here you added the image just as you did in the standalone class, except that you retrieve parameters from the servlet request to determine the location and title of the file to be added.
此处我们添加了图像,其操作和在standalone中添加图像一样。不同之处就是需要从servlet请求中检索参数,以决定待添加文件的位置和标题。
JamonOperationsImpl is an operations class responsible for doing the actual work, like adding a dependency in the pom.xml or copying resources to the desired location.
JamonOperationsImpl是一个操作类,负责执行实际工作,比如在pom .xml中添加依赖项,或将资源复制到所需的位置。
The combination of permissions and CodeSource (code location and the certificates that were used to verify the signed code) are encapsulated in the ProtectionDomain class.
许可权组合与CodeSource(被用于验证签码(signed code)的代码位置和证书)被封装在protectiondomain类中。
The information includes the class name, its package, and the class file's location. The format of this information is similar to the following.
此信息包含类名、其软件包以及类文件的位置。
Open the class EGLWizardUtilitiesTest and modify the following statement to point to the location of the EGLResources.xml file that was unzipped to the same directory as the sample code in step 1.
打开类eglwizardutilitiestest并修改下面的说明来指向EGLResources . xml文件的位置,这一文件与步骤1中的样本代码被打开在相同的目录中。
The LocationFormDataProvider class provides the location-related data for the specified zip code value.
LocationFormDataProvider类提供了位置相关数据来获得特定的邮政编码值。
The LocationFormDataProvider service uses the LocationService class to provide the location-related data to the auto-populate control.
LocationFormDataProvider服务使用LocationService类为这个自动填充控件提供与位置相关的数据。
This may well be confusing both to the caller (because the first Widget got moved unexpectedly) and to the Widget class (because its location changed without the Widget code being involved).
这可能对于调用者(因为第一个Widget意外地移动了)和Widget类(因为它的位置改变了,而与Widget代码无关)来说都会产生混淆。
CaseStartingFolder (OVP, controls location of new cases) - if set, this property controls where the new case (an instance of the CaseFolder sub-class) is filed upon creation.
CaseStartingFolder (ovp,控制新案例的位置)—如果设置了这个属性,它控制在创建时新案例(casefolder子类的实例)归档的位置。
应用推荐