摘要:
在学习Spring过程中使用类型获取对象出现以下错误:org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'com.atguigu.pojo.Person' ava 阅读全文
摘要:
Tomcat运行时的Address localhost:1099 is already in use错误 部署完tomcat,添加完jar包之后,报错如图错误:Address localhost:1099 is already in use。 原因是因为端口被占用,因而需要查找是哪个程序占用了该端口 阅读全文