일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Compiler
- 인간과 교육
- 영화
- 컴파일러
- Database
- 책
- Java
- 교육
- Programming
- 데이터베이스
- 컴퓨터
- Algorithms
- 백과사전
- OS
- 알고리즘
- Computer
- architecture
- 용어
- 영어
- 운영체제
- Book
- 프로그래밍언어
- 광고
- Software
- ISBN:89-20-34523-6
- 컴퓨터과학과
- 방송통신대학교
- 법
- EJB
- Today
- Total
목록분류 전체보기 (520)
Digital Intelligence
2007년 1월 2일 / 삼성전자 삼성전자의 초간편 실버폰 ’지터벅’이 인터내셔널 헤럴드 트리뷴(IHT)紙의 ’2006년을 빛낸 제품’ (Bits of Brilliance: 2006 Gadgets)으로 선정됐다. 인터내셔널 헤럴드 트리뷴은 지난 달 28일 기사를 통해 삼성전자의 ’지터벅’, 마이크로소프트의 뮤직플레이어 ’ZUNE’, 트랙볼(Trackball)을 이용한 PDA 단말기 블랙베리 등을 2006년을 빛낸 10대 제품으로 선정했다고 밝혔다. 인터네셔널 헤럴드 트리뷴은 지터벅에 대해 "첨단 IT기기 사용을 두려워하는 사람들을 위해 복잡한 기능과 버튼을 과감히 없애고 심플한 디자인을 통해 사용자 편의성을 최대한 살린 휴대폰"이라고 설명했다. ’지터벅’은 삼성전자와 미국 이동통신사 그레이트콜사가 지난 ..
Ref : http://www.sun.com/training/catalog/courses/CX-310-090.xml Spec : http://java.sun.com/products/ejb/docs.html#specs Exam Objectives EJB Overview Identify the use, benefits, and characteristics of Enterprise JavaBeans technology, for version 2.0 of the EJB specification. Identify EJB 2.0 container requirements. Identify correct and incorrect statements or examples about EJB programming restr..
영문제목(English) Ruby in a Nutshell ISBN 0-596-00214-9 Amazon 기간(Reading in) 2006/12/25-2006/12/25 평가(5단계,Rate) ★★★ 관련서적(Similar Books) 1. Ruby in a Nutshell by Yukihiro Matsumoto ------------------------------------------------- Publisher: O'Reilly Pub Date: November 2001 ISBN: 0-596-00214-9 Pages: 218 2. Ruby Cookbook by Lucas Carlson, Leonard Richardson ------------------------------------------..
Creator : Yukihiro Matsumoto http://en.wikipedia.org/wiki/Yukihiro_Matsumoto His Web Diary http://www.rubyist.net/~matz/ Wikipedia소개 http://en.wikipedia.org/wiki/Ruby_%28programming_language%29 공식 홈페이지(한국어) http://www.ruby-lang.org/ko/ Ruby는 Yukihiro Matsumoto가 순수객체지향개념으로 만든 스크립트언어임.
이미지출처:http://www.digitalfilmmaker.com/Bang/bang_frame.html Kevin Carter http://en.wikipedia.org/wiki/Kevin_Carter Photographer Haunted by Horror of His Work http://flatrock.org.nz/topics/odds_and_oddities/ultimate_in_unfair.htm THE LIFE AND DEATH OF KEVIN CARTER http://www.thisisyesterday.com/ints/KCarter.html 세상의 이목은 집중시키되, 자신은 치고 빠지는 전형적인 낚시꾼들.
주제(Subject) -------------------------------------------------------- 한글(약어) : 가비지 수집기 영어(약어) : garbage collector (GC) 관련개념(Related Concepts) -------------------------------------------------------- 명시적 히프(heap) 변수 현수(懸垂) 참조(dangling reference) 프로그래밍 언어 메모리 관리 포인터 개요(Summary) -------------------------------------------------------- 사용이 끝난 기억장소를 회수하는 일을 하는 프로세스. 언어에 따라서는 기억장소를 할당하거나 해제하는 일을 명시적으로 ..
주제(Subject) -------------------------------------------------------- 한글(약어) : 가변 레코드 영어(약어) : variant record 관련개념(Related Concepts) -------------------------------------------------------- 형 구축자 합집합 프로그래밍 언어 개요(Summary) -------------------------------------------------------- 형 구축자 합집합(union)에서 레코드 내부가 가변적으로 구성될 수 있음을 의미 본문(Body) -------------------------------------------------------- 가변 레코드가 적..