摘要:
Unable to load configuration. - action - file:/D:/Program%20Files/apache-tomcat-6.0.26/webapps/LearnStruts2_1200/WEB-INF/classes/struts.xml:31:30 at com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:58) at org.apache.struts2.dispatcher.Dispatcher.init_Pre 阅读全文
摘要:
说明:WMI Code Creator是微软提供的一个WMI代码生成工具,这个工具是微软在2005年5月提供的,微软对这个软件提供的说明如下: This code is not supported under any Microsoft standard support program or service. This code is provided AS IS without warranty... 阅读全文
摘要:
方法一: Set ie=CreateObject("InternetExplorer.Application") Do Until Not ie.Busy And ie.ReadyState = 4/READYSTATE_COMPLETE 这种方式有时候也不行。 有时候IE进度条在含有框架的页面里面,已经加载完成的页面,进度条却还在跑,所以你这样判断可能会有问题。我写过一个函数,是通过判断进度条前... 阅读全文