public void dumpInputStream(InputStream inputStream) { File file = new File(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS), "dump.log"); try { OutputStream outputStream = new FileOutputStream(file); IOUtils.copy(inputStream, outputStream); } catch (IOException e) { e.printStackTrace(); } context.sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, Uri.f..
JSON으로 SOAP 처럼 통신 하는것이 최종 목표입니다. http://code.google.com/p/ned3y2k/source/browse/#svn%2Ftrunk%2FJava%253Fstate%253Dclosed 반드시 기준이 되는 interface가 있어야 합니다.아래는 예제입니다. 클라이언트 예제public class Info {public String id;public String name;public String password;} public interface InfoRepository {public Info findById(string id);} public class InfoRepositoryImpl {public static void main() {InfoRepository repo =..
- Total
- Today
- Yesterday
- 자바
- god knows
- 사운드블라스터
- 에니메이션OST
- 유틸리티
- 드라이버
- Objective C
- 음악
- 눈
- Xbox360
- 그누보드
- 오디지
- 유틸 활용
- php
- 사이버포뮬러
- OSX
- 스즈미야 하루히의 우울
- javascript
- windows 7
- 제주
- 메모리부팅
- 제주대학교
- 유틸
- IT·컴퓨터
- MAC
- 맥북
- Mac osX
- PS2
- 매킨토시
- 맥
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |