博客 / 列表

cashew - 一些實用工具

Syncthing 一個開源免費跨平台的P2P文件同步工具 參考:https://zak.ee/writing/2023/syncthing/ picgo 一個用於快速上傳圖片並獲取圖片 URL 鏈接的工具,通過插件支持上傳到自己的GitHub/Coding倉庫

同步

cashew - 一個詭異的成員變量獲取問題

有這麼一個工具類 @Service @Data public class A { public Client client; @PostConstruct public void init(){ client = xxxxx; } } 在另一個類B中,注入該類並使用,是ok的。 a.client.xxx 某次提交後,就死活 a.client = null了,必須得 a.getClie

spring , aop