• Tomcat首先应用程序加载

    Tomcat loads classes from the application first.

    youdao

  • 阶段2加载程序加载操作系统

    The stage 2 loader loads the operating system.

    youdao

  • 外接程序加载应用程序

    The application domain that the add-in is loaded into.

    youdao

  • 内存程序加载时,分成称为件。

    When a program loads into the memory, it is broken up into pieces called pages.

    youdao

  • 程序加载连接服务器加入到房间中时,组合显示

    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.

    youdao

  • 需要等待程序加载,等待网站下载,等待软件编译等等等等。

    You need to wait for applications to load, wait for websites to download, wait for software to compile and so on.

    youdao

  • 应用程序加载矩形循环设置行程透明

    When the application loads, I loop over the Rectangles and set the Stroke to a transparent color.

    youdao

  • Ajax应用中这样做意味着额外HTTP请求缓慢程序加载

    When used in Ajax applications they involve additional HTTP requests and slow down the loading of your application.

    youdao

  • 程序加载进入内存不能确切知道代码跑到内存什么位置

    When programs are loaded into this block of memory, there is no telling exactly where the code will go.

    youdao

  • 电信中的自动程序加载数据处理APL一种流行的编程语言

    APL Automatic program Load in telecom. In data processing, it's a popular programming language.

    youdao

  • COM应用程序插件使用为主应用程序加载运行时来运行托管组件

    The plug-in COM application uses the runtime that is loaded for the host to run managed components.

    youdao

  • 方法各种站点导航进行内部调用确保导航数据提供程序加载

    This method is called internally by various site navigation classes to ensure that the navigation data has been loaded by the provider.

    youdao

  • 一旦office应用程序加载了创建程序如何得知运行什么代码

    Once the host Office application has loaded the assembly you've created, how does it know what code to run?

    youdao

  • 这样有助于保护宿主环境中的应用程序,避免站点地图数据另一应用程序加载

    This helps protect applications in a hosted environment from having their site-map data loaded by another application.

    youdao

  • 程序载入同时程序加载器载一个动态链接程序可以动态链接库中直接调用函数

    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.

    youdao

  • 不同应用程序加载可以使相同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.

    youdao

  • 我们首先通过 -verbose:class完整运行应用程序收集应用程序加载列表

    We first collected the list of classes loaded by the application through an entire run with -verbose:class.

    youdao

  • 可以使用GRUBLILO参数传递内核控制内核启动加载程序加载启动系统方式

    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.

    youdao

  • 不能绝对所有东西都放入一个文件中不过应用程序发出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.

    youdao

  • 单个服务器加载策略作用时,将使用单个类加载服务器部署所有应用程序加载大多数类。

    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.

    youdao

  • 会创建一个引用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.

    youdao

  • 调用应用程序加载立即需要所有函数放在一个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.

    youdao

  • 该文中,我们只是方法名称作为参数传递程序程序加载二进制类文件,添加定时代码然后该类

    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.

    youdao

  • 如果宿主外接程序加载不同应用程序,则就会拥有宿主应用程序范围外接程序范围分开隔离边界

    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.

    youdao

  • 用户程序加载开发应用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.

    youdao

  • 如果避免收集有关应用程序加载时间数据进程达到某个特定状态监视进程性能,您可以使用方法分析进程。

    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.

    youdao

  • 第一阶段的引导加载程序进行扫描查找活动分区加载程序找到分区时,第二阶段的引导加载程序加载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.

    youdao

  • 内核引导过程中,初始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.

    youdao

  • 例如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.

    youdao

  • 例如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.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定