Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 유효성
- templet
- $(document).on
- 자바 예상문제
- nodejs http
- container-fluid
- #{}
- 포워드 엔지니어링
- git message
- interface default
- 최대값 최소값
- nodejs
- 전역객체
- 자바 로또
- MariaDB
- ${}
- BCrypt
- bubblesort
- resultType="hashmap"
- cmd mariaDB
- 알고리즘
- it지원
- $('input [name=
- map형태 jsp와 mapper
- SQL
- git
- gradle 설치
- REST
- a href="#" onclick="return false"
- git 명령어
Archives
- Today
- Total
Rubberduck-Debugging
eclipse 설치 후 기본 셋팅 본문
0. installation folder를 원하는 위치에 변경해야 한다면 주의해야 함
1. general/ workspace : text file encoding -> utf-8 변경
(패스가능 2. general/ editor/text editors
-> Displayed tab width -> 2 변경
show print margin 체크박스 체크, print margin column 80 -> 100변경
show line numbers 체크박스 체크
show whitespace characters 체크박스 체크(공백 확인용))
3. java 11 버전 지원하는 플러그인 설치
4. code style / formatter -> google Style 다운로드 및 적용
https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml
eclpise-java-google-style.xml 다른이름으로저장
5. compiler -> jdk 기본 레벨 설치버전으로 변경(해당 11)
6. web에서 utf-8로 변경
'개발자 > Dev Tool 설치' 카테고리의 다른 글
MyBatis 설치 방법 (0) | 2018.12.05 |
---|---|
gradle 설치 및 git 명령어 (0) | 2018.11.27 |
apache tomcat과 mariaDB 설치 (0) | 2018.11.27 |
java 설치 후 기본 셋팅 (0) | 2018.11.27 |