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