Tomcat首先从应用程序加载类。
阶段2加载程序加载操作系统。
外接程序加载到的应用程序域。
当到内存的程序加载时,它是分成称为页件。
When a program loads into the memory, it is broken up into pieces called pages.
当程序加载连接服务器与加入到房间中时,该组合被显示。
The pairings are shown in rough chronological order from creating the original connection to the server as the application loads and joining a room to the ubiquitous PublicMessageRequest.
你需要等待程序加载,等待网站下载,等待软件编译等等等等。
You need to wait for applications to load, wait for websites to download, wait for software to compile and so on.
当应用程序加载,我在矩形循环并设置行程为透明色。
When the application loads, I loop over the Rectangles and set the Stroke to a transparent color.
在Ajax应用中,这样做意味着额外的HTTP请求和缓慢的程序加载。
When used in Ajax applications they involve additional HTTP requests and slow down the loading of your application.
当程序加载进入该内存块,不能确切知道代码会跑到内存什么位置。
When programs are loaded into this block of memory, there is no telling exactly where the code will go.
电信中的自动程序加载。数据处理中,APL是一种流行的编程语言。
APL Automatic program Load in telecom. In data processing, it's a popular programming language.
COM应用程序插件使用为主应用程序加载的运行时来运行托管组件。
The plug-in COM application uses the runtime that is loaded for the host to run managed components.
此方法由各种站点导航类进行内部调用,以确保导航数据已由提供程序加载。
This method is called internally by various site navigation classes to ensure that the navigation data has been loaded by the provider.
一旦主office应用程序加载了创建的程序集,它如何得知要运行什么代码?
Once the host Office application has loaded the assembly you've created, how does it know what code to run?
这样有助于保护宿主环境中的应用程序,避免其站点地图数据被另一应用程序加载。
This helps protect applications in a hosted environment from having their site-map data loaded by another application.
在程序载入的同时又程序加载器载一个动态链接库。程序可以从动态链接库中直接调用函数。
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.
不同的应用程序加载类可以使相同的ejb类以及ejb类使用的实用程序类的不同版本得以分离。
Different application class loaders may be used for isolating multiple versions of the same EJB classes, and the utility classes used by the EJB classes.
我们首先通过 -verbose:class完整地运行应用程序,收集应用程序加载的类列表。
We first collected the list of classes loaded by the application through an entire run with -verbose:class.
您可以使用GRUB或LILO来将参数传递到内核,控制内核被启动加载程序加载后启动系统的方式。
You can use GRUB or LILO to pass parameters to the kernel to control the way that your kernel starts the system once it has been loaded by the boot loader.
也不能绝对地将所有东西都放入一个文件中,不过应用程序发出的HTTP请求数越少,应用程序加载越快。
It may well be that you can't merge absolutely everything into one file, but the lower the number of HTTP requests your application makes, the faster your application will load.
当“单个”服务器类加载器策略在起作用时,将使用单个类加载器为服务器上部署的所有应用程序加载大多数类。
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.
它还会创建一个引用SPE程序的全局变量,这样ppe就能够将程序加载到SPE中并根据需要来运行程序了。
It also creates a global variable that refers to the SPE program so that the PPE can load the program into the SPEs and run the program as needed.
将调用应用程序加载后立即需要的所有函数放在一个DLL 中,并使调用应用程序隐式链接到该 DLL。
Put all the functions that the calling application needs immediately after loading into one DLL and have the calling application implicitly link to that DLL.
在该文中,我们只是将类和方法名称作为参数传递给程序,程序加载二进制类文件,添加定时代码,然后写回该类。
In that article, we just passed the class and method name as command-line parameters to my program, which loaded the binary class file, added the timing code, then wrote the class back out.
如果将宿主和外接程序加载到不同的应用程序域,则您就会拥有将宿主应用程序范围与外接程序范围分开的隔离边界。
If you load the host and the add-in into separate application domains, you have an isolation boundary that separates the scope of the host application from the scope of the add-in.
用户程序加载是开发应用TMS320系列DSP芯片过程中一个重要环节。本文探讨了实现这项关键技术的各种方法。
The user's program boot loading is an important procedure in developing the TMS320 DSP chip. This paper inquires all kinds of method in realizing the key technology.
如果您要避免收集有关应用程序加载时间的数据,或在进程达到某个特定状态时监视进程的性能,您可以使用此方法来分析进程。
You can use this method to profile a process when you want to avoid gathering data about application load time, or to monitor the performance of a process after it reaches a specific state.
第一阶段的引导加载程序对表进行扫描,查找活动分区;当加载程序找到分区时,就将第二阶段的引导加载程序加载到RAM中并调用它。
The first-stage boot loader scans the table, looking for the active partition; when the loader locates the partition, it loads the second-stage boot loader into RAM and invokes it.
在内核引导过程中,初始ram磁盘(initrd)是由阶段2引导加载程序加载到内存中的,它会被复制到RAM中并挂载到系统上。
During the boot of the kernel, the initial-RAM disk (initrd) that was loaded into memory by the stage 2 boot loader is copied into RAM and mounted.
例如,当mytri应用程序加载时(参见图1),应当会看到一个指向TriathlonController对象的链接,该对象是在您运行generate - all命令时由Grails生成的。
For instance, when the mytri application loads (see Figure 1), you should see a link corresponding to the TriathlonController object that Grails created when you ran the generate-all command.
例如,当mytri应用程序加载时(参见图1),应当会看到一个指向TriathlonController对象的链接,该对象是在您运行generate - all命令时由Grails生成的。
For instance, when the mytri application loads (see Figure 1), you should see a link corresponding to the TriathlonController object that Grails created when you ran the generate-all command.
应用推荐