본문 바로가기

반응형

전체 글

(349)
StackOverflowError (Kotlin) StackOverflowError가 생겼을 경우 다양한 이유로 에러가 난다. 다양한 해법을 여기 모아 본다. 해결방안 1 (data class인 경우 case ) https://stackoverflow.com/questions/59558988/hibernate-enver-findrevisions-hashcode-stackoverflowerror /* StackOverflowError Model */ data class TestOneClass ( ... @OneToMany testManyClass : TestManyClass ) data class TestManyClass ( ... @ManyToOne testOneClass : TestOneClass ) /* Solution * data class 를 보..
Kotlin 데이터 타입 확인 방법 데이터.javaClass 데이터.javaClass.name println("${true.javaClass}") println("${true.javaClass.name}") ----------------------------------- boolean boolean
VSCode 단축키 설정 / 변경 (window)(내가 많이 쓰는 Visual Studio Code 단축키 ) 0. 기본 단축키 https://code.visualstudio.com/docs/introvideos/basics Getting started with Visual Studio Code Download and learn the basics of Visual Studio Code. code.visualstudio.com 영어 되시는 분들 : https://code.visualstudio.com/docs/getstarted/keybindings Visual Studio Code Key Bindings Here you will find the complete list of key bindings for Visual Studio Code and how to change them. code.visualstudio..
Visual Studio Code 설치 ~ 기본설정 (Window/nodejs) vscode의 IntelliSense가 맛이 갔다... 그래서 모든걸 다 지우고 다시 깔아보면서 적어보았다..ㅜㅜ 필요한 부분만 열어서 보자.. 1. 설치 더보기 1. 설치파일 다운로드 공식 사이트에서 다운로드 받으면 된다. https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux..
mysql 자료 및 링크 https://riptutorial.com/ko/mysql RIP Tutorial (Stack Overflow Documentation) Documentation on languages such as C#, Entity Framework, SQL, and a lot of more! riptutorial.com https://riptutorial.com/ko/ 홈페이지에서 제공해주는 mysql tutorial file

반응형