티스토리 단축키1 티스토리 단축키 단축키 확인: Ctrl + /많이 쓰는 단축키1. 제목 토글: Ctrl + Alt + 1 2. 본문 토글: Ctrl + Alt + 2 3. 글머리 기호 토글: Ctrl + Alt + 4 4. 글자색, 배경색: Ctrl + Alt + [ 또는 ]- 글자색이에요, 배경색이에요 5. 코드 블럭: Ctrl + Alt + ,public class CallableMainV1 { public static void main(String[] args) throws ExecutionException, InterruptedException { ExecutorService es = Executors.newFixedThreadPool(2); Future future = es.submit(new MyCallable()); .. 2024. 10. 5. 이전 1 다음