`
文章列表
最近在安装tomcat时,老是给我报failed to install tomcat6 service ,check your setting and permissio错误,让我郁闷了好些时间。最后才发现我原来装过tomcat,而删除它时,只是简单的删除了它的文件夹,并没有删除服务里的tomcat服务,因此才出现上面的安装错误。 解决方法:      1.打开cmd,执行sc delete tomcat5(或者是tomcat6,看你的版本了),这样删除还不行      2.在运行框输入regedit,打开注册表。进入HKEY_LOCAL_MACHINE\SYSTEM\CurrentCont ...
使用id来唯一标识Bean: <beans> <bean id="person" class="org.spring.bean.Person">   <property name="name">        <value>zhangsan</value>   </property>   <property name="age">        <value>23</value>   </propert ...
  1.如果作用范围设置为scope="singleton",则将Bean放入Spring IOC容器的缓存池中,并将Bean引用返回给调用者,spring IOC继续对这些Bean进行后续的生命管理。默认属性是scope="singleton"。如果在<bean>中指定Bean的作用范围为scope="prototype",将Bean返回给调用者,调用者负责Bean后续生命的管理,Spring不再管理这些Bean的生命周期。   2.当bean以singleton形态存在时,BeanFactory只管理一个共享的实例。 ...
  尽管现在MVC(Model + View + Controller) 开发已经进入了Struts2时代, 但是Struts1.x 作为一个较早的比较成熟的MVC开发框架,已经经受住了实践的检验,以其卓越的稳定性和简洁明晰的开发流程为广大的Java开发者和企业所接受,尤其是 ...
The discription of the cause of the problem: java.lang.NoSuchMethodError: org/springframework/core/annotation/AnnotationUtils.findAnnotationDeclaringClass(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Class; at org.springframework.test.context.TestContext.retrieveContextLocations(TestContext.java:14 ...
  Recently, I am going on with a banking program, using Struts + Spring + Hibernate + WebSphere + Maven technology. I often meet with the org.springframework.jndi.TypeMismatchNamingException when I run my problem on the real system. After a long time struggling, I found a approch to this problem.   ...
Global site tag (gtag.js) - Google Analytics