[출처] http://www.math.utah.edu/docs/info/gawk_4.htmlMany useful awk programs are short, just a line or two. Here is a collection of useful, short programs to get you started. Some of these programs contain constructs that haven't been covered yet. The description of the program will give you a good idea of what is going on, but please read the rest of the book to become an awk expert!Most of the ..
public static String clobToString(CLOB clob) throws Exception { StringBuffer s = new StringBuffer(); BufferedReader br = new BufferedReader(clob.getCharacterStream()); String ts = ""; while((ts = br.readLine()) != null) { s.append(ts + "\n"); } br.close(); return s.toString(); }
Intelij Idea 기반의 안드로이드 개발툴 Android Studio 출시 되었습니다. http://developer.android.com/sdk/installing/studio.html 에서 무료로 다운로드 받으 수 있습니다. 안드로이드는 자바를 기반으로 해서 개발이 쉬운편인데 개발툴 (eclipse) 기반에서는 영 아니다 싶을 정도 였습니다. 아이폰 개발할때 쓰는 xcode는 eclipse 기반의 안드로이드 개발 환경에 비하면 가히 혁명적이라고 할 수 있었죠. ㅋㅋ 자바 개발툴인 Intelij 플랫폼을 기반으로 안드로이드 개발툴로 만든 Android Studio을 알게 된 순간 가슴이 bounce 했습니다. 과연 ~~~ 짦은 사용 소감은 GUI Design 은 발군으로 좋아 졌으나 여전히 에뮬레..
자바에서 long, double 로 조단위가 넘는 숫자의 사칙연산시 결과가 이상하게 나올때가 있습니다. 그래서 조단위가 넘는 경우엔 long, double 대서 BigDecimal 형을 사용하면 문제가 해결됩니다. long -> BigInteger double -> BigDouble ex) BigInteger bInt = new BigInteger("0"); bInt = bInt.add(new BigInteger("3222222222222")); bInt = bInt.add(new BigInteger("2322222222223")); System.out.println("res = " + bInt.longValue());
- Total
- Today
- Yesterday
- Life Chair
- 증권정보포털
- 파나소닉 비데 DL-EH10KWS
- Pixel Pals
- 배당급
- 유가바이트디비
- 코라나 19
- 빈센트 반 고흐
- node.js
- 홈 오피스
- 솔리드 쿨론
- 남설 팔찌
- 루미큐브 종류
- 브리다 정수기
- yugabyteDB
- weka
- 톡토기
- 별이 빚나는 밤
- Sybase IQ
- JMW 헤어드라이기기
- 고체 향수
- 별잉 빛나는 밤
- VARIDESK
- 오미크론
- 르세라핌
- 로니카 BCS
- GKRS
- 매직 트랙패드2
- 카카오 에드
- 화분벌레
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |