Home
ABarthDew
Cancel

Vue Lesson

vue-lesson 강의에서 다루는 내용 실습 미리보기 개발환경 +ubuntu node 설치 $ sudo apt update $ sudo apt install nodejs // node download $ nodejs -v // read version $ sudo apt install npm // npm(node manager)...

Linux with CentOS

PostgreSQL 설치 1. 설치 공홈 또는 출처 중 하나 들어가서 그대로 설치 2. 비번 설정 # passwd postgres 3. 비번 변경 및 확인 [JonahWeimer@localhost ~]$ sudo -i력 ----------------------------------------- [sudo] password for J...

git for Advanced

gitHub → New Repository 생성 후 로컬 저장소에서 git 올리기 환경 세팅 ✅ git bash, gitHub, repository(name: test0) 🔰 git 리파지토리에서 아무런 작업 없이 바로 clone 받아서 올리기 git clone -> git add, commit -> (git branc...

JAVA Method Reference

메서드 레퍼런스 Overview of Method References 종류 Syntax Method Reference Lambda Expression 1. Reference to a static method ContainingClass::s...

2-1. Spring Reactive - Reactive Spring

2-1. Reactive Spring 1) 리액티브가 왜 필요한가? 💡 2008년 넷플릭스 서버 과부하 사태 ⇒ 장애 고립이 되지 않았다 = 데이터베이스 특정 부분에서 발생한 장애가 고립되지 않았다 ⇒ 서비스 분산효과를 극대화하기 위한 비동기 시스템이 필요함. 2) 스프링 5의 Key JDK 9 http/2 : 월드 와이드 웹에...

1-3. Spring Reactive - Spring WebFlux

1-3. Spring Web Flux 💡 Spring 5.0 2016년 M1공개 M5 → RCI (2017년 6월) 자바 8+ 1) Spring-WebFlux 구 Spring-Web-Reactive(스프링 4) / (스프링의 웹을 담당하는 기본 모듈은 web MVC) 스프링 5의 메인 테마는 원래 ...

1-2. Spring Reactive - Async, Spring

1-2. Async & Spring 📌 들어가기 전에 - 발표 내용 스프링 3.2 ~ 4.3에서의 비동기 개발 방법 @Async Asynchornous Request Processing AsyncRestTemplate 📌 들어가기 전에 - 배경지식 자바 비동기 개발 ...

1-1. Spring Reactive - Process, Thread, Reactive

1-1. 프로세스, 스레드, 리액티브 1) 프로세스, 스레드 🔰 프로세스 독립된 실행의 단위 과거 CPU - 프로세스가 독점 memory - 프로세스가 메모리 공간을 자유롭게 사용 현대 CPU - OS의 스케줄러에 의해 time slice(정해진 시간)만큼 실행 memory - OS로 할당받은 메모리 공간 사용 ...

go to git-to-hell for beginners

🔥git-to-hell🔥지옥으로 가는 git🌟 git-to-hell