Rust 요약(기초) Rust 요약(기초) 설치하기 curl https://sh.rustup.rs -sSf | sh Hello, World! 프로젝트 생성 cargo new hello … 더보기
IntelliJ 코멘트 스타일 변경하기(Comment style) IntelliJ 코멘트 스타일 변경하기(Comment style) IntelliJ 는 디폴트로 코멘트를 라인의 처음에 위치시킨다. 이럴 변경하기 위해서는 … 더보기
JUnit5 단위 테스트(Unit Test) JUnit5 단위 테스트(Unit Test) Mock(모조품) 을 이용한 단위 테스트 방법을 정리합니다. build.gradle dependencies { // … 더보기
Load module on reboot 부팅시 모듈 로딩하기 Load module on reboot 부팅시 모듈 로딩하기 아래의 명령으로 부팅시 모듈을 자동으로 로드할 수 있다.… 더보기
Intellij 데이타베이스(DB) 연결하기 Intellij 데이타베이스(DB) 연결하기 Database Window 열기 메뉴 > View > Tool Windows > Database 에서 … 더보기
Jenkins java.io.NotserializableException: groovy.lang.IntRange Jenkins java.io.NotserializableException: groovy.lang.IntRange 참조 문제의 시작 젠킨스는 확장성 있는 코드를 위해, Serializable 가능한 객체만 쓰도록 … 더보기