[记录]java.math.biginteger cannot be cast to java.lang.long
Posted wakasann
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[记录]java.math.biginteger cannot be cast to java.lang.long相关的知识,希望对你有一定的参考价值。
可以直接使用BigInteger类型进行接收,
BigInteger id = (BigInteger)QueryRunner(conn,"SELECT LAST_INSERT_ID",new Scala)
java.math.BigInteger cannot be cast to java.lang.Integer
java.math.BigInteger cannot be cast to java.lang.Long
以上是关于[记录]java.math.biginteger cannot be cast to java.lang.long的主要内容,如果未能解决你的问题,请参考以下文章
java.math.BigInteger 不能转换为 java.lang.Integer
如何在不使用 java.math.BigInteger 的情况下在 Java 中处理非常大的数字
java Operator ‘/‘ cannot be applied to ‘java.math.BigInteger‘, ‘int‘
如何解决 java.math.BigInteger 无法转换为 java.lang.Integer?
ClassCastException:java.math.BigInteger 在连接到 MySQL 时无法转换为 java.lang.Long