
问题解决
xiangzi21
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux tar包安装mysql报错解决
tar包安装mysql,执行完./configure后执行make报错如下: make: *** No targets specified and no makefile found. Stop. 原因:系统没有安装ncurse 解决方法:找个ncurse安装后就可以通过了...2011-09-06 16:02:13 · 169 阅读 · 0 评论 -
关于mybatis配置annotation-driven报错问题
spring配置mybatis事物的<tx:annotation-driven /> ,启动报错如下 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in file [E:\eclipseJ2E...原创 2013-07-22 15:03:17 · 370 阅读 · 0 评论