Home

0

2022.06

First Week Renewal My blog site [O] Changing the concept of categories and tags in all of my posts. [O] Adding Domain page for what i searched tho tags [O] Renewal house keeping excel sheet [] Bei

0

Cheate Engine

ebook drm 걸려있는 파일에서 순수 pdf 파일 얻는 방법cheat engine 프로그램을 실행한다. 각 회사에서 제공하는 ebook 리더기 프로그램을 실행한 후 변환하려는 서적을 연다. cheat engine 에서 %PDF-1.6 검색하고 난 후 나타난 메모리 주소를 기록해두자. (검색 목록이 없는 경우 %PDF-1 까지만 검색. 버전이 다를 수도

0

Docker build

Docker 이미지들이 기본적으로 저장되는 위치 /var/lib/docker https://pjh37.github.io/springboot/2020/08/03/springboot-11.html https://doinge-coding.tistory.com/entry/Docker-docker-compose%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED

0

Docker Compose commands

https://nirsa.tistory.com/81 1번은 어떤 베이스 이미지를 사용할 지 docker-compose 안에서 선언을 해주었다면, docker-compose에서 선언하여 Dockerfile을 이용해 자동으로 docker build 후 베이스 이미지로 사용할 수 있습니다. https://nirsa.tistory.com/79 docker-comp

0

About java enum inheritance

java enum object can express the relationship of inheritance easily. the calculator enum object implements the abstract method named ‘calculate()’ as you can see the below code. the each elements in t

0

Kotlin apply also with let run...

https://medium.com/@limgyumin/%EC%BD%94%ED%8B%80%EB%A6%B0-%EC%9D%98-apply-with-let-also-run-%EC%9D%80-%EC%96%B8%EC%A0%9C-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94%EA%B0%80-4a517292df29

0

Kotlin dsl marker

@DslMarkerThe problemWhen using DSLs, one might have come across the problem that too many functions can be called in the context https://kotlinlang.org/docs/type-safe-builders.html#scope-control-dslm