想要飞的小乌龟2022-08-04 技术文章

maven install时报错 找不到类的情况

1 报错[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project ly-item-interface: Compil
封面
想要飞的小乌龟2022-08-04 技术文章

真正的缓存之王,Google Guava

Google 开源的Guava Cache的优点是封装了get,put操作;提供线程安全的缓存操作;提供过期策略;提供回收策略;缓存监控。当缓存的数据超过最大值时,使用LRU算法替换。
封面
想要飞的小乌龟2022-08-04 技术文章

java: 常量字符串过长

D:\idea_workspace\HospitalizationManSys\src\com\qut\util\ImageYzmUtils.java:182:20java: 常量字符串过长解决方法
封面
图片放大