More application startup time.
更多的启动时间。
Application startup and shutdown scripts.
应用程序启动和关闭脚本。
The application startup and configuration scripts.
应用程序启动和配置脚本。
The application startup process is called bootstrapping.
应用的启动过程被称为引导。
Improved application startup time and INI loading speeds.
改进的应用程序的启动时间和INI加载速度。
How do you make the ResourceBundle available at application startup time?
在应用程序启动时如何使得ResourceBundle有效?
The application startup and configuration scripts overwrite all others.
应用程序启动和配置脚本会覆盖所有其他设置。
Smaller assemblies also let you amortize the cost of application startup.
更小的程序集同样可以让你对程序启动时的开销进行分期处理。
A flag, if set, indicates to automatically delete all stored data at application startup.
一个flag,如果设置了,那么表示在应用程序启动时自动删除所有已存储的数据。
All beans have application scope, so Spring will instantiate them all during application startup.
所有bean都有application作用域,因此Spring会在启动应用程序时将他们全部实例化。
You can configure the application to show a splash screen while the application startup code runs.
您可以设定应用程序在应用程序启动程序码执行时显示启动显示画面。
Significantly improved first-run application startup time when using the Persistent Framework Cache
使用PersistentFrameworkCache时,显著改善程序首次运行的启动时间
Start functional verification of the environment, such as VIOS failover and application startup and test.
开始对环境进行功能性检验,比如VIOS故障转移以及应用程序启动和测试。
The first section, Listing 6, covers the application startup and the initialization of the view controller.
第一部分,清单6,介绍应用程序开始部分和视图控制器的初始化。
If a bean exists in the application scope, the Spring framework instantiates the beans during application startup.
如果application作用域中存在bean,Spring框架会在应用程序启动过程中实例化这些bean。
Figure 4: jmap output an hour after application startup, showing over 25 million instances of the CelleData class.
图4:程序执行1小时后jmap的输出结果,显示超过2千5百万个CelleData类实例。
The two methods defined in the interface are init() and destroy(), which are called at application startup and shutdown respectively.
接口中定义的两个方法分别是init()和destroy(),这两个方法分别在启动和关闭应用程序时被调用。
This allows you to see only the methods executing when GC went wrong, for example, or to exclude data analyzed during application startup.
这允许您,例如,只看到在GC出现问题时执行的方法;或者排除在应用程序启动期间分析的数据。
The guide recommends you use a static final variable to create the object once at application startup and then get this object when needed.
该指南建议您在应用程序启动时使用一个静态最终变量来创建这个对象,然后根据需要获取该对象。
Note that AOT compilations are performed at a cold optimization level, which reflects the overall AOT goal to accelerate application startup.
注意,AOT编译以 cold优化级别执行,这反映 AOT的总体目标是加快应用程序的启动。
For example, as you saw earlier, you can add logic to determine the type of bean to instantiate at application startup based on business logic.
例如,正如前面看到的那样,可以根据业务逻辑添加确定应用程序启动时应该实例化的bean类型的逻辑。
You can query the historical events during the application startup, so that the historical events are available before you receive any new events.
您可以在应用程序启动过程中查询历史事件,以便在接收任何新事件之前历史事件就可用。
Your application must explicitly load the library. For example, to load it at application startup, simply add the following to its source code.
你的应用程序必须显式地加载库。例如,为了在应用程序启动时加载它,简单地添加以下内容到它的源代码中。
The more tasks performed and memory allocated during application startup, the longer before an application is ready and the larger the initial working set.
在应用程序启动期间执行的任务和分配的内存越多,应用程序准备的时间就越长,初始工作集就越大。
Whenever the RCP application is triggered using a URL, conventional application startup would be attempted using the application's .exe or batch-file starter.
只要使用URL触发了RCP应用程序,就会使用应用程序的 .exe或批处理文件启动程序按照常规启动应用程序。
It explains how to initialize the session scope variable to display the data corresponding to the initial value of the Combo Box control at application startup.
本文阐述了如何初始化会话范围变量,使之显示出与应用程序启动时ComboBox控件的初始值相对应的数据。
To do this, specify that the application check for updates after startup as described in "Checking for Updates After Application Startup" earlier in this topic.
若要执行此操作,请指定应用程序在启动后检查是否有更新,如本主题前面的“在应用程序启动后检查是否有更新”中所述。
A generic technique to avoid class-loading delays during the time-sensitive parts of your application is to preload classes during application startup or initialization.
一种在应用程序的时间敏感型部分避免类加载延迟通用技术是,在应用程序启动或初始化期间预先加载类。
In typical Spring applications, you bootstrap the application context once, at application startup, and from that point on your components simply use the dependencies that Spring provided them.
在通常的Spring应用程序中,在应用程序启动时引导一次应用程序上下文,然后,应用程序中的组件只需使用Spring为它们提供的依赖项。
In typical Spring applications, you bootstrap the application context once, at application startup, and from that point on your components simply use the dependencies that Spring provided them.
在通常的Spring应用程序中,在应用程序启动时引导一次应用程序上下文,然后,应用程序中的组件只需使用Spring为它们提供的依赖项。
应用推荐