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
- comic agile
- hbase
- Linux
- web
- Book
- Spain
- MySQL
- leadership
- programming_book
- Software Engineering
- psychology
- France
- Programming
- Malaysia
- essay
- hadoop
- Book review
- Python
- django
- Java
- ubuntu
- RFID
- Italy
- history
- Kuala Lumpur
- erlang
- management
- program
- agile
- QT
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