运行listPerson.jsp 出现com.mysql. cannot be resolved to a t

运行listPerson.jsp 出现com.mysql. cannot be resolved to a t

[b][color=#FF0000]在MyEclipse里面运行listPerson.jsp出现下面提示错误:[/b][/color] [color=#FF0000]An error occurred at line: 42 in the jsp file: /listPerson.jsp com.mysql.jdbc.Driver cannot be re……

项目启动Error creating bean with name 'org.springframework.

项目启动Error creating bean with name 'org.springframework.

 Error creating bean with name “org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0”: BeanPostProcessor before instantiation of bean faile……

JDK从1.6升级到1.8后,原有的项目报错了

JDK从1.6升级到1.8后,原有的项目报错了

今天将jdk”1.6卸载了,装了jdk1.8,使用新装的MyEclipse 2015打开原有的项目后,json文件就各种报错 解决方案 ……

mybatis+springmvc 数据库带下划线的字段无法取到值

mybatis+springmvc 数据库带下划线的字段无法取到值

map映射文件 <mapper namespace=”spring4.mapper.CustomerAccountMapper” > <resultMap id=”BaseResultMap” type=”spring4.po.CustomerAccount” >……

怎么做一个群聊用socket流

怎么做一个群聊用socket流

     服务端用多线程,客服端的socket与服务端连接后,服务端就开一个线程,群聊的实现:一个客服端发一条消息到服务端,服务端需要把这条消息发送给全部连接者,问一下用socket流可以办到吗,udp传输呢 解决方案 10 用netty 试试 30 看看这个博客,http://www.cnblogs.com/xmcx1995/p/5793879.html ……

SPRING BEAN定义参数能不能动态从JAVA代码读取

SPRING BEAN定义参数能不能动态从JAVA代码读取

问一下SPRING参数配置: <dubbo:registry address=”${zookeeper.address}” id=”reg_center” default=”true”/> 或像这样: <bean id=”securityManager……

第一次搭建ssm,一直报注入失败

第一次搭建ssm,一直报注入失败

  报的错 org.springframework.beans.factory.BeanCreationException: Error creating bean with name “userController”: Injection of resource dependencies failed; nested excepti……