差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
下次修改 Both sides next revision
java:basic [2019/12/02 10:38]
tony [Resource]
java:basic [2020/06/03 22:45]
tony [Debug]
行 56: 行 56:
   * [[https://​codepumpkin.com/​use-private-constructor-java/​|What is the use of private constructor in Java?]]   * [[https://​codepumpkin.com/​use-private-constructor-java/​|What is the use of private constructor in Java?]]
   * [[https://​www.baeldung.com/​java-check-string-number|How to check string number?]]   * [[https://​www.baeldung.com/​java-check-string-number|How to check string number?]]
-  * [[https://​jianyuan.me/​2018/​08/​02/​jcmd-intro/​|JVM问题定位的瑞士军刀——JCMD]] 
-  * [[https://​www.jianshu.com/​p/​45415ebe0721|生成 Heap Dump 的几种方式]] 
   * [[https://​www.geeksforgeeks.org/​stream-peek-java-examples/​|Stream peek() in Java with examples]]   * [[https://​www.geeksforgeeks.org/​stream-peek-java-examples/​|Stream peek() in Java with examples]]
   * [[https://​dzone.com/​articles/​extracting-a-private-key-from-java-keystore-jks|Extracting a Private Key From the Java Keystore (JKS)]]   * [[https://​dzone.com/​articles/​extracting-a-private-key-from-java-keystore-jks|Extracting a Private Key From the Java Keystore (JKS)]]
 +  * [[https://​shipilev.net/​blog/​2016/​arrays-wisdom-ancients/​|Collection.toArray(new T[0]) or Collection.toArray(new T[size]), that's the question]]
 +===== Debug =====
 +  * [[https://​www.baeldung.com/​java-heap-dump-capture|Different Ways to Capture Java Heap Dumps]]
 +  * [[https://​jianyuan.me/​2018/​08/​02/​jcmd-intro/​|JVM问题定位的瑞士军刀——JCMD]]
 +  * [[https://​www.jianshu.com/​p/​45415ebe0721|生成 Heap Dump 的几种方式]]
 +  * [[https://​blog.csdn.net/​renfufei/​article/​details/​76350794|OutOfMemoryError系列(1):​ Java heap space]]
 ==== Network ==== ==== Network ====
   * [[http://​chenchendefeng.iteye.com/​blog/​461248|关于设置http响应头connection的作用]]   * [[http://​chenchendefeng.iteye.com/​blog/​461248|关于设置http响应头connection的作用]]