在程序载入的同时又程序加载器载一个动态链接库。程序可以从动态链接库中直接调用函数。
DLL loaded by the program loader at the same time as the application program that USES it is loaded. Application programs may call functions from this DLL directly.
因而,虽然加载器让编写安全的程序成为 可能,但您还不得不去防范恶意的环境变量。
Thus, the loader makes it possible to write secure programs, but you still have to protect against malicious environment variables.
为了理解应用程序在加载时的行为,您需要能够了解应用程序服务器环境本身。
To understand how your application behaves under load, you need to be able to see into the application server environment itself.
这里,我们使用反射的原因是因为我们已经使用非系统类加载器加载了应用程序。
Here, we use reflection because we have loaded the application using a class loader that is not the system class loader.
它还展示了类加载器信息——再说一遍,这很简单,因为应用程序太简单了。
It also shows class loader information — again, this is simple because the application is so simple.
如果应用程序非常依赖短期存活的类加载器,且托儿所收集能够及时处理其他已分配对象,那么保留区收集可能不会频繁发生。
If an application relies heavily on short-lived class loaders, and nursery collections can keep up with any other allocated objects, then tenure collections might not happen very frequently.
请注意,. NET程序集加载器首先会在请求的区域名称和可用附属程序集的区域名称之间尝试查找完全匹配的语言和区域。
Note that the.net assembly loader will first attempt to find an exact match with both language and region between the requested culture name and the culture name of an available satellite assembly.
在这个场景中,当加载这个框架集时,也会首次将一组核心实用程序例程加载到脚本框架中;与此同时,服务器和用户设置也被加载到会话框架中。
In this scenario, as the frameset loads, a small set of core utility routines is initially loaded into the script frame; at the same time, server and user Settings are loaded in the session frame.
命令提供程序将使用这些构造器创建或加载步骤。
The command provider will use these constructors to create or load a step.
例如,如果动态链接器不能找到某个给定的程序库,那么它将停止加载程序。
For example, if the dynamic linker can't find a given library, it will abort loading the program.
当应用程序重启但它们的类加载器没有清理时,将发生应用程序类加载器泄露。
An application class loader leak occurs when applications are restarted but their class loaders are not cleaned up.
需要确保构建相关开关加载文件,并将其放置在适当的路径,以便事务管理器将其与应用程序一起加载。
You needs to make sure that the relevant switch-load file is built and placed in a proper path for the transaction manager to load along with the application program.
如果. NET程序集加载器找不到完全匹配项,则会查找具有匹配语言的可用附属程序集。
If the.net assembly loader cannot find an exact match, it will then look for an available satellite assembly with a matching language.
在讨论引导新的驱动器之前,需要了解一些引导加载程序理论。
Before I discuss booting up your new drive, a little boot loader theory is required.
诸如MS - DOS之类的操作系统可以加载其他设备驱动程序,例如CD - ROM驱动器,但是需要所有硬件驱动程序在启动时就已经加载上来了。
An operating system such as MS-DOS can load additional device drivers, such as CD-ROM drivers, but needs all of the hardware drivers already loaded at startup.
当HPC映像被加载后,VCL管理器调度程序将识别它并开始为它分配工作。
When an HPC image is loaded, the VCL manager scheduler recognizes it and begins to assign it work.
因为是在程序执行前进行AOT编译的,所以编译器无法预测加载了哪些类。
Because AOT compilation occurs before the program executes, the compiler can't make any assumptions about which classes have been loaded.
数据通过标准的提取、转换和加载(etl)连接器加载,然后可供商业智能和分析应用程序进行查询。
Data is loaded through standard extract, transform, and load (ETL) connectors, and is then available for queries from business intelligence and analytics applications.
依赖关系很有用,当部署应用程序时,它允许应用服务器加载应用程序,正确运行所需的内容。
The dependencies are useful in allowing the application server to load what is required for an application to run correctly when the application is deployed.
当“单个”服务器类加载器策略在起作用时,将使用单个类加载器为服务器上部署的所有应用程序加载大多数类。
When the Single server classloader policy is in effect, a single classloader is used to load most of the classes for all the applications that are deployed on the server.
构建服务器硬件的小组可能与加载和配置应用程序的人员不同。
Server hardware build may be a different group from the people who load and configure the applications.
修改类加载器结构应该使应用程序能够成功迁移。
Modifying the classloader structure should allow the application to migrate successfully.
应用程序类加载器负责加载eJBJAR文件中的EJB模块以及封装在相关的JAR文件中的实用程序类。
The application class loader is responsible for loading EJB modules packaged in EJB JAR files and utility classes packaged in dependent JAR files.
自定义应用程序a连接服务器并加载目标文档。
The custom application a connects to the server and loads the target documents.
在部署阶段,类加载冲突通过对不同的企业应用程序模块使用不同的应用程序类加载器得以解决。
While deploying, class loading conflicts are resolved by using a different application class loader for each enterprise application module.
在运行期间,应用程序将加载动态链接器。
这里我们使用应用程序名作为类加载器的名称,以避免重复。
Each EAR application should have a unique string name for the class loader. Here, we use the application name in the class loader name to avoid repetition.
通过这种方法拆分应用程序可以使不同版本的EJB组件隔离开来,这种隔离是通过使用不同的应用程序类加载器实现的,一个EAR文件对应一个类加载器。
Breaking up the application in this manner allows different EJB component versions to be isolated with different application class loaders, one per EAR file.
幸运的是,VisualStudio知道如何正确命名附属程序集,以及如何在. NET程序集加载器所期望的正确目录结构中部署它们。
Fortunately, Visual Studio knows how to name the satellite assemblies correctly and how to deploy them in the correct directory structure expected by the.net assembly loader.
幸运的是,VisualStudio知道如何正确命名附属程序集,以及如何在. NET程序集加载器所期望的正确目录结构中部署它们。
Fortunately, Visual Studio knows how to name the satellite assemblies correctly and how to deploy them in the correct directory structure expected by the.net assembly loader.
应用推荐