差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

java:guava [2018/06/24 23:24]
tony [Resource]
java:guava [2023/06/25 09:48]
行 1: 行 1:
-{{tag>​java guava}} +
-====== Guava ====== +
-===== Introduction ===== +
-Guava提供許多常見問題的實做,節省了我們開發時間。 +
-===== Articles ===== +
-  * [[java:​guava:​reflections:​newProxy|Reflection.newProxy]] Dynamic Proxy +
-  * [[java:​guava:​cache:​helloWorld|Guava Cache Hello World]] Map Cache +
-  * [[java:​guava:​suppliers:​cache|Cache with Suppliers]] Object Cache +
-  * [[java:​guava:​suppliers:​file_changed_cache|File Changed Cache]]  +
-  * [[java:​guava:​migration_problems|Migration Problems]]  +
-===== Resource ===== +
-  * [[https://​github.com/​google/​guava/​wiki|Guava wiki]] +
-  * [[https://​www.gitbook.com/​book/​stonelion/​guava_ch/​details|GitBook - Getting.Started.with.Google.Guava]] +
-  * [[https://​github.com/​google/​guava/​wiki/​PreconditionsExplained|Preconditions]] 讓code更乾淨+