应用程序类 meaning in English
application class
Examples
- This policy allows an application classloader to override and provide its own version of a class that exists in the parent classloader
该方案允许应用程序类装载器优先于父类,并提供存于父类中的自身的类版本。 - You can either use a simple gui interface or a console application to run the bytecode enhancements on your application class files
可以使用一个简单的gui界面或者控制台应用程序来在应用程序类文件上运行字节码增强。 - The following code example instructs the asp . net application compiler to dynamically compile a new application class that extends the
下面的代码示例指示asp . net应用程序编译器动态编译新的应用程序类,该应用程序类扩展 - If those settings are being read from a jndi . properties file , it will need to be in the application s classpath as well
如果是从jndi . properties文件里读取这些设置,那么,该jndi . properties文件必须保存在应用程序类路径中。 - This simplifies application event handling because you do not need to lock non - static members in the application class when you access them
由于在访问应用程序类中的非静态成员时不需要将其锁定,这样可以简化应用程序的事件处理过程。