- 博客(20)
- 收藏
- 关注
原创 Java的小拓展
调用一个方法得到了返回值却不能直接将返回值作为参数去调用别的方法。我们首先要判断这个返回值是否为null,只有在非空的前提下才能将其作为其他方法的参数。那么在里面加上方法就很好理解了。
2024-02-23 02:27:00
160
原创 1.7下的HashMap死循环
根据hash求出当前table子元素在新的table中的位置;遍历table,对不为空的table子元素进行操作;在理解死循环之前你得弄懂transfer()transfer之后发现,B在A上面 ==对table子元素进行重新求hash值;最后将子元素插入table中。下面来讲一讲 1.7下的。可以参考别的博主的文章。table:待扩容的。
2024-02-19 20:05:17
185
1
原创 4.Field client in pan.stoage.engine.fastdfs.FastDFSStorageEngine required a bean of type ‘com.github
在启动类上加上扫描包。
2023-09-27 21:39:35
70
原创 2.Could not resolve dependencies for project jiangrong:r-pan-storage-engine-local:jar:1.0-SNAPSHOT:
jiangrong:r-pan-storage-engine-local:jar:1.0-SNAPSHOT和jiangrong:r-pan-storage-engine-core:jar:1.0-SNAPSHOT。找不到core的jar就对它install一下【直接用Lifecycle中的install就行】是我的对应项目模块jar包,现在就是找不到core jar包,怎么办?在对项目模块进行compile时报错。
2023-09-20 14:18:07
131
1
原创 3.The packaging for this project did not assign a file to the build artifact
The packaging for this project did not assign a file to the build artifact
2023-09-20 14:12:55
168
1
原创 1.程序包com.sun.xml.internal.ws.policy.privateutil不存在
程序包com.sun.xml.internal.ws.policy.privateutil不存在
2023-09-20 13:56:56
902
1
原创 mybatis小技巧 11.28
select id,car_num as num,brand,guide_price,produce_time,car_type from t_car where brand like '%丰田%''%${which}%' 传入参数为 carMapper.Select_LikeByBrand("丰田") 放入sql中为 '%丰田%'在核心配置文件中,需要匹配SQL对应的Mapper,xml文件,当有多个时,非常不方便,怎么办?:不要在mapper.xml配置的sql语句里面注释会报错!
2022-11-28 20:32:33
386
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人