想要飞的小乌龟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 85 阅读 阅读全文
想要飞的小乌龟2022-08-04 技术文章 真正的缓存之王,Google Guava Google 开源的Guava Cache的优点是封装了get,put操作;提供线程安全的缓存操作;提供过期策略;提供回收策略;缓存监控。当缓存的数据超过最大值时,使用LRU算法替换。 2022-08-04 97 阅读 阅读全文
想要飞的小乌龟2022-08-04 技术文章 java: 常量字符串过长 D:\idea_workspace\HospitalizationManSys\src\com\qut\util\ImageYzmUtils.java:182:20java: 常量字符串过长解决方法 2022-08-04 105 阅读 阅读全文
想要飞的小乌龟2022-08-04 技术文章 关于https请求header里面的token获取不到? upstream smart.https.com {server 127.0.0.1:8089;}server {listen 443 ssl;server_name test.com;undersc 2022-08-04 59 阅读 阅读全文