資源簡介
NULL
博文鏈接:https://kenny-liu.iteye.com/blog/634853

代碼片段和文件信息
package?org.quartz.job;
import?org.springframework.context.ApplicationContext;
import?org.springframework.context.support.ClassPathxmlApplicationContext;
public?class?base?{
private?ApplicationContext?context?=?null;
protected?ApplicationContext?getContext()?{
if?(context?==?null)
context?=?new?ClassPathxmlApplicationContext(
“classpath:/applicationContext.xml“);
return?context;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1727??2010-03-10?22:38??AppNote1\.classpath
?????文件????????384??2010-03-10?21:28??AppNote1\.project
?????文件????????622??2010-04-05?17:58??AppNote1\bin\applicationContext.xm
?????文件????????511??2010-04-05?17:59??AppNote1\bin\context-scheduler.xm
?????文件????????667??2010-04-02?22:53??AppNote1\bin\org\quartz\job\ba
?????文件????????996??2010-04-02?22:53??AppNote1\bin\org\quartz\job\Client.class
?????文件???????1071??2010-04-05?19:01??AppNote1\bin\org\quartz\job\Task.class
?????文件???????1510??2010-04-05?22:00??AppNote1\bin\quartz.properties
?????文件???????4467??2009-10-29?00:02??AppNote1\lib\aopalliance.jar
?????文件?????559366??2010-03-08?16:47??AppNote1\lib\commons-collections-3.1.jar
?????文件??????52915??2010-03-08?16:47??AppNote1\lib\commons-logging-1.1.jar
?????文件??????60841??2009-10-29?00:02??AppNote1\lib\commons-logging.jar
?????文件?????273076??2010-03-10?21:53??AppNote1\lib\hessian-3.1.3.jar
?????文件?????446359??2010-03-08?16:32??AppNote1\lib\quartz-all-1.6.6.jar
?????文件????????905??2010-03-10?22:37??AppNote1\lib\remote-client.jar
?????文件???????5533??2008-10-31?18:25??AppNote1\lib\spring-agent.jar
?????文件?????325942??2008-10-31?18:25??AppNote1\lib\spring-aop.jar
?????文件??????20422??2008-10-31?18:25??AppNote1\lib\spring-aspects.jar
?????文件?????488282??2008-10-31?18:25??AppNote1\lib\spring-beans.jar
?????文件??????96880??2008-10-31?18:25??AppNote1\lib\spring-context-support.jar
?????文件?????476940??2008-10-31?18:25??AppNote1\lib\spring-context.jar
?????文件?????285491??2008-10-31?18:25??AppNote1\lib\spring-core.jar
?????文件?????335484??2008-10-31?18:25??AppNote1\lib\spring-jdbc.jar
?????文件?????195350??2008-10-31?18:25??AppNote1\lib\spring-jms.jar
?????文件?????377805??2008-10-31?18:25??AppNote1\lib\spring-orm.jar
?????文件?????180924??2008-10-31?18:25??AppNote1\lib\spring-test.jar
?????文件???????8937??2008-10-31?18:25??AppNote1\lib\spring-tomcat-weaver.jar
?????文件?????231173??2008-10-31?18:25??AppNote1\lib\spring-tx.jar
?????文件?????194577??2008-10-31?18:25??AppNote1\lib\spring-web.jar
?????文件?????402396??2008-10-31?18:25??AppNote1\lib\spring-webmvc.jar
............此處省略19個文件信息
評論
共有 條評論