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