https://real-dongsoo7.tistory.com/129 Docker network는 어떻게 구성되어 있을까? 지난 글에서 Docker를 통해 Tomcat과 Redis를 구동하기 위해했던 작업 과정을 정리했었어요. 내용을 정리해놓은 링크는 글 맨 아래에 링크 걸어둘 테니 궁금하신 분들은 한번 들려주세요! 이번엔 두 real-dongsoo7.tistory.com \ https://youngmind.tistory.com/entry/%EB%8F%84%EC%BB%A4-%EA%B0%95%EC%A2%8C-3-%EB%8F%84%EC%BB%A4-%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%81%AC-1 Docker 강좌 - 3. Docker 네트워크 1 - 소개 및 Bridge 도커 네트워크 Ov..
우분투에서 패키지를 설치하기 위해 apt-get 명령을 많이 사용한다. apt-get은 Advanced Packaging Tool의 약자로 우분투를 포함한 데비안 계열의 리눅스에서 사용되는 패키지 관리 툴이다. 터미널을 통해 간편하게 패키지를 설치할 수 있어 GUI 기반의 패키지 설치 도구보다 더 널리, 많이 사용되는 소프트웨어다. apt-get에는 update와 upgrade 명령이 있는데 유사해보이지만 분명 다른 역할을 하는 명령이다. apt-get update 'apt-get update'는 운영체제에서 사용 가능한 패키지들과 그 버전에 대한 정보를 업데이트하는 명령어다. 설치되어 있는 패키지를 최신으로 업데이트하는 것이 아닌 설치가능한 리스트를 업데이트하는 것이다. apt-get install 명..
https://eshley9199.tistory.com/102
이미지 데이터 처리 https://mine-it-record.tistory.com/277 공식 문서 https://ckeditor.com/docs/ckeditor4/latest/guide/dev_framed.html Classic Editing - CKEditor 4 Documentation Learn how to install, integrate and configure CKEditor 4. More complex aspects, like creating plugins, widgets and skins are explained here, too. API reference and examples included. ckeditor.com 리사이징 https://jeffrey-oh.tistory.com/12..
https://velog.io/@jihoson94/BIO-NIO-Connector-in-Tomcat BIO, NIO Connector Architecture in Tomcat Servlet 과 Servlet Container를 소개할 때 대표적인 Servlet Container인 Tomcat을 소개했습니다. Tomcat의 Servlet Container Framework인 Catalina가 핵심적인 요소입니다. 하지만 Tomcat에서 핵심적 velog.io https://do-study.tistory.com/124 Java / Servlet 비동기 기술 흐름 with Spring 1. Servlet 3.0 이전 기존 알고 있었던과 같이 1 Request per 1 Thread 할당 방식이다. 오래걸리는 ..
https://rebro.kr/167
https://lannstark.tistory.com/14