utf8(웹서버) 인코딩사용

YongHwan Kim·2023년 11월 14일
0

web

목록 보기
4/5

윈도우를 쓰면 깨진다(이거는 ms949를 기본으로 사용) - 2byte
EUC-KR 쓰면 2byte 써도 안깨진다.
(Intellij)

utf8은 3byte를 가지고 문자를 만든다.
맥, 리눅스는 한글이 안깨진다.

setting>인코딩>file encoding> utf8로 3개 전부 다 바꾼다.
setting>encoding>general>console> utf8로 바꾼다.

프로세스 죽일때(윈도우에서) - 이미 사용중인 포트이다 에러면
netstat -ano | findstr 8080
taskkill /f /pid xxxxxx

profile
Data Science and Machine Learning

0개의 댓글