목록Scrap (12)
Kim Jinung
소프트 웨어 모듈의 세 가지 목적 실행 중에 제대로 동작한다. 간단한 작업만으로도 변경이 가능해야 한다. 특별한 훈련 없이도 개발자가 쉽게 읽고 이해할 수 있어야 한다. 은 총알은 없다. 효율적일지라도, 협업 능력이 제로인 코드는 지양한다.
https://d2.naver.com/helloworld/59361
https://youtrack.jetbrains.com/issue/IDEA-309713 Can't run Spring Boot projects located on WSL : IDEA-309713 I recently bought and installed Intellij but it seems not to go the way along with WSL2. I have tried to open all my Spring Boot projects and create new ones and none of them works on WSL. Intellij just stops or freezes while Reading Maven Projects -ᐳ Re youtrack.jetbrains.com 원인 Window d..
https://www.jetbrains.com/help/idea/uninstall.html#standalone Uninstall IntelliJ IDEA | IntelliJ IDEA www.jetbrains.com 위 링크에서 OS마다 제거해야하는 캐시, 설정 파일 경로를 확인할 수 있다.
How to correct `git` reporting `detected dubious ownership in repository` without adding `safe.directory` when using WSL? I used git for the last few years in this context: Host = my laptop, windows. WSL enabled Repos live in the Linux side. I access them both from the Linux and the Windows side. I can access the fi... stackoverflow.com 루트 디렉토리 정해두고 재귀로 모두 허락할 수 있는 방법을 찾다가 실패했다. 대안으로 아래 처럼 와일드 카..
https://medium.com/javarevisited/spring-beans-in-depth-a6d8b31db8a1 Spring Beans in Depth What is a Spring Bean, how to use it, its scopes and lifecycle medium.com
https://dba.stackexchange.com/questions/127564/how-to-use-count-with-multiple-columns How to use COUNT with multiple columns? How to use multiple columns with a single COUNT? Assume that there is a table demo with these data: id | col1 | col2 | -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* 1 |'alice' | 'book1'| 2 ... dba.stackexchange.com
객체 스토리지란 무엇인가요 - 객체 스토리지 - AWS Amazon Simple Storage Service(S3)는 업계 최고의 확장성과 데이터 가용성 및 보안과 성능을 제공하는 객체 스토리지 서비스입니다. 규모와 업종에 상관없이 고객은 Amazon S3를 이용하여 데이터 레이크, aws.amazon.com 객체 스토리지란? 사용 사례 및 이점 | Google Cloud 클라우드 객체 스토리지란 무엇인가요? 일반적인 사용 사례, 이점, 객체 스토리지의 작동 방식, 파일 스토리지와의 차이점을 여기에서 자세히 알아보세요. cloud.google.com
https://www.youtube.com/playlist?list=PLVsNizTWUw7E2KrfnsyEjTqo-6uKiQoxc 뇌를 자극하는 윈도우즈 시스템 프로그래밍 www.youtube.com 컴퓨터 구조 (CPU + Cache) 운영체제 (프로세스 & 스레드 + 메모리 관리) 컴퓨터 구조와 운영체제에서 알게 된 내용들이 어딘가 붕 떠 있는.. 연결되지 않은 채로 남아있었는데, 코드 작성하고 컴파일하고, 어셈블러가 바이트 코드로 변경해주고, 메모리에 적재되어서 프로세스가 CPU에 할당되는 흐름을 전체적인 뷰로 이해할 수 있게 도와준다. 결국 애플리케이션 개발자도 시스템 프로그래밍 위에서 작업을 하기 때문에 모르면 손해다.
https://learn.microsoft.com/en-us/azure/architecture/patterns/backends-for-frontends Backends for Frontends pattern - Azure Architecture Center Explore the Backends for Frontends pattern, which creates separate backend services to be consumed by specific frontend applications or interfaces. learn.microsoft.com 모바일 시장이 성장했다. 서비스는 같지만 구체적으로, 모바일에 제공해야하는 데이터와 PC에 제공해야하는 데이터의 종류가 다른 경우 (모바일은 정수로 데이터..