- 博客(12)
- 问答 (1)
- 收藏
- 关注
原创 java.lang.ArithmeticException: Non-terminating decimal expansion; no exact r 最新案例处理办法
问题就是要做除法的时候要保证数据四舍五入。
2024-03-07 16:28:12
436
原创 批量修改表 和字段字符集和字符规则
查询(这是执行一个查询sql,不是执行修改,需要复制出来,执行,下面得类似)CHARACTER_SET_NAME '原字符集',AND TABLE_SCHEMA = '数据库名';`TABLE_SCHEMA` = '数据库名'COLLATION_NAME '原排序规则',TABLE_SCHEMA '数据库名',-- - 设置新的编码和排序规则。-- -过滤正确排序规则。
2023-04-03 11:05:29
221
原创 java.lang.IllegalArgumentException: secret key byte array cannot be null or empty.
2022-03-09 18:55:58
362
转载 spring的生命周期
Spring中Bean的生命周期是怎样的? - 华为云开发者社区的回答 - 知乎https://www.zhihu.com/question/38597960/answer/2007504365
2021-10-29 11:32:36
175
转载 Idea导入多个maven项目到同一目录下
- 东北小狐狸 - 博客园https://www.cnblogs.com/hellxz/p/8891650.html
2021-08-15 16:54:38
170
原创 com.github.tobato.fastdfs.exception.FdfsServerException: 错误码:2,错误信息:找不到节点或文件
尼玛看半天,发现启动的storage不知道怎么停止了,重启一下就好了
2021-07-26 15:36:53
821
原创 W10虚拟机一开机电脑蓝屏重启
目前我的出现问题原因是电脑系统更新,导致跟虚拟机版本不兼容解决办法是我安装虚拟机版本时12,后来安装版本16以后就好,具体操作过程是老师帮我操作的
2021-07-23 14:25:45
1322
原创 org.apache.dubbo.rpc.RpcException: No provider available from registry 192.168.74.160:2181 for servi
org.apache.dubbo.rpc.RpcException: No provider available from registry 192.168.74.160:2181 for service com.tanhua.dubbo.api.RecommendUserApi on consumer 192.168.42.25 use dubbo version 2.7.5, please check status of providers(disabled, not registered or in
2021-07-22 18:25:56
1552
原创 Loading class `com.mysql.jdbc.Driver‘. This is deprecated. The new driver class is `com.mysql.cj.jdb
数据库版本和驱动包版本不匹配。MySql数据库用的5版本数据库驱动包应该使用5版本,
2021-07-14 22:34:00
67
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人