Java) Thread간 실행순서 with Sleep()
public class test { public static void main(String args[]) { //System.out.println("test"); Thread1 t1 = new Thread1(); Thread2 t2 = new Thread2(); t1.start(); t2.start(); try { t1.sleep(2000); } catch (InterruptedException e) {} System.out.print(""); } } class Thread1 extends Thread { public void run() { for(int i=0 ;i
General, Java
2019. 9. 14. 14:04
AsynchTask, Thread를 통한 네트워크 연결
안드로이드에서 인터넷, 네트워크 연결시 MainActivity에서 바로 실행되지않는다. 별도의 AsynchTask나 Thread가 필요! AsynchTask()와 @override doInBackground()의 사용과 관련한 자료들 http://mainia.tistory.com/2161 https://blog.asamaru.net/2015/09/03/android-http-ping/ https://hashcode.co.kr/questions/2059/androidosnetworkonmainthreadexception%EC%9D%80-%EC%96%B4%EB%96%BB%EA%B2%8C-%ED%95%B4%EA%B2%B0%ED%95%98%EB%82%98%EC%9A%94 물론 manifests의 는 기본.
Android
2019. 9. 11. 20:13
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Java
- sort
- Android
- reversing
- graph
- Algorithm
- Vo
- Stack
- git
- JPA
- FRAGMENT
- queue
- 리버싱
- javascript
- socket
- C
- Android Studio
- Data Structure
- 우아한 테크코스
- 해외여행
- 회고
- OneToMany
- 프로그래머스
- 웹해킹
- dfs
- webhacking.kr
- 개발자
- mysql
- bfs
- brute-force
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함