花費 7 ms
[譯]深入理解JVM

深入理解JVM 原文鏈接:http://www.cubrid.org/blog/dev-platform/understanding-jvm-internals 每個使用Java的開發者都知道Ja ...

Sun Dec 27 07:55:00 CST 2015 7 94585
[譯]Java Thread Sleep示例

Java Thread Sleep示例 java.lang.Thread sleep(long millis)方法被用來暫停當前線程的執行,暫停時間由方法參數指定,單位為毫秒。注意參數不能為負數,否 ...

Mon Apr 14 00:55:00 CST 2014 1 5666
[譯]Redis大冒險

原文:ALCA in Redis-land 一篇對使用Redis在NoSQL的世界中冒險之旅的總結。 The legs of our journey 像每次出發一樣,先對我們這次的旅程路線做個介 ...

Sun Mar 23 08:34:00 CST 2014 5 3118
[譯]Java Thread join示例與詳解

Java Thread join示例與詳解 Java Thread join方法用來暫停當前線程直到join操作上的線程結束。java中有三個重載的join方法: public final ...

Sun Apr 13 07:42:00 CST 2014 1 2185

 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM