OSI model이 생긴이유?다른 네트워크를 사용하는 컴퓨터와 소통이 가능하게 하기위해 please don't spadown to top a - application layer : HTTP 프로토콜이 이루어지는 곳 p - data 변환 압축 암호화 s - sessio
렌더러 프로세스프로세스 안에 여러 쓰레드가 있는데 그중 메인쓰레드가 브라우저로 전송된 대부분의 코드 처리 웹워커나 서비스워커를 사용하면 워커쓰레드가 JavaScript코드의 일부를 처리 https://blog.rhostem.com/posts/2021-01-03
타입변환과 단축평가 명시적 타입변환(explicit coercion)or 타입 캐스팅 (type casting)let x = 10let str = x.toString();console.log(typeof str, str) // string 10 console.log(
숫자문자열과 영단어 programmers.co.kr/learn/courses/30/lessons/81301
console.log 복사하기🔖 매우간단하지만 또 매우 유용한 console.log 복사하기! 현재 firebase에서 data를 가져와서 요리조리 만지고 수정해서 화면에 땅 하고 예쁘게 보여줘야할때 워낙 nested of nested of nested of....의 연속인 data베이스를 콘솔에 찍어도 다 나오지 않는다.. 그래서 복사할수 있는 방법이...
~ lsof -ti tcp:8080 | xargs kill
.schedule('59 14 \* \* 0') .timeZone('UTC')