在web.xml中配置了spring,那么该如何调用spring配置文件呢? 50
在web.xml中配置了spring:<context-param><param-name>contextConfigLocation</param-name><para...
在web.xml中配置了spring:
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath*:spring-beanannotation.xml</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
那么我现在使用了注解的方式,现在我想调用spring,该怎么样调用呢?
一般是需要读取配置文件的
ApplicationContext context=new ClassPathXmlApplicationContext("spring-beanannotation.xml")
然后拿到bean对象,才可以使用的
那么现在已经在web.xml中配置了spring了,有没有什么办法,不用再次去读取spring的配置文件了,直接
使用bean对象呢? 展开
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath*:spring-beanannotation.xml</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
那么我现在使用了注解的方式,现在我想调用spring,该怎么样调用呢?
一般是需要读取配置文件的
ApplicationContext context=new ClassPathXmlApplicationContext("spring-beanannotation.xml")
然后拿到bean对象,才可以使用的
那么现在已经在web.xml中配置了spring了,有没有什么办法,不用再次去读取spring的配置文件了,直接
使用bean对象呢? 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏50(财富值+成长值)
2015-07-25
展开全部
import java.util.Random; public class ArraySort { public static void main(String[] args)
{ int temp=0; int myarr[] = new int[12];
Random r=new Random(); for(int i=1;i<=10;i++)
fomryarr[i]=r.nextInt(1000); (int k=1;k<=10;k++)
fSoyrstem.out.print(myarr[k]+","); (int i=1;i<=9;i++) for(int k=i+1;k<=10;k++) if(myarr[i]>myarr[k])
{
{ int temp=0; int myarr[] = new int[12];
Random r=new Random(); for(int i=1;i<=10;i++)
fomryarr[i]=r.nextInt(1000); (int k=1;k<=10;k++)
fSoyrstem.out.print(myarr[k]+","); (int i=1;i<=9;i++) for(int k=i+1;k<=10;k++) if(myarr[i]>myarr[k])
{
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询