본문 바로가기

2019/0133

교과서(Getting Start JAVA) 복습 1~187p #1JSON = 비동기 통신EDI문서 = 전자문서메타태그 -> html -> xml value로 가져옴 -> Json -> 객체 #2J2SE 5.0(2004년) = 제네릭, 가변인자, 메타 데이터(주석, annotation) #3java.lang 기본 언어기능과 언어 중추 기능을 가진 클래스java.util 컬렉션 데이터 구조 클래스java.io 입출력 조작에 필요한 클래스java.nio 채널을 이용한 파일 입 출력인 new I/O 프레임 워크 #3자바의 주요 실행 파일 보안 구현 툴 : keytool, jarsigner, policytook, kinit, klist, ktab 원격에서 메소드를 호출하는 툴(RMI) : rmic, rmiregistry, rmid, serialver 모니터링을 실행하는 툴.. 2019. 1. 2.
국비교육 24일차 #1java.util.concurrent = 비동기식 1. Executor : 스레드의 재사용과 스케쥴링 등 병렬 처리2. ExecutorService3. 스레드 풀 java.util.concurrent.Executors : Executor 인터페이스 등의 구현 인스턴스를 반환방법을 제공하는 유틸리티 클래스- Executors.newSingleExecutor() : 하나의 스레드에서 작업을 처리하는 Executor를 리턴받아옴 (Executor의 execute() 메소드에 Runnable을 구현한 작업을 전송하여 작업을 수행) Executors에 정의된 구현 인스턴스를 반환하는 방법newSingleThreadExecutor() : 하나의 스레드에서 작업을 수행newFixedThreadPool() : 지정.. 2019. 1. 2.
1월 1일 Thinking Fast and Slow 46~48p Intelligence is not only the ability to reason; it is also the ability to find relevant material in memory and to deploy attention when needed. Daniel Kahneman [Thinking Fast and Slow] 2019. 1. 1.