logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

org.apache.ibatis.executor.ExecutorException: Cannot get Configuration as configuration factory was

使用mybatis、springmvc、memcache(之前使用ehcache不会报错),报如下错误:ERROR 2014-10-27 17:02:02 com.dbt.vintegration.vgnrebatereceipts.vpsrebatereceiptsprofitinfo.action.VpsRebateReceiptsProfitInfoAction In the metho..

#mybatis#memcache
KeeperErrorCode = NoNode for /hbase/meta-region-server

连接hbase报以下错:Caused by: java.io.IOException: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /hbase/meta-region-serverat org.apache.hadoop.hbase.client.ConnectionI...

fastjson报java.lang.ArrayIndexOutOfBoundsException: 160

如题,详情错误如下:java.lang.ArrayIndexOutOfBoundsException: 160at com.alibaba.fastjson.serializer.SerializeWriter.writeFieldValueStringWithDoubleQuote(SerializeWriter.java:1273)at com.alibaba.fastjson.s

Variable or condition declaration after cursor or handler declaration

mysql存储过程中,报Variable or condition declaration after cursor or handler declaration,这个原因是由于定义的游标变量和游标中使用的变量,必须定义在变量之后。

#mysql
到底了