일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 컴퓨터
- 용어
- 인간과 교육
- 책
- Software
- 컴퓨터과학과
- 프로그래밍언어
- 운영체제
- 백과사전
- 교육
- Programming
- Database
- ISBN:89-20-34523-6
- 법
- Book
- Compiler
- Java
- 컴파일러
- Computer
- EJB
- 알고리즘
- OS
- 데이터베이스
- 광고
- 영화
- 방송통신대학교
- 영어
- Algorithms
- architecture
- Today
- Total
목록분류 전체보기 (520)
Digital Intelligence
주제(Subject) -------------------------------------------------------- 한글(약어) : 오프라인 아약스() 영어(약어) : Offline Ajax() 관련개념(Related Concepts) -------------------------------------------------------- AJAX 개요(Summary) -------------------------------------------------------- Ajax기반의 웹을 Offline상에서 작동할 수 있도록 하는 실험적 기술. 본문(Body) -------------------------------------------------------- 이를 구현하기 위해서는 몇 가지 기술기반..
주제(Subject) -------------------------------------------------------- 한글(약어) : 소셜네트워크 분석() 영어(약어) : Social Network Analysis(SNA) 관련개념(Related Concepts) -------------------------------------------------------- Social Network(Wiki) Folksonomy 개요(Summary) -------------------------------------------------------- 소셜네트워크에 쌓여 있는 데이터로부터 정보와 지식을 추출하는 기술 본문(Body) -------------------------------------------..
트랜잭션의 성격 ACID 1. Atomic(원자성) 2. Consistent(일관성) 3. Isolated(격리) 4. Durable(영속성)
다운로드는 여기 http://simfile.chol.com/view.php?fnum=127718 제작사 홈페이지는 여기 http://rodream.net/subpage.htm?page=down 생긴 모양은 이렇게,,, 직관적이어서, 별도의 사용 설명 같은 것도 불필요한 프로그램.
Ruby는 Yukihiro Matsumoto("Matz")가 만든 객체지향 스크립팅 언어다. 관련서적 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 ------------------------------------------------- Publisher: O'Reilly Pub Date: July 2006 Print ISBN-10: 0-596-52369-6..
Lifecycle of a STATELESS Session bean Lifecycle of a STATEFUL Session bean instance Life Cycle of an entity bean instance Life Cycle of a MESSAGE-DRIVEN bean Enterprise Java Beans (TM) Specification ("Specification") Version: 2.0 Status: Final Release Release: August 22, 2001 Copyright 2001 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All rights reserved. Down..
4.3.1 Session objects A typical session object has the following characteristics: • Executes on behalf of a single client. • Can be transaction-aware. • Updates shared data in an underlying database. • Does not represent directly shared data in the database, although it may access and update such data. • Is relatively short-lived. • Is removed when the EJB Container crashes. The client has to re..
Enterprise Java Beans (TM) Specification ("Specification") Version: 2.0 Status: Final Release Release: August 22, 2001 Copyright 2001 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All rights reserved. Download Spec from java.sun.com : http://java.sun.com/products/ejb/docs.html#specs