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
- $('input [name=
- $(document).on
- 자바 로또
- gradle 설치
- interface default
- 최대값 최소값
- cmd mariaDB
- git message
- git
- 전역객체
- 포워드 엔지니어링
- 자바 예상문제
- ${}
- resultType="hashmap"
- templet
- REST
- BCrypt
- bubblesort
- 알고리즘
- git 명령어
- a href="#" onclick="return false"
- container-fluid
- 유효성
- map형태 jsp와 mapper
- SQL
- nodejs
- MariaDB
- nodejs http
- it지원
- #{}
Archives
- Today
- Total
Rubberduck-Debugging
1일차. 이런저런 지식 본문
POJO 링크
https://ko.wikipedia.org/wiki/Plain_Old_Java_Object
POJO란? 그냥 JAVA만 사용한 것을 어렵게 표현
visual studio code 설치링크
https://code.visualstudio.com/
git 설치링크
https://git-scm.com/download/win
* 이클립스, 비주얼스튜디오 코드 등을 설치할 때에는 소스 공유 등을 위해, 첫 설정을 utf-8로 변경해 줘야 하는 이유
한글 1자인 16비트를 위한 언어 : euc-kr
메모장 언어 : ms-949
전세계 브라우저 : utf-8
자바 버추얼머신 사용 언어 : unicode
=> unicode는 utf-8의 상위언어이지만, utf-8로 바꿔줘야 문자가 깨지지 않기 때문
scoop 설치 (mac사용자는 homebrew 설치)
https://scoop.sh/
1. scoop 설치 이전에 window powershell, .netframework를 설치한다
'개발자 > 20181127 교육과정' 카테고리의 다른 글
[4일차] (0) | 2018.11.30 |
---|---|
[3일차] (0) | 2018.11.29 |
[2일차] 버전관리시스템, git 상태, gitignore (0) | 2018.11.28 |
WAS(Web Application Server) (0) | 2018.11.27 |
WEBAPP과 WAS와 JVM 종류 (0) | 2018.11.27 |