Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Spain
- hbase
- history
- Programming
- management
- Book
- MySQL
- Linux
- RFID
- Malaysia
- django
- erlang
- Book review
- psychology
- QT
- Kuala Lumpur
- web
- Italy
- essay
- comic agile
- France
- ubuntu
- leadership
- Java
- hadoop
- Software Engineering
- program
- Python
- agile
- programming_book
Archives
- Today
- Total
목록Callable (1)
Thread timeout 적용 test
//thread에 timeout 적용 test. timeout이 되는 것이 있고, //timeout이 되지 않고 일단 시작한 thread는 끝까지 실행하는 것이 있음 import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.List; import java.util.concurrent.Callable; import java.util.concurrent.ExecutionException; import java.util.concurrent.Executors; import java.util.concurrent.Future; import j..
Programming/Java
2011. 4. 12. 02:17