우분투 20.04 LTS 한글 입력기 설치
·
SERVER/리눅스
보호되어 있는 글입니다.
[Spring] pom.xml 변경 후 업데이트
·
Web & Android/SpringBoot
pom.xml 파일을 수정 후 maven -> Update Project를 진행해줘야만 내용이 변경 후 저장됨
[Eclipse] JPA 항목 없을 경우 추가하는 방법
·
Web & Android/SpringBoot
JPA 프로젝트 생성 후 Project Facets에서 JPA 항목이 보이지 않을 때 해결하는 방법이다. [해결방법] 1. Help -> Install new software... -> Work with 항목에 http://download.eclipse.org/releases/oxygen 을 입력 후 엔터 2. 아래 Name 항목 중 JPA 관련 모든 항목을 체크 ( "type filter text" 항목에 JPA 라고 입력하면 쉽게 찾을 수 있음) 3. 설치 후 이클립스 재실행 하면 뜸
[에니그마 시뮬레이터] 설치 및 사용법
·
자격증 & 공부/시스템보안
[에니그마 시뮬레이터 설치 방법] 1. https://www.ciphermachinesandcryptology.com/en/enigmasim.htm Enigma Simulator CIPHER MACHINES AND CRYPTOLOGY Enigma Simulator v7.0 This software is an exact simulation of the 3-rotor Wehrmacht (Heer and Luftwaffe) Enigma, the 3-rotor Kriegsmarine M3, also called Funkschlussel M, and the famous 4-rotor Kriegmarine M4 Enigma cipher ma www.ciphermachinesandcryptology.com 위 페이지..
[Spring] [WARNING]The requested profile "pom.xml" could not be activated because it does not exist.
·
Web & Android/SpringBoot
프로젝트 Maven install 시 다음과 같은 오류가 발생하였다. [WARNING] The requested profile "pom.xml" could not be activated because it does not exist. 이 오류의 원인을 Maven install 시 Run configuration의 pom.xml 문제로 확인되었습니다. pom.xml 파일이 없다고 나오는데 프로젝트에는 존재합니다. [해결방법] 프로젝트 우클릭 -> Properties -> Maven 1. 입력되어 있는 pom.xml 파일명을 삭제해줍니다. 2. 'Apply'를 누르면 이러한 화면이 뜨는데 여기서 'Yes'를 누릅니다. 이 과정을 한 후 실행해보면 [WARNING]이 뜨지 않는 것을 확인할 수 있습니다.
[SpringBoot] 이클립스 콘솔 라인 수 제한
·
Web & Android/SpringBoot
스프링부트 공부를 하는 도중 Run을 하는데 밑에 나와있는 창이 떠 불편함이 생겼습니다. 이 알림창은 콘솔에 출력하는 출력 라인 크기 제한을 해제하거나 출력 라인을 증가시키라는 내용입니다. [해결방법] 1. Window -> Preferences -> Run/Debug -> Console 이 창에서 해결하는 방법은 총 두 가지입니다. 방법 ① 체크되어 있는 Limit console output을 해제해줍니다. 방법 ② Limit console output을 체크한 후 Console 출력 라인수를 증가 적당한 수치로 콘솔 버퍼 사이즈를 증가시킵니다.