JavaShuo
栏目
标签
java查询报错'1.8282470056E10' in column '2' is outside valid range for the datatype INTEGER
时间 2021-01-11
栏目
Java
繁體版
原文
原文链接
问题原因: 因为mybatis 里面映射文件设置的type=integer太短,不符合数据库中的长int所导致。 解决办法: 需要在代码的映射类中把数据库中longint对应的类型Integer改为long错误即可解决 灵感来源 https://blog.csdn.net/qq_36141369/article/details/83387122
>>阅读原文<<
相关文章
1.
Mybatis 调试 range for the datatype
2.
Mybatis使用-Error attempting to get column 'type' from result set. / '255' in column '4' is outside ...
3.
MySql插入报错Incorrect integer value: '' for column
4.
exp ORA-01455: converting column overflows integer datatype
5.
MaxJavaStackTraceDepth=-1is outside the allowed range[0...]
6.
keras报错:ValueError: `steps_per_epoch=None` is only valid for a generator based on the `keras.utils.S
7.
Android Studio报错:the selected directory is not a valid home for unknow sdk
8.
SQL多表查询出错(Column 'did' in field list is ambiguous)
9.
Dynamics CRM2016 The value of field on record of type entity is outside the valid range问题的解决方法
10.
Product ID Not in valid range
更多相关文章...
•
Swift for-in 循环
-
Swift 教程
•
ADO 查询
-
ADO 教程
•
算法总结-二分查找法
•
Java 8 Stream 教程
相关标签/搜索
for...in
for..in
for.....in
datatype
range
column
valid
PRIMES is in P
查询
integer
Java
MyBatis教程
PHP 7 新特性
MySQL教程
java
Java 8
Java Agent
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
Android Studio3.4中出现某个项目全部乱码的情况之解决方式
2.
Packet Capture
3.
Android 开发之 仿腾讯视频全部频道 RecyclerView 拖拽 + 固定首个
4.
rg.exe占用cpu导致卡顿解决办法
5.
X64内核之IA32e模式
6.
DIY(也即Build Your Own) vSAN时,选择SSD需要注意的事项
7.
选择深圳网络推广外包要注意哪些问题
8.
店铺运营做好选款、测款的工作需要注意哪些东西?
9.
企业找SEO外包公司需要注意哪几点
10.
Fluid Mask 抠图 换背景教程
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
Mybatis 调试 range for the datatype
2.
Mybatis使用-Error attempting to get column 'type' from result set. / '255' in column '4' is outside ...
3.
MySql插入报错Incorrect integer value: '' for column
4.
exp ORA-01455: converting column overflows integer datatype
5.
MaxJavaStackTraceDepth=-1is outside the allowed range[0...]
6.
keras报错:ValueError: `steps_per_epoch=None` is only valid for a generator based on the `keras.utils.S
7.
Android Studio报错:the selected directory is not a valid home for unknow sdk
8.
SQL多表查询出错(Column 'did' in field list is ambiguous)
9.
Dynamics CRM2016 The value of field on record of type entity is outside the valid range问题的解决方法
10.
Product ID Not in valid range
>>更多相关文章<<