전체 글72 [백준 2750] 수 정렬하기 public class Q2750 { public static void main(String[] args) throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st = new StringTokenizer(br.readLine()); int n = Integer.parseInt(st.nextToken()); int[] arr = new int[n]; int size = arr.length; for(int i=0; i 2018. 12. 13. 자바 설치 (JDK, 환경변수) 개인적 정리용이므로 대충작성https://www.oracle.com/downloads/index.html 운영체제에 맞는 버전을 다운로드 후 파일을 설치이후 환경변수 부분 끗 2018. 3. 4. java.sql.SQLException: ORA-00911: 문자가 부적합합니다 나의 경우에는 디벨로퍼에서 쿼리 테스트 후 세미콜론(;)을 통째로 가지고 와서 발생했음세미콜론이 찍혔는지 확인 Error Log -------------- --- Cause: java.sql.SQLException: ORA-00911: 문자가 부적합합니다 이하 생략 2017. 11. 27. Eclipse UTF-8 설정 이클립스 메뉴Window - Preferences 1. General - Content Types 들어가서 상단 Contents Type 에 Java Class File 선택, 하단의 Default encoding에 UTF-8 입력 후 update 2. General - Editors - Text Editors - Spelling 들어가서 Encoding 을 UTF-8 로 설정 후 Apply 3. General - Workspace 들어가서 하단의 Text file encoding 을 UTF-8 로 설정 후 Apply 4. 좌측 메뉴 상단의 검색부분에 encoding 입력 CSS, HTML, JSP, XML 각각 UTF-8로 설정 후 Apply 2017. 11. 25. 이전 1 ··· 15 16 17 18 다음