How do you make the ResourceBundle available at application startup time?
在应用程序启动时如何使得ResourceBundle有效?
A flag, if set, indicates to automatically delete all stored data at application startup.
一个flag,如果设置了,那么表示在应用程序启动时自动删除所有已存储的数据。
The two methods defined in the interface are init() and destroy(), which are called at application startup and shutdown respectively.
接口中定义的两个方法分别是init()和destroy(),这两个方法分别在启动和关闭应用程序时被调用。
The guide recommends you use a static final variable to create the object once at application startup and then get this object when needed.
该指南建议您在应用程序启动时使用一个静态最终变量来创建这个对象,然后根据需要获取该对象。
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类型的逻辑。
Your application must explicitly load the library. For example, to load it at application startup, simply add the following to its source code.
你的应用程序必须显式地加载库。例如,为了在应用程序启动时加载它,简单地添加以下内容到它的源代码中。
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控件的初始值相对应的数据。
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为它们提供的依赖项。
At startup, the application server creates an instance of the class specified in the deployment descriptor and sets the properties the administrator has provided.
在启动时,应用服务器会创建在部署描述符中指定的类的一个实例,并设置管理员提供的属性。
The tool consists of a runtime library that must be loaded at startup with the application you wish to monitor and a front-end graphical user interface that displays the results and performs analysis.
该工具由运行时库和前端图形用户界面组成,前者必须在启动所要监视的应用程序时加载,后者可以显示结果和性能分析。
This one-time download occurs typically at startup, when the user points the browser to an application URL.
这种一次性的下载通常在启动时进行,也就是当用户通过浏览器访问应用程序的URL 时。
At startup time, the application loads information about available services and their endpoints from a configuration file called ROLES.php.
在启动时,该应用程序从ROLES . php配置文件中装入有关可用的服务及其端点的信息。
When the eager attribute is true, JSF creates the managed bean at startup and places it in application scope.
当eager属性为true时,JSF将在启动时创建托管bean并将其放入应用程序范围。
Note that AOT compilations are performed at a cold optimization level, which reflects the overall AOT goal to accelerate application startup.
注意,AOT编译以 cold优化级别执行,这反映 AOT的总体目标是加快应用程序的启动。
It opens a single queue for each web service exposed by the application and creates a message listener for this queue (this is done once at the time of startup of application) all in OpenJMS server.
将在OpenJMS服务器中为应用程序公开的每个Web服务打开单个队列,并为此队列创建一个消息侦听器(此操作将在应用程序启动时进行一次)。
The startup bean start() method is called when the module or application starts and contains business logic to be run at the module or application start time.
当模块或应用程序启动并且包含在其启动时运行的业务逻辑时,启动beanstart()方法将被调用。
A small part of the application can be loaded at startup to provide a quick user response.
应用程序中的一小部分可以在应用启动时加载起来,从而为用户提供快速的响应。
The startup bean stop method is called when the module or application stops and contains business logic to be run at the module or application stop time.
当模块或应用程序停止并且包含在其停止时运行的业务逻辑时,启动beanstop方法将被调用。
For instance, if you are designing a component that will be used at startup, it is likely that the component will be called only once, when the application starts up.
例如,若您要设计在启动时使用的元件,此元件可能只会在应用程序启动时被呼叫一次。
If your application is run at startup, it loads without displaying splash screens and dialog boxes.
如果你的应用程序在启动时运行,在加载时不显示弹出窗口和对话框。
Depending on the application, the host typically discovers add-ins at startup, when a document is loaded, or upon a user request.
根据应用程序而定,主机通常会在启动、载入文件或使用者要求时探索增益集。
Depending on the application, the host typically discovers add-ins at startup, when a document is loaded, or upon a user request.
根据应用程序而定,主机通常会在启动、载入文件或使用者要求时探索增益集。
应用推荐