... 在启动时加载 Load on Startup 可在启动时 BIOSS 在启动时询问密码 ask password on startup ...
2
?启动时加载
... 当文档加载时运行脚本 onload script 加载成功时激发 onload Function 启动时加载load on startup ...
3
?启动时载入
... load on demand 视需要载入 load on startup启动时载入 load palette 载入调色板 ...
4
?加载
从Web.xml文件中我们看到了Struts的配置,即实例化一个ActionServlet类,并且这个Servlet会自动地加载(load on Startup),而且这个Action Servle会到struts-config.xml文件里找应用程序的配置,即有哪些ActionForm的类,分别实例化成什么名字的Bean,...
双语例句
1
The LoadOnStartup property is a standard web.xml deployment descriptor field.
Load On Startup 属性是标准的 web.xml 部署描述符字段。
2
In Listing 4, SportsInit is specified to loadonstartup and eventually calls the init method.
在清单4中,指定在启动时加载SportsInit,最后调用init方法。
3
Load the servlet onstartup by providing the required information in the web.xml file (Listing 4).